Interfacing MPU-6050 with arduino
can 1 planet tell me how interface arduino mpu-6050 ![smiley :)](https://forum.arduino.cc/smileys/arduino/smiley.gif)
i tried hard on google little success.
vcc ---- 5v
gnd ---- gnd
scl ----- ?
sda ----- ?
any other connections?
also can tell me library can used.
thanks
![smiley :)](https://forum.arduino.cc/smileys/arduino/smiley.gif)
i tried hard on google little success.
vcc ---- 5v
gnd ---- gnd
scl ----- ?
sda ----- ?
any other connections?
also can tell me library can used.
thanks
do have 1 ebay less 5 dollars , onboard voltage regulator ?
you can connect 5v.
if doesn't have onboard voltage regulator, connect 3.3v.
the i2c-bus consists of sda , scl.
on arduino, library called "wire" library.
http://arduino.cc/en/reference/wire
read reference. see arduino uno, a4 = sda , a5 = scl.
if have connected properly, i2c_scanner should detect it.
http://playground.arduino.cc/main/i2cscanner
interfacing mpu-6050 not easy.
you can start here : http://playground.arduino.cc/main/mpu-6050
but end here : http://www.i2cdevlib.com/
you can connect 5v.
if doesn't have onboard voltage regulator, connect 3.3v.
the i2c-bus consists of sda , scl.
on arduino, library called "wire" library.
http://arduino.cc/en/reference/wire
read reference. see arduino uno, a4 = sda , a5 = scl.
if have connected properly, i2c_scanner should detect it.
http://playground.arduino.cc/main/i2cscanner
interfacing mpu-6050 not easy.
you can start here : http://playground.arduino.cc/main/mpu-6050
but end here : http://www.i2cdevlib.com/
Arduino Forum > Using Arduino > Sensors > Interfacing MPU-6050 with arduino
arduino
Comments
Post a Comment