hari_1994 Posted May 13, 2015 Report Share Posted May 13, 2015 I am using arduino leonardo to serially print the raw data from the mpu6050 example given alongwith its library.But after around 10 seconds, it stops sending data....please help Johnnydofs 1 Quote Link to comment Share on other sites More sharing options...
maybee Posted July 9, 2015 Report Share Posted July 9, 2015 Hi, Did you figure this out?? I am having the same issue. Quote Link to comment Share on other sites More sharing options...
Valrik Posted September 4, 2015 Report Share Posted September 4, 2015 Having the same issue. Anyone know whats going on? Where did you guys get yours? Quote Link to comment Share on other sites More sharing options...
makarandk Posted September 11, 2015 Report Share Posted September 11, 2015 I am facing the same issue But at times the data keeps coming with all 0s! raised a ticket with Invensense too but not much help Quote Link to comment Share on other sites More sharing options...
skpprRlf Posted October 6, 2015 Report Share Posted October 6, 2015 possible solution: see my answer to post of Anqurora on August 21th. skpprRlf. Quote Link to comment Share on other sites More sharing options...
DD1993 Posted December 28, 2015 Report Share Posted December 28, 2015 I had problems with electro-magnetic interference. Since I shortened the cable for the I2C communication and put a ferrit core around it, these kind of failures stopped. Maybe it helps... Quote Link to comment Share on other sites More sharing options...
woojay Posted January 14, 2016 Report Share Posted January 14, 2016 Hello, I've had the same problem of MPU locking-up for a while on my MPU connected to an Arduino Nano, and for me, the solution was to put 10k pull-up resisters on SDA and SCL lines off the module. Here's a link to the picture of the wiring; http://www.instructables.com/file/FGI0R61IJD799SO/ and the project is detailed at; http://www.instructables.com/id/Gyro-Stabilizer-W-Arduino-and-Servo/ w. Quote Link to comment Share on other sites More sharing options...
edremy Posted January 3, 2017 Report Share Posted January 3, 2017 Resurrecting an old thread, but I'm seeing very similar behavior. The MPU connects and starts sending data, but if I move it more than about 45 degrees from where it initializes it suddenly sends nothing but zeros. It's completely motion based- it will sit happily and output, but as soon as it moves more than a bit it's all zero. Resetting the Arduino works fine, until it moves again. I've tried woojay's suggestion of the pull up resistors, but that hasn't helped. Bad sensor? Thanks Quote Link to comment Share on other sites More sharing options...
MyPseudo Posted October 24 Report Share Posted October 24 Hi ! I had the same issue with Arduino Leonardo... Using MPU6050_6Axis_MotionApps_V6_12.h solve the issue. 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.