You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I'm using the XIAO MG24 Sense running the example project magic_wand_imu_capture on software versions Silabs Arduino boards v3.0.0 and stm32duino LSM6DSOX library v2.3.4.
My issue is that I don't see any output on the serial after "aX,aY,aZ,gX,gY,gZ" from setup(). I did some debugging and I see that the accel and gyro flags are not setting nor are the accel or gyro values changing when read directly in a simple loop. I also see the behavior on the example project magic_wand.
Note that the other example, ble_hid_mouse_xiao_mg24 works just fine - the mouse moves with the movement of the board. This example uses a different library for reading the IMU, namely, Seeed Arduino LSM6DS3 v2.0.4.
Am I missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm using the XIAO MG24 Sense running the example project magic_wand_imu_capture on software versions Silabs Arduino boards v3.0.0 and stm32duino LSM6DSOX library v2.3.4.
My issue is that I don't see any output on the serial after "aX,aY,aZ,gX,gY,gZ" from setup(). I did some debugging and I see that the accel and gyro flags are not setting nor are the accel or gyro values changing when read directly in a simple loop. I also see the behavior on the example project magic_wand.
Note that the other example, ble_hid_mouse_xiao_mg24 works just fine - the mouse moves with the movement of the board. This example uses a different library for reading the IMU, namely, Seeed Arduino LSM6DS3 v2.0.4.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions