Hey there,
I wonder if it is possible, to transfer data from my accelerometer connected to my Arduino to my android phone and use it as external gyroscope (for VR applications on so on)
Thanks in advance.
Tobias
Hey there,
I wonder if it is possible, to transfer data from my accelerometer connected to my Arduino to my android phone and use it as external gyroscope (for VR applications on so on)
Thanks in advance.
Tobias
Does your phone have Bluetooth? Adding Bluetooth to an Arduino is pretty easy. Then you output your accel data through a serial port (connected to a Bluetooth module, like HC05). The program on the phone is out of the scope if this Arduino forum.