Hi
Im New to Arduino and i have a Project im interested in.
My goal is to create a Linux Tablet to use it as a smarthphone.
I want to use a Windows Surface go 2 with Fedora or Ubuntu.
Everything seams to work but i have one issue and thats were the arduino coul help me.
The tablet doesnt have a haptic feedback system like vibration when on mute.
But i would need that if i intend to use the Tablet as a Phone.
My idear. Use arduino to run a Vibration Notification device like the one used in Smarthphone's that start vibrating when i get a notification and the device is on mute.
I thought f running it with cabel, because bluettoth and Waldn needs a lot of power.
Is something like that even possible?
I dont know were to start. Found some other Porjects but most of them are for Doorbells or similar stuff.
Hmmm very ambitious project …, the vibrators in phones are small motors with an eccentric mass on the shaft - so it vibrates when it runs . You could make that .. or take one from an old phone
The basics are simple: your code has to turn the motor on and off. But where do you want to run that code? How does the code know when to start and stop the motor?
Sry, maybe thats a stupid reply but i thought i run the code on my laptop. I imagine that would be easier. My PC/Tablet recognise when there is a "notification" and sends the code to the arduino. That triggers the effekt and the motor starts vibrating.
And you don't need an Arduino once you have the code figured out.
A USB adapter module - either serial or parallel but serial are simpler - has handshake lines that can be used to control devices - you always need a logic-level FET to switch the motor.
I have to admit: Im not realling getting the stuff you say here. But i will look it up and try to understand what your saying.
Maybe im stupid, but i will have to take some time.
I get back if i have something to say or questions.