

Overview
Meet the only connected RP2040 board. It fits the Arduino Nano form factor, making it a small board with BIG features.
The brain of the board is the the Raspberry Pi® RP2040 silicon; a dual-core Arm Cortex M0+ running at 133MHz. It has 264KB of SRAM, and the 16MB of flash memory is off-chip to give you extra storage.
But what’s really exciting is the on-board connectivity options. The hugely popular and highly adaptable u-blox NINA-W102 radio module is on there to make this a true IoT champion. This also means you can harness the power of the cloud, with fully Arduino Cloud compatibility.
It’s got on-board, built-in sensors to turn your builds into powerhouse projects, too. Microphone and motion sensing add a depth of possibilities that’s almost impossible to find in a board of this size.
The Arduino Nano RP2040 Connect is the premium choice for RP2040 devices, and the perfect option for upgrading your projects and unlocking the potential of new ones.
Arduino IoT Cloud Compatible
Use your MKR board on Arduino's IoT Cloud, a simple and fast way to ensure secure communication for all of your connected Things.
TRY THE ARDUINO IOT CLOUD FOR FREE
Get Connected
The u-blox NINA-W102 radio module makes this the only connected RP2040 option. It gives you full WiFi 802.11b/g/n connectivity, along with Bluetooth® and Bluetooth® Low Energy v4.2
Sensor Overload
Packed onto this tiny board are a couple of very useful sensors. A built-in mic is there for sound activation, audio control and even AI voice recognition. The six-axis smart IMU with AI capabilities tells the board which way it’s moving, and adds fall sensing and double-tap activation.
Hard Working Hardware
It might be a small board, but the Nano RP2040 Connect packs a hardware punch. It matches the established Arduino Nano form factor, making it the perfect upgrade for projects of all sizes.
More Memory
With 16MB flash memory that’s external to the microprocessor, there’s bags of room for your code and storage needs.
Power Pins
The programmable I/O pins have functions that bigger boards only dream of; 22 digital, 20 with PWM and 8 analog.
Raspberry Pi® Pico Compatible
Smart software options for a very smart device. It has full support for the entire RP2040 software ecosystem.
Arduino Lover
Supports the Arduino programming language, the IDE 2.0 and all those awesome libraries.
Python Power
Full support for MicroPython (available in September, 2021). Get a Nano RP2040 Connect, and it comes with a FREE OpenMV license for machine vision projects.
Arduino Cloud Ready
Program and operate the Nano RP2040 Connect directly from your web browser. Fully compatible from day one. Upload your sketches over-the-air with instant remote control from the free Arduino IoT Remote smartphone app.
The Arduino Nano RP2040 Connect is also available with header pins pre-installed.
Tech specs
Board
|
Nano RP2040 Connect |
|
SKU: ABX00052 |
||
Microcontroller |
Raspberry Pi® RP2040 |
|
USB connector |
Micro USB |
|
Pins |
Built-in LED pin |
13 |
Digital I/O Pins |
20 |
|
Analog Input Pins |
8 |
|
PWM pins |
20 (Except A6, A7) |
|
External interrupts |
20 (Except A6, A7) |
|
Connectivity
|
Wi-Fi |
Nina W102 uBlox module |
Bluetooth® |
Nina W102 uBlox module |
|
Secure element |
ATECC608A-MAHDA-T Crypto IC |
|
Sensors |
IMU |
LSM6DSOXTR (6-axis) |
Microphone | MP3DT06JTR | |
Communication |
UART |
Yes |
I2C |
Yes |
|
SPI |
Yes |
|
Power |
Circuit operating voltage |
3.3V |
Input Voltage (VIN) |
4-20V |
|
DC Current per I/O pin |
8 mA |
|
Clock speed |
Processor |
133 MHz |
Memory |
AT25SF128A-MHB-T |
16MB Flash IC |
Nina W102 uBlox module |
448 KB ROM, 520KB SRAM, 16MB Flash |
|
Dimensions |
Weight |
6 g |
Width |
18 mm |
|
Length |
45 mm |
Conformities
Resources for Safety and Products
Manufacturer Information
The production information includes the address and related details of the product manufacturer.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
https://www.arduino.cc/
Responsible Person in the EU
An EU-based economic operator who ensures the product's compliance with the required regulations.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
Phone: +39 0113157477
Email: support@arduino.cc
Documentation
OSH: Schematics
Arduino NanoRP2040 Connect is open-source hardware! You can build your own board using the following files:
SCHEMATICS IN .PDFPINOUT IN .PDFDATASHEET IN .PDF
Download the full pinout diagram as PDF here
All CAD files are available for download at the Nano RP2040 Connect's Documentation Page.
Interactive Board Viewer
Learn more
Get Inspired
How to realize a servo and water sensor function using simple raw materials.

With the Earth’s population still on track to increase by another two billion people by the year 2050, finding ways to feed them without causing grave harm to the environment is a top priority. Currently, fish is one of the most widely consumed foods in the world, and a new technology called biofloc helps provide both a food source and environmental stabilizer to fishponds without the need for dangerous chemicals/processes. As part of element14’s Just Encase Design Challenge, Md. Khairul Taifur had the idea to create a device that could sit within a pond and report detailed telemetry for environmental markers, as well as correct minor water quality issues via the use of a heater and water pump. His system is based around a MKR WAN 1300, which is responsible for collecting data from each sensor and then sending it to the cloud with its onboard LoRaWAN module. To make the system independent from an external power source, Taifur included a small 5V solar panel, power management board, and rechargeable battery pack. Once his firmware had been finalized, everything was carefully placed inside of a waterproof electrical box and sealed to only expose the sensors. This biofloc monitoring system has great potential as a proof-of-concept of how future fish farms might operate in a more sustainable manner. You can read more about the project here on element14.
FAQs
Can I power the Nano RP2040 with a battery?
Batteries: the Nano RP2040 Connect has no battery connector, nor charger. You can connect any external battery of your liking as long as you respect the voltage limits of the board.
Does the Nano RP2040 have I2C pins? / Can I use I2C communication with the Nano RP2040?
- I2C pins: Pins A4 and A5 have an internal pull up and default to be used as an I2C Bus so usage as analog inputs is not recommended.
- Operating voltage: The operating voltage for Nano RP2040 Connect is 3.3V
What is the 5V pin for?
5V: This pin outputs 5V from the board when powered from the USB connector. Note: for it to work, you need to short their VBUS jumper on the back of the board. If you power the board from the VIN pin, you won’t get any regulated 5V and even if you do the solder bridge.
Does the Nano RP2040 have PWM pins?
PWM: All pins except for A6 and A7 are available for PWM.
How can I use the embedded RGB LED?
RGB: The RGB LEDs are connected through the Wi-Fi module, so it is required to include the WiFiNINA library to use it.