The Nano 33 BLE Sense has multiple sensors available on it and requires individual libraries to activate and test each sensor. Below you can see the different sensors available on the board and the associated libraries for each sensors.
- Temperature and Humidity - ArduinoHTS221
- Pressure - ArduinoLPS22HB
- Gesture (color, illumination and proximity)- ArduinoAPDS9960
- IMU (Accelerometer, Gyroscope and Magnetometer) - ArduinoLSM9DS1
If you would like to make a quick test of all the sensors at once you can use this sketch to check if all the sensors are being initialized.