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!