MPU6050 DMP return a value of Infinity
Posted: Fri Jan 01, 2016 7:58 pm
Hi every body.
I play with ESP8266 to building my own quadcopter
so I use a module that have MPU9250 + BMP280
I'm using Arduino IDE to working with ESP and also using DMP of MPU9250 by using open source library on the internet for Arduino (I use the one for MPU6050 but work on Arduino)
Problem is that when I use that sensor by ESP8266 and monitor YPR, if changes goes over 24 degree, "inf" was printed on the serial monitor but when I use Arduino Nano there is no problem!
I also change
to
but it does not work!!
I use another ESP8266, and MPU9250 board but the problem exist!
I think it work 3-4 weeks ago but now I don't know why don't work!
please help...
I play with ESP8266 to building my own quadcopter
so I use a module that have MPU9250 + BMP280
I'm using Arduino IDE to working with ESP and also using DMP of MPU9250 by using open source library on the internet for Arduino (I use the one for MPU6050 but work on Arduino)
Problem is that when I use that sensor by ESP8266 and monitor YPR, if changes goes over 24 degree, "inf" was printed on the serial monitor but when I use Arduino Nano there is no problem!
I also change
Code: Select all
#include <avr/pgmspace.h>
to
Code: Select all
#include <pgmspace.h>
but it does not work!!
I use another ESP8266, and MPU9250 board but the problem exist!
I think it work 3-4 weeks ago but now I don't know why don't work!
please help...