Skip to content

Commit 5cf44c1

Browse files
committed
updates
1 parent 13a60c9 commit 5cf44c1

File tree

1 file changed

+16
-21
lines changed
  • content/hardware/03.nano/boards/nano-33-iot/datasheet

1 file changed

+16
-21
lines changed

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

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ type: maker
66
![](assets/featured.jpg)
77

88
# Description
9-
Nano 33 IoT is a miniature sized module containing a Cortex M0+ SAMD21 processor, a WiFi+BT module based on ESP32, a crypto chip which can securely store certificates and pre-shared keys and a 6 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.
9+
Nano 33 IoT and Nano 33 IoT with headers is a miniature sized module containing a Cortex M0+ SAMD21 processor, a WiFi+BT module based on ESP32, a crypto chip which can securely store certificates and pre-shared keys and a 6 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.
1010

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

14-
| Product name | Model |
15-
| Arduino Nano IoT 33 | ABX00027 |
16-
| Arduino Nano IoT 33 with headers | ABX00032 |
17-
1814
# Features
1915
- **SAMD21G18A**
2016
- **Processor**
@@ -44,8 +40,6 @@ Maker, enhancements, basic IoT application scenarios
4440
- IEEE 802.11g up to 54MBit
4541
- IEEE 802.11n up to 72MBit
4642
- 2.4 GHz, 13 channels
47-
- 16dBm output power
48-
- 19 dBm EIRP
4943
- -96 dBm sensitivity
5044
- **Bluetooth® BR/EDR**
5145
- Max 7 peripherals
@@ -80,16 +74,16 @@ Maker, enhancements, basic IoT application scenarios
8074
# Contents
8175

8276
## The Board
83-
As all Nano form factor boards, Nano 33 IoT does not have a battery charger but can be powered through USB or headers.
77+
As all Nano form factor boards, Nano 33 IoT and Nano 33 IoT with headers does not have a battery charger but can be powered through USB or headers.
8478

85-
**NOTE:** Arduino Nano 33 IoT 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.
79+
**NOTE:** Arduino Nano 33 IoT and Nano 33 IoT with headers 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.
8680

8781
### Application Examples
88-
**Weather station:** Using the Arduino Nano 33 IoT together with a sensor and a OLED display, we can create a small weather station communicating temperature, humidity etc. directly to your phone.
82+
**Weather station:** Using the Arduino Nano 33 IoT or Nano 33 IoT with headers together with a sensor and a OLED display, we can create a small weather station communicating temperature, humidity etc. directly to your phone.
8983

90-
**Air quality monitor:** Bad air quality may have serious effects on your health. By assembling the Nano 33 IoT, with a sensor and monitor you can make sure that the air quality is kept in indoor-environments. By connecting the hardware assembly to an IoT application/API, you will receive real time values.
84+
**Air quality monitor:** Bad air quality may have serious effects on your health. By assembling the board, with a sensor and monitor you can make sure that the air quality is kept in indoor-environments. By connecting the hardware assembly to an IoT application/API, you will receive real time values.
9185

92-
**Air drum:** A quick and fun project is to create a small air drum. Connect your Nano 33 IoT and upload your sketch from the Create Web Editor and start creating beats with your audio workstation of your choice.
86+
**Air drum:** A quick and fun project is to create a small air drum. Connect your board and upload your sketch from the Create Web Editor and start creating beats with your audio workstation of your choice.
9387

9488
## Ratings
9589
### Recommended Operating Conditions
@@ -164,7 +158,7 @@ Source code for the Arduino Library that supports the Crypto is available **[10]
164158

165159

166160
### IMU
167-
Arduino Nano 33 IoT has an embedded 6 axis IMU which can be used to measure board orientation (by checking the gravity acceleration vector orientation) or to measure shocks, vibration, acceleration and rotation speed.
161+
The board has an embedded 6 axis IMU which can be used to measure board orientation (by checking the gravity acceleration vector orientation) or to measure shocks, vibration, acceleration and rotation speed.
168162

169163
Source code for the Arduino Library that supports the IMU is available **[11]**
170164

@@ -175,7 +169,7 @@ Source code for the Arduino Library that supports the IMU is available **[11]**
175169

176170
## Board Operation
177171
### Getting Started - IDE
178-
If you want to program your Arduino 33 IoT while offline you need to install the Arduino Desktop IDE [1] To connect the Arduino 33 IoT to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
172+
If you want to program your board while offline you need to install the Arduino Desktop IDE [1] To connect the Arduino 33 IoT to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
179173

180174
### Getting Started - Arduino Web Editor
181175
All Arduino boards, including this one, work out-of-the-box on the Arduino Web Editor [2], by just installing a simple plugin.
@@ -351,17 +345,18 @@ Lors de l’ installation et de l’ exploitation de ce dispositif, la distance
351345

352346
Hereby, Arduino S.r.l. declares that this product is in compliance with essential requirements and other relevant provisions of Directive 2014/53/EU. This product is allowed to be used in all EU member states.
353347

354-
| Frequency bands | Maximum output power (ERP) |
355-
| :-------------- | :------------------------- |
356-
| 863-870Mhz | -3.22dBm |
357-
348+
| Frequency bands | Maximum output power (EIRP) |
349+
| :------------------------ | :-------------------------- |
350+
| 2402-2480MHz(EDR) | 6.24 dBm |
351+
| 2402-2480MHz(BLE) | 6.30 dBm |
352+
| 2412-2472MHz(2.4G WiFi) | 13.61 dBm |
358353

359354

360355
## Company Information
361356

362-
| Company name | Arduino SA. |
363-
| --------------- | ---------------------------------------------- |
364-
| Company Address | Via Ferruccio Pelli 14 6900 Lugano Switzerland |
357+
| Company name | Arduino S.r.l |
358+
| --------------- | ---------------------------------------------- |
359+
| Company Address | Via Andrea Appiani,2520900 MONZA |
365360

366361
## Reference Documentation
367362

0 commit comments

Comments
 (0)