Magic Wand on BLE Sense Rev2

Hello everyone.

I have an Arduino BLE Sense Rev2 and I am trying to implement the magic wand code that is available in the examples folder of the Arduino IDE.
I have not changed the code at all except for using the BMI270_BMM150 library to access the IMU data instead of the LSM9DS1 library.
he code complies and everything but on the serial monitor, upon moving the arduino(which has been setup as a wand), we do not see any output while we are trying to air-write the digits. We were basically trying to emulate Pete Warden's tutorial at the TinyML summit(tinyML Summit 2021 Pete Warden Tutorial: Building a Magic Wand - YouTube) and the output that is seen in his Serial Monitor is not showing up in ours.
We tried to check if it could be because if the library or if there is a orientation or a movement threshold issue but have not had any success yet.
Has anyone else faced a similar issue? If anyone can offer any guidance on this, it would really help us out.
Thanks!

The forum helpers might be able to offer guidance if they could see your code (posted using code tags), the output, and an explanation of what goes wrong.

For posting instructions, see the "How to get the best out of this forum" post, linked at the head of every forum topic.

Did you get any solution? Changing the library works! but accuracy is not there.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.