Hi,
I successfully connected a BNO086 IMU with Qwiic to a Micromod board with ESP32, but unlike with the ThingsPlus I used before, I have no idea how/where to connect the 2 additional connections recommended in the IMU hookup guide for A4/INT and A5/RST.
The micromod board seems to not have such pinouts A4/INT and A5/RST, or am I missing something?
When I use:
if (myIMU.begin() == false) { // Setup without INT/RST control (Not Recommended)
instead of
if (myIMU.begin(BNO08X_ADDR, Wire, BNO08X_INT, BNO08X_RST) == false)
I regularly get wrong readings, which makes the values delivered by the IMU useless. I assume those wrong readings are because of INT and RST are not connected. When I switch to the ThingsPlus I get smooth readings, but unfortunately I also need PoE-Ethernet, which now works fine with Micromod Board but not with the ThingsPlus setup.
Thanks,
Michael