The Arduino Nano 33 BLE Sense board has some internal sensors such as an inertial measurement unit (IMU), a pressure sensor, a digital microphone, a humidity and temperature sensor, and a gesture sensor. This chapter explores how to access internal sensor devices on the Arduino Nano 33 BLE Sense.
Accessing the temperature and relative humidity sensor.
Plotting sensor data.
Plotting sensor data using an OLED I2C display.
Accessing the IMU sensor.
Accessing the pressure ...