FemmeVerbeek / Arduino_LSM9DS1

LSM9DS1 Library for Arduino
Other
63 stars 14 forks source link

Arduino Nano 33 BLE Sense Rev2 : Fails to initialize IMU with the LSM9DS1 Library #28

Open FarnoudFathi opened 6 months ago

FarnoudFathi commented 6 months ago

Hi,

First of all thank you for your great work, its' really helpful for us indie devs :D

I recently bought the new BLE Sense, this one uses the library to initialize the IMU chip and hence doesn't seem to work with the LS library, and if I try to use the BMI library it will give me the error of "Compilation error: 'class BoschSensorClass' has no member named 'setAccelODR" and similar other errors for accelODR accelFS and so on.

I have a very limited knowledge of coding so I was wondering if you could guide me in the right direction so I can start workin with the new chip? and maybe if it was functional I would try to add it to your repo?