You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-rp2040-connect/datasheet/datasheet.md
+45-43Lines changed: 45 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@ type: maker
8
8
9
9
# Description
10
10
11
-
The feature packed **Arduino® Nano RP2040 Connect** brings the new **Raspberry Pi RP2040** microcontroller to the Nano form factor. Make the most of the dual core **32-bit Arm® Cortex®-M0+** to make Internet of Things projects with Bluetooth® and Wi-Fi connectivity thanks to the **U-blox® Nina W102** module. Dive into real-world projects with the onboard accelerometer, gyroscope, RGB LED and microphone. Develop robust embedded AI solutions with minimal effort using the **Arduino® Nano RP2040 Connect**!
11
+
The feature packed **Arduino® Nano RP2040 Connect** brings the new **Raspberry Pi RP2040** microcontroller to the Nano form factor. Make the most of the dual core **32-bit Arm® Cortex®-M0+** to make Internet of Things projects with Bluetooth® and Wi-Fi connectivity thanks to the **u-blox® Nina W102** module. Dive into real-world projects with the onboard accelerometer, gyroscope, RGB LED and microphone. Develop robust embedded AI solutions with minimal effort using the **Nano RP2040 Connect**!
12
12
13
13
# Target Areas
14
14
Internet of Things (IoT), machine learning, prototyping,
15
15
16
16
# Features
17
17
-**Raspberry Pi RP2040** Microcontroller
18
-
-133MHz 32bit Dual Core Arm® Cortex®-M0+
19
-
-264kB on-chip SRAM
18
+
-133 MHz 32bit Dual Core Arm® Cortex®-M0+
19
+
-264 kB on-chip SRAM
20
20
- Direct Memory Access (DMA) controller
21
-
- Support for up to 16MB of off-chip Flash memory via dedicated QSPI bus
21
+
- Support for up to 16 MB of off-chip Flash memory via dedicated QSPI bus
22
22
- USB 1.1 controller and PHY, with host and device support
23
23
- 8 PIO state machines
24
24
- Programmable IO (PIO) for extended peripheral support
@@ -30,19 +30,19 @@ Internet of Things (IoT), machine learning, prototyping,
30
30
- USB 1.1 Host/Device
31
31
- Internal Voltage Regulator to supply the core voltage
32
32
- Advanced High-performance Bus (AHB)/Advanced Peripheral Bus (APB)
33
-
-**U-blox® Nina W102** Wi-Fi/Bluetooth® Module
34
-
-240MHz 32bit Dual Core Xtensa LX6
35
-
-520kB on-chip SRAM
33
+
-**U-blox® Nina W102** Wi-Fi®/Bluetooth® Module
34
+
-240 MHz 32bit Dual Core Xtensa LX6
35
+
-520 kB on-chip SRAM
36
36
- 448 Kbyte ROM for booting and core functions
37
37
- 16 Mbit FLASH for code storage including hardware encryption to protect programs and data
38
38
- 1 kbit EFUSE (non- erasable memory) for MAC addresses, module configuration, Flash-Encryption, and Chip-ID
@@ -63,7 +63,7 @@ Internet of Things (IoT), machine learning, prototyping,
63
63
- -26 dBFS ± 1 dB sensitivity
64
64
-**RGB LED**
65
65
- Common Anode
66
-
- Connected to U-blox® Nina W102 GPIO
66
+
- Connected to u-blox® Nina W102 GPIO
67
67
-**Microchip® ATECC608A** Crypto
68
68
- Cryptographic Co-Processor with Secure Hardware-Based Key Storage
69
69
- I2C, SWI
@@ -89,18 +89,18 @@ Internet of Things (IoT), machine learning, prototyping,
89
89
90
90
## The Board
91
91
### Application Examples
92
-
The Arduino® Nano RP2040 Connect can be adapted to a wide range of use cases thanks to the powerful microprocessor, range of onboard sensors and Nano form factor. Possible applications include:
92
+
The Nano RP2040 Connect can be adapted to a wide range of use cases thanks to the powerful microprocessor, range of onboard sensors and Nano form factor. Possible applications include:
93
93
94
94
**Edge Computing:** Make use of the fast and high RAM microprocessor to run TinyML for anomaly detection, cough detection, gesture analysis and more.
95
95
96
96
**Wearable Devices:** The small Nano footprint provides the possibility of providing machine learning to a range of wearable devices including sports trackers and VR controllers.
97
97
98
-
**Voice assistant:** The Arduino® Nano RP2040 Connect includes an omnidirectional microphone that can act as your personal digital assistant and enable voice control for your projects.
98
+
**Voice assistant:** The Nano RP2040 Connect includes an omnidirectional microphone that can act as your personal digital assistant and enable voice control for your projects.
@@ -159,49 +159,50 @@ The Arduino® Nano RP2040 Connect can be adapted to a wide range of use cases th
159
159
### Processor
160
160
The processor is based upon the new Raspberry Pi RP2040 silicon (U1). This microcontroller provides opportunities for low-power Internet of Things (IoT) development and embedded machine learning. Two symmetric Arm® Cortex®-M0+ clocked at 133MHz provide computation power for embedded machine learning and parallel processing with low power consumption. Six independent banks of 264 KB SRAM and 2MB are provided. Direct memory access provides fast interconnect between the processors and the memory that can be made inactive along with the core to enter a sleep state. Serial wire debug (SWD) is available from boot via the pads under the board. The RP2040 runs at 3.3V and has an internal voltage regulator providing 1.1V.
161
161
162
-
The RP2040 controls the peripherals and digital pins, as well as analog pins (A0-A3). The I2C connections on pins A4 (SDA) and A5 (SCL) are used for connecting to the onboard peripherals and are pulled up with a 4.7 kΩ resistor. SWD Clock line (SWCLK) and reset are also pulled up with a 4.7 kΩ resistor. An external MEMS oscillator (U7) running at 12MHz provides the clock pulse. Programmable IO helps to the implementation of arbitrary communication protocol with minimal burden on the main processing cores. A USB 1.1 device interface is implemented on the RP2040 for uploading code.
162
+
The RP2040 controls the peripherals and digital pins, as well as analog pins (A0-A3). The I2C connections on pins A4 (SDA) and A5 (SCL) are used for connecting to the onboard peripherals and are pulled up with a 4.7 kΩ resistor. SWD Clock line (SWCLK) and reset are also pulled up with a 4.7 kΩ resistor. An external MEMS oscillator (U7) running at 12 MHz provides the clock pulse. Programmable IO helps to the implementation of arbitrary communication protocol with minimal burden on the main processing cores. A USB 1.1 device interface is implemented on the RP2040 for uploading code.
163
+
164
+
### Wi-Fi®/Bluetooth® Connectivity
165
+
Wi-Fi® and Bluetooth® connectivity is provided by the Nina W102 (U2) module. The Nano RP2040 Connect only has 4 analog pins, and the Nina is used to extend that to the full eight as is standard in the Arduino Nano form factor with another 4 12-bit analog inputs (A4-A7). Additionally, the common anode RGB LED is also controlled by the Nina W-102 module such that the LED is off when the digital state is HIGH and on when the digital state is LOW. The internal PCB antenna in the module eliminates the need for an external antenna.
163
166
164
-
### Wi-Fi/Bluetooth® Connectivity
165
-
Wi-Fi and Bluetooth® connectivity is provided by the Nina W102 (U2) module. The RP2040 only has 4 analog pins, and the Nina is used to extend that to the full eight as is standard in the Arduino Nano form factor with another 4 12-bit analog inputs (A4-A7). Additionally, the common anode RGB LED is also controlled by the Nina W-102 module such that the LED is off when the digital state is HIGH and on when the digital state is LOW. The internal PCB antenna in the module eliminates the need for an external antenna.
166
167
The Nina W102 module also includes a dual core Xtensa LX6 CPU that can also be programmed independently of the RP2040 through the pads under the board using SWD.
167
168
168
169
### 6-Axis IMU
169
170
It is possible to obtain 3D gyroscope and 3D accelerometer data from the LSM6DSOX 6-axis IMU (U9). In addition to providing such data, it is also possible to do machine learning on the IMU for gesture detection.
170
171
171
172
### External Memory
172
-
The RP2040 (U1) has access to an additional 16 MB of flash memory via a QSPI interface. The execute-in-place (XIP) feature of the RP2040 allows external flash memory to be addressed and accessed by the system as though it were internal memory, without first copying the code to internal memory.
173
+
The RP2040 (U1) has access to an additional 16 MB of flash memory via a QSPI interface. The execute-in-place (XIP) feature of the Nano RP2040 Connect allows external flash memory to be addressed and accessed by the system as though it were internal memory, without first copying the code to internal memory.
173
174
174
175
### Cryptography
175
176
The ATECC608A Cryptographic IC (U4) provides secure boot capabilities alongside SHA and AES-128 encryption/decryption support for security in Smart Home and Industrial IoT (IIoT) applications. Additionally, a random number generator is also available for use by the RP2040.
176
177
177
178
### Microphone
178
-
The MP34DT06J microphone is connected via a PDM interface to the RP2040. The digital MEMS microphone is omnidirectional and operate via a capacitive sensing element with a high (64 dB) signal to noise ratio. The sensing element, capable of detecting acoustic waves, is manufactured using a specialized silicon micromachining process dedicated to produce audio sensors.
179
+
The MP34DT06J microphone is connected via a PDM interface to the Nano RP2040 Connect. The digital MEMS microphone is omnidirectional and operate via a capacitive sensing element with a high (64 dB) signal to noise ratio. The sensing element, capable of detecting acoustic waves, is manufactured using a specialized silicon micromachining process dedicated to produce audio sensors.
179
180
180
181
### RGB LED
181
182
The RGB LED (DL3) is a common anode LED that is connected to the Nina W102 module. The LED are off when the digital state is HIGH and on when the digital state is LOW.
182
183
183
184
### Power Tree
184
185

