Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By jfhallst
#67666 This is an updated version of an earlier post that got no responses. Am hoping the added detail will get me some help. I'm trying to communicate between my Adafruit Feather Huzzah (ESP-12E) and a generic mpu9250 gyroscope/accelerometer/magnetometer using I2C. the ESP is finding the 9250 at address 0x68 on the I2C bus and the sketch I'm running grabs data of some sort from the 9250's registers, but the initial line of values just gets repeated over and over. Here's what I'm getting for values (gyro xyz, accel xyz, magneto xyz)

-256 0 2560 16926 449 29733 199 -16486 -700

I'm attaching the sketch. Any help would be hugely appreciated!
You do not have the required permissions to view the files attached to this post.