Hello,
I saw something strange with the LSM9DS1 IMU on the nano 33 ble (works also with sense version), my circuit has a additional ST Mirco LPS33HW pressure sensor.
I cut the 3.3V jumper on the bottom of the board to power the circuit from something more "low power", magnetometer and accelerometer are calibrated and work fine on USB.
First I tried to power the howl thing directly from 2*AAA batteries (hey on the paper it should run from a coin cell). It worked really nice, but the LSM9DS1 hab become completely unstable.
Quite the same when the circuit is powered from a 1s lipo with 500mA buck converter. if the lipo is full it's kind of "OK" but once the battery is down to 3.7V (3.3V still OK) the IMU get's really noisy...
after some test's with other processors I came to two assumptions:
First: Powering a sensor over a GPIO is a really BAD IDEA.
The GPIO gives you between 1-4mA (assuming it's normal and not overdrive, 4.6.7 in nina-B3-series datasheet) and only the gyroscope is consuming on it's own 4.6mA of current in normal mode (3.2 in datasheet). I don't even mention the HTS221 and LPS22 powered from the same pin...
I think the additional resistance from the IO logic is enough to get the IMU to some unstable working conditions.
Second: Separated VDD and VDD_IO might could help. VDD_IO is coming from the "unregulated" 2*AAA pack and some buck or even LDO to power the sensors on a nice regulated 2.5V via VDD.
I will prototype some stuff next week and see if it works better
Has anyone experienced the same? the problem should even be reproductible with other ST IMU's like the LSM6DSM...