Merge pull request #1426 from applecuckoo/nano-33-ble-rev2
Add Arduino Nano 33 BLE Rev2 board
This commit is contained in:
commit
f7039feb24
5 changed files with 37 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ title: "NANO 33 BLE Download"
|
|||
name: "NANO 33 BLE"
|
||||
manufacturer: "Arduino"
|
||||
board_url:
|
||||
- "https://www.arduino.cc/en/Guide/NANO33BLE"
|
||||
- "https://docs.arduino.cc/hardware/nano-33-ble/"
|
||||
board_image: "arduino_nano_33_ble.jpg"
|
||||
date_added: 2019-10-26
|
||||
family: nrf52840
|
||||
|
|
@ -17,10 +17,13 @@ features:
|
|||
|
||||
Please note that the pictured board is a Nano 33 BLE Sense. This build works with both the Nano 33 BLE and the Sense.
|
||||
|
||||
This compact and reliable NANO board is built around the u-blox NINA B306 module, based on the Nordic nRF52840 and containing a powerful Cortex M4F core. 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 compact and reliable NANO board is built around the u-blox NINA-B306 module, based on the Nordic nRF52840 and containing a powerful Cortex-M4F core. 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.
|
||||
|
||||
The NANO 33 BLE Sense adds an APDS-9960 light, colour, gesture and proximity sensor; an LPS22HB pressure and temperature sensor; an HTS221 humidity sensor; and a MP34DT05 microphone.
|
||||
|
||||
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)
|
||||
* [Arduino - Nano 33 BLE](https://store-usa.arduino.cc/products/arduino-nano-33-ble)
|
||||
* [Arduino - Nano 33 BLE Sense](https://store-usa.arduino.cc/products/arduino-nano-33-ble-sense)
|
||||
|
|
|
|||
31
_board/arduino_nano_33_ble_rev2.md
Normal file
31
_board/arduino_nano_33_ble_rev2.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
layout: download
|
||||
board_id: "arduino_nano_33_ble_rev2"
|
||||
title: "NANO 33 BLE Rev2 Download"
|
||||
name: "NANO 33 BLE Rev2"
|
||||
manufacturer: "Arduino"
|
||||
board_url:
|
||||
- "https://docs.arduino.cc/hardware/nano-33-ble-rev2/"
|
||||
board_image: "arduino_nano_33_ble_rev2.jpg"
|
||||
date_added: 2024-06-20
|
||||
family: nrf52840
|
||||
bootloader_id: arduino_nano_33_ble
|
||||
features:
|
||||
- Bluetooth/BTLE
|
||||
- Breadboard-Friendly
|
||||
---
|
||||
|
||||
Please note that the pictured board is a Nano 33 BLE Sense Rev2. This build works with both the Nano 33 BLE Rev2 and the Sense Rev2.
|
||||
|
||||
This compact and reliable NANO board is built around the u-blox NINA-B306 module, based on the Nordic nRF52840 and containing a powerful Cortex-M4F core. 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 Rev2 is also ideal for automation projects thanks to the multiprotocol BT 5.0 radio.
|
||||
|
||||
The Arduino NANO 33 BLE Sense Rev2 adds an APDS-9960 light, colour, gesture and proximity sensor; an LPS22HB pressure and temperature sensor; an HS3003 humidity sensor; and a MP34DT06JTR microphone.
|
||||
|
||||
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.
|
||||
|
||||
[Image](https://store-usa.arduino.cc/cdn/shop/products/ABX00069_01.iso.jpg) from [Arduino](https://arduino.cc), licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
|
||||
|
||||
## Purchase
|
||||
* [Arduino - Nano 33 BLE Rev2](https://store-usa.arduino.cc/products/nano-33-ble-rev2)
|
||||
* [Arduino - Nano 33 BLE Sense Rev2](https://store-usa.arduino.cc/products/nano-33-ble-sense-rev2)
|
||||
BIN
assets/images/boards/large/arduino_nano_33_ble_rev2.jpg
Normal file
BIN
assets/images/boards/large/arduino_nano_33_ble_rev2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
BIN
assets/images/boards/original/arduino_nano_33_ble_rev2.jpg
Normal file
BIN
assets/images/boards/original/arduino_nano_33_ble_rev2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
BIN
assets/images/boards/small/arduino_nano_33_ble_rev2.jpg
Normal file
BIN
assets/images/boards/small/arduino_nano_33_ble_rev2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue