-->
Page 1 of 2

esp-201 and mpu9250

PostPosted: Mon Dec 14, 2015 4:38 am
by iFire
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

Re: esp-201 and mpu9250

PostPosted: Mon Dec 14, 2015 8:09 am
by GengusKahn
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

Re: esp-201 and mpu9250

PostPosted: Tue Dec 15, 2015 2:06 am
by iFire
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

Re: esp-201 and mpu9250

PostPosted: Sun Jan 03, 2016 5:35 pm
by GengusKahn
Hi there, I am using 3 discrete sensors BMP180, MPU6050 and the HMC5883L Magnetometer on the ESP8266 using amongst others the library below....start here....


https://github.com/jarzebski/Arduino-HMC5883L