Skip to content

Commit c062f50

Browse files
committed
Add Arduino Nano 33 BLE Rev2 plus a few blurb tweaks
1 parent 7462abe commit c062f50

5 files changed

Lines changed: 37 additions & 3 deletions

File tree

_board/arduino_nano_33_ble.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "NANO 33 BLE Download"
55
name: "NANO 33 BLE"
66
manufacturer: "Arduino"
77
board_url:
8-
- "https://www.arduino.cc/en/Guide/NANO33BLE"
8+
- "https://docs.arduino.cc/hardware/nano-33-ble/"
99
board_image: "arduino_nano_33_ble.jpg"
1010
date_added: 2019-10-26
1111
family: nrf52840
@@ -17,10 +17,13 @@ features:
1717

1818
Please note that the pictured board is a Nano 33 BLE Sense. This build works with both the Nano 33 BLE and the Sense.
1919

20-
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.
20+
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.
2121
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.
2222

23+
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.
24+
2325
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.
2426

2527
## Purchase
26-
* [Arduino](https://store.arduino.cc/usa/nano-33-ble)
28+
* [Arduino - Nano 33 BLE](https://store-usa.arduino.cc/products/arduino-nano-33-ble)
29+
* [Arduino - Nano 33 BLE Sense](https://store-usa.arduino.cc/products/arduino-nano-33-ble-sense)

_board/arduino_nano_33_ble_rev2.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: download
3+
board_id: "arduino_nano_33_ble_rev2"
4+
title: "NANO 33 BLE Rev2 Download"
5+
name: "NANO 33 BLE Rev2"
6+
manufacturer: "Arduino"
7+
board_url:
8+
- "https://docs.arduino.cc/hardware/nano-33-ble-rev2/"
9+
board_image: "arduino_nano_33_ble_rev2.jpg"
10+
date_added: 2024-06-20
11+
family: nrf52840
12+
bootloader_id: arduino_nano_33_ble
13+
features:
14+
- Bluetooth/BTLE
15+
- Breadboard-Friendly
16+
---
17+
18+
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.
19+
20+
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.
21+
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.
22+
23+
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.
24+
25+
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.
26+
27+
[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/).
28+
29+
## Purchase
30+
* [Arduino - Nano 33 BLE Rev2](https://store-usa.arduino.cc/products/nano-33-ble-rev2)
31+
* [Arduino - Nano 33 BLE Sense Rev2](https://store-usa.arduino.cc/products/nano-33-ble-sense-rev2)
78.7 KB
Loading
101 KB
Loading
14 KB
Loading

0 commit comments

Comments
 (0)