maisara abbas Posted November 28, 2016 Report Share Posted November 28, 2016 my mpu-6050 doesn't do any thing , it's my first time to operate it and it just keeps giving me these weird readingsi tried on an Arduino UNO and Arduino NANO and it gives the same wierd readings and these are screen shots: Quote Link to comment Share on other sites More sharing options...
Jeff Rowberg Posted December 4, 2016 Report Share Posted December 4, 2016 The baud rate in your serial monitor is incorrect; try 115200 instead, since this is what the DMP6 example uses: https://github.com/jrowberg/i2cdevlib/blob/master/Arduino/MPU6050/examples/MPU6050_DMP6/MPU6050_DMP6.ino#L174 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.