Dependancies
Pre-requisites
Buy the components
Display IMU, temperature and humidity data with Arduino board Nano 33 BLE Sense with IMU LSM9DS1
and sensor HTS221
.
Install the dependancy:
arduino-cli lib install Arduino_LSM9DS1
arduino-cli lib install Arduino_HTS221
Split up the code into various *.ino
files with a folder structure like this:
$ tree
.
├── Makefile
├── imu.ino
├── nano33-ble-sense-more-ino.ino
└── sensor.ino