Reference   Language | Libraries | Comparison | Changes

Arduino LSM9DS3 library

This library allows you to use the Arduino Nano 33 BLE IMU sensor. The IMU is a LSM9DS1, it is a 3-axis accelerometer and 3-axis gyroscope and 3-axis magnetometer; it is connected to the microcontroller through I2C on the NANO board. The values returned are signed floats.

The library takes care of the sensor initialisation and sets its values as follows:

  • Accelerometer range is set at [-4,+4]g -/+0.122 mg
  • Gyroscope range is set at [-2000, +2000] dps +/-70 mdps
  • Magnetometer range is set at [-400, +400] uT +/-0.014 uT
  • Accelerometer Output data rate is fixed at 104 Hz
  • Gyroscope Output data rate is fixed at 104 Hz
  • Magnetometer Output data rate is fixed at 20 Hz



Objects




Last revision 2019/08/04 by SM

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.