XIAO MG24 I2C support

Hi, Anyone used I2C on Xiao MG24? The same simple sketch worked on XIAO NRF version but unfortunately failed on MG24. Are there any known bugs in XIAO MG? I am using Arduino platform.

Hi there,

So Check this thread, there were some early issues but AFAIK it’s all sorted now.

HTH
GL :slight_smile: PJ :v:

For boards like the XIAO MG24 Sense, the onboard IMU might require enabling a specific GPIO pin (e.g., PD05) to power the sensor. Additionally, using the FlexWire library instead of the standard Wire library has been effective in some cases.