185
186
186
-
The Arduino Nano RP2040 Connect can be powered by either the Micro USB port (J1) or alternatively via VIN on JP2. An onboard buck converter provides 3V3 to the RP2040 microcontroller and all other peripherals. Additionally, the RP2040 also has an internal 1V8 regulator.
187
+
The Nano RP2040 Connect can be powered by either the Micro USB port (J1) or alternatively via VIN on JP2. An onboard buck converter provides 3V3 to the RP2040 microcontroller and all other peripherals. Additionally, the Nano RP2040 Connect also has an internal 1V8 regulator.
187
188
188
189
## Board Operation
189
190
### Getting Started - IDE
190
-
If you want to program your Arduino® Nano RP2040 Connect while offline you need to install the Arduino® Desktop IDE **[1]** To connect the Arduino® Edge control to your computer, you’ll need a micro USB cable. This also provides power to the board, as indicated by the LED.
191
+
If you want to program your Nano RP2040 Connect while offline you need to install the Arduino Desktop IDE **[1]** To connect the Nano RP2040 Connect to your computer, you’ll need a micro USB cable. This also provides power to the board, as indicated by the LED.
191
192
192
-
### Getting Started - Arduino Web Editor
193
-
All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin.
193
+
### Getting Started - Arduino Cloud Editor
194
+
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor **[2]**, by just installing a simple plugin.
194
195
195
-
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.
196
+
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.
196
197
197
198
### Getting Started - Arduino Cloud
198
-
All Arduino® IoT enabled products are supported on Arduino® IoT Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
199
+
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.
199
200
200
201
### Sample Sketches
201
-
Sample sketches for the Arduino® Nano RP2040 Connect can be found either in the “Examples” menu in the Arduino® IDE or in the “Documentation” section of the Arduino website **[4]**
202
+
Sample sketches for the Nano RP2040 Connect can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino website **[4]**.
202
203
203
204
### Online Resources
204
-
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.
205
+
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.
205
206
206
207
### Board Recovery
207
208
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.
@@ -349,23 +350,24 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
0 commit comments