I am willing to create a device that can indicate the north by vibrating when the device is pointed towards north.
I have no exp in elec but I want to try my best to do it. This is about how I can do it (barely) alone thats exited me.
I have found 2 products : RB-See-403 and RB-Oel-14.
I am asking you guys if the two product are compatible and How I can link them together ?
Thanks by advance for all the help or any advice to lauch me on this path !
Have a great day,
Alex
It is one of the easiest platform for programming.
You can also find the code for the compass here:
Now, for the motor. You don’t want to power it directly with the arduino outputs as they are rated at 5V and the motor can only support 3.5V max. You can, however, trigger a mosfet transistor with an output (called GPIO) of the Arduino. Since there is a 3.3V output on the Arduino, you will have no problem powering the motor with this:
The Mosfet will act like a switch which closes when you apply voltage to one of it’s pins.(Note: this module requires soldering)