Advertisement
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!
Internet of Things (IoT), machine learning, prototyping.
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:
Edge Computing: Make use of the fast and high RAM microprocessor to run TinyML for anomaly detection, cough detection, gesture analysis and more.
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.
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.
Recommended Operating Conditions
Symbol | Description | Min | Typ | Max | Unit |
VIN | Input voltage from VIN pad | 4 | 5 | 20 | V |
VUSB | Input voltage from USB connector | 4.75 | 5 | 5.25 | V |
V3V3 | 3.3V output to user application | 3.25 | 3.3 | 3.35 | V |
I3V3 | 3.3V output current (including onboard IC) | - | - | 800 | mA |
VIH | Input high-level voltage | 2.31 | - | 3.3 | V |
VIL | Input low-level voltage | 0 | - | 0.99 | V |
IOH Max | Current at VDD-0.4 V, output set high | 8 | mA | ||
IOL Max | Current at VSS+0.4 V, output set low | 8 | mA | ||
VOH | Output high voltage, 8 mA | 2.7 | - | 3.3 | V |
VOL | Output low voltage, 8 mA | 0 | - | 0.4 | V |
TOP | Operating Temperature | -20 | - | 80 | °C |
Power Consumption
Symbol | Description | Min | Typ | Max | Unit |
PBL | Power consumption with busy loop | TBC | mW | ||
PLP | Power consumption in low power mode | TBC | mW | ||
PMAX | Maximum Power Consumption | TBC | mW |
Front View
Ref. | Description |
U1 | Raspberry Pi RP2040 Microcontroller |
U3 | N/A |
U5 | AT25SF128A-MHB-T 16MB Flash IC |
U7 | DSC6111HI2B-012.0000 MEMS Oscillator |
U9 | LSM6DSOXTR 6-axis IMU with Machine Learning Core |
DL1 | Green Power On LED |
DL3 | RGB Common Anode LED |
JP2 | Analog Pin + D13 Pins |
U2 | Ublox NINA-W102-00B Wi-Fi/Bluetooth® Module |
U4 | ATECC608A-MAHDA-T Crypto IC |
U6 | MP2322GQH Step-Down Buck Regulator |
U8 | MP34DT06JTR MEMS Omnidirectional Microphone IC |
J1 | Male Micro USB Connector |
DL2 | Builtin Orange LED |
PB1 | Reset Button |
JP3 | Digital Pins |
Back View
Ref. | Description |
SJ4 | 3.3V jumper (connected) |
SJ1 | VUSB jumper (disconnected) |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 RP2040 also has an internal 1V8 regulator.
Getting Started - IDE
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.
Getting Started - Arduino Cloud Editor
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [2], by just installing a simple plugin.
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.
Getting Started - Arduino Cloud
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.
Sample Sketches
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].
Online Resources
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.
Board Recovery
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 doubletapping the reset button right after power up.
J1 Micro USB
Pin | Function | Type | Description |
1 | VBUS | Power | 5V USB Power |
2 | D- | Differential | USB differential data - |
3 | D+ | Differential | USB differential data + |
4 | ID | Digital | Unused |
5 | GND | Power | Ground |
JP1
Pin | Function | Type | Description |
1 | TX1 | Digital | UART TX / Digital Pin 1 |
2 | RX0 | Digital | UART RX / Digital Pin 0 |
3 | RST | Digital | Reset |
4 | GND | Power | Ground |
5 | D2 | Digital | Digital Pin 2 |
6 | D3 | Digital | Digital Pin 3 |
7 | D4 | Digital | Digital Pin 4 |
8 | D5 | Digital | Digital Pin 5 |
9 | D6 | Digital | Digital Pin 6 |
10 | D7 | Digital | Digital Pin 7 |
11 | D8 | Digital | Digital Pin 8 |
12 | D9 | Digital | Digital Pin 9 |
13 | D10 | Digital | Digital Pin 10 |
14 | D11 | Digital | Digital Pin 11 |
15 | D12 | Digital | Digital Pin 12 |
JP2
Pin | Function | Type | Description |
1 | D13 | Digital | Digital Pin 13 |
2 | 3.3V | Power | 3.3V Power |
3 | REF | Analog | NC |
4 | A0 | Analog | Analog Pin 0 |
5 | A1 | Analog | Analog Pin 1 |
6 | A2 | Analog | Analog Pin 2 |
7 | A3 | Analog | Analog Pin 3 |
8 | A4 | Analog | Analog Pin 4 |
9 | A5 | Analog | Analog Pin 5 |
10 | A6 | Analog | Analog Pin 6 |
11 | A7 | Analog | Analog Pin 7 |
12 | VUSB | Power | USB Input Voltage |
13 | REC | Digital | BOOTSEL |
14 | GND | Power | Ground |
15 | VIN | Power | Voltage Input |
Note: The analog reference voltage is fixed at +3.3V. A0-A3 are connected to the RP2040's ADC. A4-A7 are connected to the Nina W102 ADC. Additionally, A4 and A5 are shared with the I2C bus of the RP2040 and are each pulled up with 4.7 KΩ resistors.
RP2040 SWD Pad
Pin | Function | Type | Description |
1 | SWDIO | Digital | SWD Data Line |
2 | GND | Digital | Ground |
3 | SWCLK | Digital | SWD Clock |
4 | +3V3 | Digital | +3V3 Power Rail |
5 | TP_RESETN | Digital | Reset |
Nina W102 SWD Pad
Pin | Function | Type | Description |
1 | TP_RST | Digital | Reset |
2 | TP_RX | Digital | Serial Rx |
3 | TP_TX | Digital | Serial Tx |
4 | TP_GPIO0 | Digital | GPIO0 |
Ref | Link |
Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software |
Arduino Cloud Editor | https://create.arduino.cc/editor |
Arduino Cloud Editor - Getting Started | https://docs.arduino.cc/arduino-cloud/guides/editor/ |
Arduino Website | https://www.arduino.cc/ |
Arduino Project Hub | https://create.arduino.cc/projecthub? by=part&part_id=11332&sort=trending |
Arduino Store | https://store.arduino.cc/ |
PDM (microphone) Library | https://www.arduino.cc/en/Reference/PDM |
WiFiNINA (Wi-Fi, W102) Library | https://www.arduino.cc/en/Reference/WiFiNINA |
ArduinoBLE (Bluetooth®, W-102) Library | https://www.arduino.cc/en/Reference/ArduinoBLE |
IMU Library | https://reference.arduino.cc/reference/en/libraries/arduino_lsm6ds3/ |
Date | Revision | Changes |
25/04/2024 | 4 | Updated link to new Cloud Editor |
12/07/2022 | 3 | General maintenance updates |
02/12/2021 | 2 | Changes requested for certification |
14/05/2020 | 1 | First Release |
Here you can download full pdf version of manual, it may contain additional safety instructions, warranty information, FCC rules, etc.
Advertisement
Need help?
Do you have a question about the Nano RP2040 Connect and is the answer not in the manual?
Questions and answers