Hi,
I'm trying to do a thing. Trying to connect a Gyroscope/Accelerometer ITG GY-521 MPU6050 to Arduino via bluetooth. I don't know what I need in order to do that and how to do it.
I'll attach here a picture trying to explain better.
Any ideeas? Can you help me, please?
Thank you!
Arduino needs a Bluetooth module such as HC-05
You'll need either a I2C to serial converter to connect the IMU to the Bluetooth device OR you can use a second arduino to act as a I2C to serial converter.
ieee488:
Arduino needs a Bluetooth module such as HC-05
So I'm guessing I need 2 arduino boards and 2 modules, right?
rares351:
So I'm guessing I need 2 arduino boards and 2 modules, right?
Only if you go with choice #2 mentioned by Power_Broker.