Arduino Nano 33 BLE sense
View Doxygen Documentation View this board's documentation as generated by Doxygen.
View on GitHub View this board's source code on GitHub.
Support for the Arduino Nano 33 BLE Sense
General information
The Arduino Nano 33 BLE sense board is an opensource, micro development kit using the nRF52840 SoC. This board provides 802.15.4 and BLE connectivity.
Pinout

Flash the board
Use BOARD=arduino-nano-33-ble-sense with the make command.
Example with hello-world application:
make BOARD=arduino-nano-33-ble-sense -C examples/basic/hello-world flashAccessing STDIO via UART
The STDIO is directly accessible via the USB port. On a Linux host, it’s
generally mapped to /dev/ttyACM0.
Use the term target to connect to the board serial port
make BOARD=arduino-nano-33-ble-sense -C examples/basic/hello-world termInternal devices
Supported
- hts221 (Temperature and Humidity sensor)
- apds9960 (Proximity, ambient light and gesture sensor)
- lps22hb (Pressure and Temperature sensor)
Not yet supported
- LSM9DS1 (9-axis inertial module - Accelerometer)
- MP34DT06JTR (Microphone)
### Hardware reference