-->
Page 1 of 1

ESP8266 and mpu9250

PostPosted: Thu Jun 22, 2017 12:23 pm
by jfhallst
Does anyone know of a library (or an example sketch) that allows the esp8266 to communicate with the mpu9250 gyro/accel/mag chip (I2C interface)? I've tried a bunch of different libraries/sketches with both a Feather Huzzah and a generic NodeMCU and while I can get them to compile, none will successfully connect with the mpu9250. (they work fine with an arduino uno.) I'm wondering if it has something to do with register addresses, but I don't have the programming skills to know what to do about it.