All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Arduino Nano 33 BLE

Support for the Arduino Nano 33 BLE More...

Detailed Description

Support for the Arduino Nano 33 BLE

General information

The Arduino Nano 33 BLE board is an opensource, micro development kit using the nRF52840 SoC. This board provides 802.15.4 and BLE connectivity.

Pinout

pinout

Flash the board

Use BOARD=arduino-nano-33-ble with the make command.
Example with hello-world application:

make BOARD=arduino-nano-33-ble -C examples/basic/hello-world flash

Accessing 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 -C examples/basic/hello-world term

Files

file  board.h
 Board specific configuration for the Arduino Nano 33 BLE.
 
file  gpio_params.h
 Configuration of SAUL mapped GPIO pins.
 
file  periph_conf.h
 Peripheral configuration for the Arduino Nano 33 BLE.