- Remove the Arduino Nano 33 BLE Sense board from the box
- Plug the micro USB cable into the board and your computer
- Open the Arduino IDE application on your computer
- Choose the board
Tools -> Board -> Arduino Nano 33 BLE
- Choose the port
Tools -> Port -> COM5 (Arduino Nano 33 BLE)
Note that the actual port may be different on your computer
- Plug the micro USB cable into the board and your computer
- Open
ArduinoSketches/Hardware_Test/Hardware_Test.ino
in the Arduino IDE - Choose the board
Tools -> Board -> Arduino Nano 33 BLE
- Choose the port
Tools -> Port -> COM5 (Arduino Nano 33 BLE)
Note that the actual port may be different on your computer - Upload the code to the board
Sketch -> Upload
- Both LEDs next to the USB port should be on
- Open the serial monitor
Tools -> Serial Monitor
to see debug messages - If everything is working properly, the LED will start blinking quickly
NOTE: The first time you upload a sketch to the Arduino Nano 33 BLE Sense, the USB port name might change. If this happens, you need to re-select the port using the Tools -> Port
menu.