Chat freely about anything...

User avatar
By iFire
#36374 Hi there
I ran my first good experience esp project yesterday.
I have a board including a MPU9250 and BMP280 together and want to connect them to esp-201
There is a library to working with this board for Arduino here : https://github.com/Seeed-Studio/IMU_10DOF but I have problem to get it working on esp-201.
please help me to do that

Second phase is that using MPU9250 DMP but for now I want to get this board working with esp-201
Thank you
User avatar
By GengusKahn
#36393 Hi there, see the post below for an example.......

the file contains the include
https://github.com/Seeed-Studio/IMU_10DOF/blob/master/MPU9250.h

Code: Select all#include <avr/pgmspace.h>

needs to read.....(Not an Arduino)
Code: Select all#include <pgmspace.h>


See the post below for an example of MPU6050 changes.....
http://www.esp8266.com/viewtopic.php?f=29&t=6999
User avatar
By iFire
#36452 Yes! Finaly I can get it working on esp-201 and DMP working like a charm
Thanks you

But I cant get magnetometer data using DMP :(
I test several mpu9250 library but it doesn't work!

om for now it's very interesting job
Thanks all