Skip to main content

Arduino Nano 33 Sense Rev2- IMU sensor

What is the IMU sensor?

Library

o use the IMU (inertial measurement unit) in Nano 33 BLE Rev2 and Nano 33 BLE Sense Rev2, you need to use the Arduino_BMI270_BMM150 library instead of Arduino_LSM9DS1 which is used in all example code.

Replace #include <Arduino_LSM9DS1.h> with #include <Arduino_BMI270_BMM150.h> in all existing codes if you are using Rev2 boards.

For more information about libraries for NANO 33 SENSE REV2, please visit here.

Getting started

This code is modified from the library example code SH1106_128x64_SPi_QTPY.