-->
Page 2 of 2

Re: mpu 6050 arduino code

PostPosted: Tue Aug 23, 2016 11:12 pm
by trackerj
For a simple LUA MPU6050 init & driver implementation example take a look at the MPU6050 Module I2C Driver, Init and config article.
Simple MPU6050 Driver LUA code example included:

Re: mpu 6050 arduino code

PostPosted: Tue Feb 21, 2017 8:17 am
by CURLYZ
RaspberryPiThree wrote:I've been trying too. MPU6050 requires connections to two Analog pins on Arduino right? Nodemcu only has one so I'm not sure how it is possible.

Son , it is important to read pin mapping of each chip first , as for Arduino (atmega328) the A4 and A5 is also use for I2C (AKA TWI) which has 2 wire , A4 is SDA, A5 is SCL :arrow: