Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Daemach
#27829 I want to use this accelerometer with the ESP in arduino mode: https://learn.adafruit.com/adafruit-mma ... -breakout/

The docs say the following:

Please note this chip requires repeated-start I2C support (in case you are looking to port this to another processor)


Is this possible on the ESP8266? Is any extra code or such required to do so?
User avatar
By martinayotte
#27831 According to this post viewtopic.php?p=23162#p23162, it seems that there was a bug, but it is already fixed, probably by this commit https://github.com/esp8266/Arduino/comm ... f142a0d1ee.
To be sure, I think someone has to try it out (mine is not MMA8451, but HMC5883).