Skip to content

Add note about UF2 bootloader being required for Arduino Nano 33 BLE #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _board/arduino_nano_33_ble.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ board_image: "arduino_nano_33_ble.jpg"
This compact and reliable NANO board is built around the NINA B306 module, based on Nordic nRF 52840 and containing a powerful Cortex M4F. Its architecture, fully compatible with Arduino IDE Online and Offline, has a 9 axis Inertial Measurement Unit (IMU) and a reduced power consumption compared to other same size boards.
This allows the design of wearable devices and movement sensing projects that need to communicate to other devices at a close range. Arduino NANO 33 BLE is also ideal for automation projects thanks to the multiprotocol BT 5.0 radio.

To use this board with CircuitPython you must [replace the existing bootloader](https://forums.adafruit.com/viewtopic.php?f=60&t=158279) with the Adafruit UF2 bootloader. You need to restore the original bootloader to use the board again with Arduino.

## Purchase
* [Arduino](https://store.arduino.cc/usa/nano-33-ble)

Expand Down