Skip to content

Commit 2fe55d5

Browse files
committed
nano 33 ble trademarks and formatting
1 parent 2ea5569 commit 2fe55d5

File tree

1 file changed

+34
-31
lines changed
  • content/hardware/03.nano/boards/nano-33-ble/datasheet

1 file changed

+34
-31
lines changed

content/hardware/03.nano/boards/nano-33-ble/datasheet/datasheet.md

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ type: maker
77
![](assets/featured.jpg)
88

99
# Description
10-
Nano 33 BLE is a miniature sized module containing a NINA B306 module, based on Nordic nRF52480 and containing a Cortex M4F and a 9 axis IMU. The module can either be mounted as a DIP component (when mounting pin headers), or as a SMT component, directly soldering it via the castellated pads.
10+
Arduino® Nano 33 BLE is a miniature sized module containing a NINA B306 module, based on Nordic nRF52480 and containing an Arm® Cortex®-M4F and a 9-axis IMU. The module can either be mounted as a DIP component (when mounting pin headers), or as a SMT component, directly soldering it via the castellated pads.
1111

1212
# Target areas:
1313
Maker, enhancements, basic IoT application scenarios
1414

1515
# Features
1616
- **NINA B306 Module**
1717
- **Processor**
18-
- 64 MHz Arm® Cortex-M4F (with FPU)
19-
- 1 MB Flash + 256 KB RAM
18+
- 64 MHz Arm® Cortex®-M4F (with FPU)
19+
- 1 MB Flash + 256 kB RAM
2020

2121
- **Bluetooth® 5 multiprotocol radio**
2222
- 2 Mbps
@@ -30,7 +30,7 @@ Maker, enhancements, basic IoT application scenarios
3030
- Integrated balun with 50 Ω single-ended output
3131
- IEEE 802.15.4 radio support
3232
- Thread
33-
- Zigbee
33+
- Zigbee®
3434

3535
- **Peripherals**
3636
- Full-speed 12 Mbps USB
@@ -44,7 +44,7 @@ Maker, enhancements, basic IoT application scenarios
4444
- 128 bit AES/ECB/CCM/AAR co-processor
4545

4646

47-
- **LSM9DS1** (9 axis IMU)
47+
- **LSM9DS1** (9-axis IMU)
4848
- 3 acceleration channels, 3 angular rate channels, 3 magnetic field channels
4949
- ±2/±4/±8/±16 g linear acceleration full scale
5050
- ±4/±8/±12/±16 gauss magnetic full scale
@@ -59,14 +59,14 @@ Maker, enhancements, basic IoT application scenarios
5959
## The Board
6060
As all Nano form factor boards, Nano 33 BLE does not have a battery charger but can be powered through USB or headers.
6161

62-
**NOTE:** Arduino Nano 33 BLE only supports 3.3V I/Os and is **NOT** 5V tolerant so please make sure you are not directly connecting 5V signals to this board or it will be damaged. Also, as opposed to Arduino Nano boards that support 5V operation, the 5V pin does NOT supply voltage but is rather connected, through a jumper, to the USB power input.
62+
**NOTE:** Nano 33 BLE only supports 3.3V I/Os and is **NOT** 5V tolerant so please make sure you are not directly connecting 5V signals to this board or it will be damaged. Also, as opposed to Arduino Nano boards that support 5V operation, the 5V pin does NOT supply voltage but is rather connected, through a jumper, to the USB power input.
6363

6464
### Application Examples
65-
**Sound spectrum:** Create a sound spectrum to visualize sound frequencies. Connect an Arduino 33 Nano BLE and a microphone or amplifier.
65+
**Sound spectrum:** Create a sound spectrum to visualize sound frequencies. Connect an Nano 33 BLE and a microphone or amplifier.
6666

6767
**Social distancing sensor:** Keeping the social distance has become more important than ever to ensure your own, as well as others health. By connecting an Arduino Nano 33 BLE with a sensor and a LED display, you can create a wearable band that alerts you when you get too close to other people.
6868

69-
**Healthy plant scanner:** Watering your plants isn’t always enough to keep them happy. Diseases, lack of sunlight etc. could also be vital factors for unhealthy plants. Keep your plants happy by creating a detector and train it to detect any diseases, all with an Arduino Nano 33 BLE
69+
**Healthy plant scanner:** Watering your plants isn’t always enough to keep them happy. Diseases, lack of sunlight etc. could also be vital factors for unhealthy plants. Keep your plants happy by creating a detector and train it to detect any diseases, all with an Nano 33 BLE.
7070

7171
### Ratings
7272
#### Recommended Operating Conditions
@@ -101,7 +101,7 @@ As all Nano form factor boards, Nano 33 BLE does not have a battery charger but
101101
| SJ3 | D8 Jumper | SJ4 | 3v3 Jumper |
102102

103103
### Processor
104-
The Main Processor is a Cortex M4F running at up to 64MHz. Most of its pins are connected to the external headers, however some are reserved for internal communication with the wireless module and the on-board internal I<sup>2</sup>C peripherals (IMU and Crypto).
104+
The Main Processor is a Arm® Cortex®-M4F running at up to 64MHz. Most of its pins are connected to the external headers, however some are reserved for internal communication with the wireless module and the on-board internal I<sup>2</sup>C peripherals (IMU and Crypto).
105105

106106
**NOTE**: As opposed to other Arduino Nano boards, pins A4 and A5 have an internal pull up and default to be used as an I<sup>2</sup>C Bus so usage as analog inputs is not recommended.
107107

