Search found 2 matches
- Sat Apr 29, 2017 10:51 am
- Forum: ESP8266 boards
- Topic: MPU9250 I2C problem
- Replies: 4
- Views: 7046
Re: MPU9250 I2C problem
@woodat I'm a bit relieved now that i'm not the only one. @pythoncoder Thanks for your help! Regarding the port to ESP8266, there isn't a lot that needs changing. As you mentioned, pyb needs replacing with machine, mainly the construction of the I2C buss: ( and the delay before that, but I've remove...
- Fri Apr 28, 2017 4:08 pm
- Forum: ESP8266 boards
- Topic: MPU9250 I2C problem
- Replies: 4
- Views: 7046
MPU9250 I2C problem
Hi all, I've been trying to access the magnetometer on the MPU9250 via I2C for a while now, but didn't get anywhere close. Its address doesn't show up on i2c.scan() (but the one for acc/gyro does). I got pythoncoders IMU classes working on the ESP8266 it's just the magnetometer that is a bit stubbor...