Skip to content

Latest commit

 

History

History
executable file
·
28 lines (19 loc) · 1.29 KB

exercise3.md

File metadata and controls

executable file
·
28 lines (19 loc) · 1.29 KB

Exercise 3: Hardware

Picture of Arduino Nano 33 BLE Sense board

Unboxing and set up

  1. Remove the Arduino Nano 33 BLE Sense board from the box
  2. Plug the micro USB cable into the board and your computer
  3. Open the Arduino IDE application on your computer
  4. Choose the board Tools -> Board -> Arduino Nano 33 BLE
  5. Choose the port Tools -> Port -> COM5 (Arduino Nano 33 BLE) Note that the actual port may be different on your computer

Hardware Test

  1. Plug the micro USB cable into the board and your computer
  2. Open ArduinoSketches/Hardware_Test/Hardware_Test.ino in the Arduino IDE
  3. Choose the board Tools -> Board -> Arduino Nano 33 BLE
  4. Choose the port Tools -> Port -> COM5 (Arduino Nano 33 BLE) Note that the actual port may be different on your computer
  5. Upload the code to the board Sketch -> Upload
  6. Both LEDs next to the USB port should be on
  7. Open the serial monitor Tools -> Serial Monitor to see debug messages
  8. 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.

Next Exercise 4: Visualize the IMU Data