@@ -114,21 +114,21 @@ The board can be powered via USB connector, V<sub>IN</sub> or V<sub>USB</sub> pi
114114

115115
## Board Operation
116116
### Getting Started - IDE
117-
If you want to program your Arduino Nano 33 BLE while offline you need to install the Arduino Desktop IDE [1] To connect the Arduino Nano 33 BLE to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
117+
If you want to program your Nano 33 BLE while offline you need to install the Arduino Desktop IDE [1] To connect the Nano 33 BLE to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
118118

119-
### Getting Started - Arduino Web Editor
120-
All Arduino boards, including this one, work out-of-the-box on the Arduino Web Editor [2], by just installing a simple plugin.
119+
### Getting Started - Arduino Cloud Editor
120+
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [2], by just installing a simple plugin.
121121

122-
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
122+
The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
123123

124124
### Getting Started - Arduino Cloud
125125
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
126126

127127
### Sample Sketches
128-
Sample sketches for the Arduino Nano 33 BLE can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website [4]
128+
Sample sketches for the Nano 33 BLE can be found either in the “Examples” menu in the Arduino IDE or in Arduino Docs [4].
129129

130130
### Online Resources
131-
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on ProjectHub **[5]**, the Arduino Library Reference **[6]** and the online store **[7]** where you will be able to complement your board with sensors, actuators and more
131+
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub **[5]**, the Arduino Library Reference **[6]** and the online store **[7]** where you will be able to complement your board with sensors, actuators and more
132132

133133
### Board Recover
134134
All Arduino boards have a built-in bootloader which allows flashing the board via USB. In case a sketch locks up the processor and the board is not reachable anymore via USB it is possible to enter bootloader mode by double-tapping the reset button right after power up.
@@ -279,26 +279,29 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
279279
| Company Address | Via Andrea Appiani 25 20900 MONZA Italy |
280280

281281
## Reference Documentation
282-
| Reference | **Link** |
283-
| ------------------------- | ------------------------------------------------------------ |
284-
| Arduino IDE (Desktop) | https://www.arduino.cc/en/software |
285-
| Arduino IDE (Cloud) | https://create.arduino.cc/editor |
286-
| Cloud IDE Getting Started | https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a |
287-
| Forum | http://forum.arduino.cc/ |
288-
| SAMD21G18 | https://ww1.microchip.com/downloads/aemDocuments/documents/MCU32/ProductDocuments/DataSheets/SAM-D21DA1-Family-Data-Sheet-DS40001882G.pdf |
289-
| NINA W102 | https://content.u-blox.com/sites/default/files/NINA-W10_DataSheet_UBX-17065507.pdf |
290-
| ECC608 | https://ww1.microchip.com/downloads/aemDocuments/documents/SCBU/ProductDocuments/DataSheets/ATECC608A-CryptoAuthentication-Device-Summary-Data-Sheet-DS40001977B.pdf |
291-
| MPM3610 | https://www.monolithicpower.com/pub/media/document/MPM3610_r1.01.pdf |
292-
| NINA Firmware | https://github.com/arduino/nina-fw |
293-
| ECC608 Library | https://github.com/arduino-libraries/ArduinoECCX08 |
294-
| LSM6DSL Library | https://github.com/stm32duino/LSM6DSL |
295-
| ProjectHub | https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending |
296-
| Library Reference | https://www.arduino.cc/reference/en/ |
297-
| Arduino Store | https://store.arduino.cc/ |
282+
| Reference | **Link** |
283+
| -------------------------------------- | ------------------------------------------------------------ |
284+
| Arduino IDE (Desktop) | https://www.arduino.cc/en/software |
285+
| Arduino Cloud Editor | https://create.arduino.cc/editor |
286+
| Arduino Cloud Editor - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/editor/ |
287+
| Arduino Documentation | https://docs.arduino.cc |
288+
| Arduino Project Hub | https://create.arduino.cc/projecthub?by=part&part_id=11332&sort=trending |
289+
| Library Reference | https://www.arduino.cc/reference/en/ |
290+
| Arduino Store | https://store.arduino.cc/ |
291+
| Forum | http://forum.arduino.cc/ |
292+
| SAMD21G18 | https://ww1.microchip.com/downloads/aemDocuments/documents/MCU32/ProductDocuments/DataSheets/SAM-D21DA1-Family-Data-Sheet-DS40001882G.pdf |
293+
| NINA W102 | https://content.u-blox.com/sites/default/files/NINA-W10_DataSheet_UBX-17065507.pdf |
294+
| ECC608 | https://ww1.microchip.com/downloads/aemDocuments/documents/SCBU/ProductDocuments/DataSheets/ATECC608A-CryptoAuthentication-Device-Summary-Data-Sheet-DS40001977B.pdf |
295+
| MPM3610 | https://www.monolithicpower.com/pub/media/document/MPM3610_r1.01.pdf |
296+
| NINA Firmware | https://github.com/arduino/nina-fw |
297+
| ECC608 Library | https://github.com/arduino-libraries/ArduinoECCX08 |
298+
| LSM6DSL Library | https://github.com/stm32duino/LSM6DSL |
299+
298300

299301
## Revision History
300302

301303
| Date | **Revision** | **Changes** |
302304
| ---------- | ------------ | ------------------------------------- |
305+
| 25/04/2024 | 3 | Updated link to new Cloud Editor |
303306
| 03/08/2022 | 2 | Reference documentation links updates |
304307
| 21/04/2021 | 1 | General datasheet updates |

0 commit comments

Comments
 (0)