Skip to main content Skip to search Skip to main navigation
Menu

Our recommendations for you

Loading...
Description

Product information "Adafruit QT Py RP2040"

What a cute little chap! Or is it... a QT Py? This tiny development board is equipped with one of our new favourite chips, the RP2040. It was made famous in the new Raspberry Pi Pico and in our Feather RP2040 and ItsyBitsy RP2040, but what if we wanted something really small?

A new chip means a new QT Py, and the Raspberry Pi RP2040 is no exception. When we saw this chip, we thought, "This chip will be awesome if we give it the QT Py treatment," and we did! This QT Py features the RP2040 and all the conveniences you know and love from the original QT Py

PLUG-AND-PLAY STEMMA QT

The star of the QT Py is our favourite connector - the STEMMA QT, a daisy-chainable I2C connector that can be used with all of our STEMMA QT sensors and accessories. This connector means you don't need to do any soldering to get started.

What can you connect to the QT connector? How about OLEDs! Inertial measurement devices! Sensors galore. All plug-and-play thanks to the innovative chainable design: SparkFun Qwiic-compatible STEMMA QT connectors for the I2C bus, so you don't even have to solder. Just plug in a compatible cable and connect it to the MCU of your choice, and you're ready to load software and measure light.

Use all SparkFun Qwiic boards! Seeed Grove I2C boards also work with this adapter cable.

SOFTWARE SUPPORT

At the time of launch, there is no Arduino core support for the chip on this board. There is great C/C++ support, an official MicroPython port and a CircuitPython port! We of course recommend CircuitPython because we think it's the easiest way to get started, and because it supports most of our drivers, displays, sensors and more, right from the start, so you can follow our CircuitPython projects and tutorials.

QT PY RP2040 SPECIFICATIONS

pinout and shape are compatible with Seeed Xiao, with honeycomb-shaped pads so you can solder it to a board with a cutout to give the bottom components some clearance. As well as the QT connector, we've also added an RGB NeoPixel (with a controllable power pin to allow ultra-low power operation) and both boot mode and reset buttons (ideal for restarting your programme or accessing the bootloader). This QT Py comes with loose 0.1" leads that you can solder in for use on a breadboard.

The RP2040 has plenty of onboard RAM (264KB), but no inbuilt FLASH memory. Instead, this is provided by an external QSPI flash chip. There is 8MB on this board, which is shared between the running programme and the file memory used by MicroPython or CircuitPython. When using C/C++, the entire flash memory is available; when using Python, around 7 MB remains for code, files, images, fonts, etc.
  • Same size, form factor and pin assignment as our SAMD-based QT Py
  • USB Type-C connector
  • RP2040 32-bit Cortex M0+ dual-core with ~125 MHz at 3.3 V logic and power
  • 264 KB RAM
  • 8 MB SPI FLASH chip for storing files and CircuitPython/MicroPython code. No EEPROM
  • Native USB support by any operating system - can be used as a USB serial console, MIDI, keyboard/mouse HID and even as a small drive to store Python scripts.
  • Can be used with MicroPython or CircuitPython
  • Built-in RGB NeoPixel LED
  • 13 GPIO pins (11 breakout pads and two QT pads):
    • Four 12-bit ADCs (one more than the Pico)
    • Two I2C ports (one on the QT connector, one on the breakout pads)
    • SPI and UART peripherals on the standard QT Py positions,
    • PWM outputs on each IO pin - for servos, LEDs, etc.
    • There are 6 GPIO in sequential order for PIO compatibility
  • 3.3V regulator with 600mA peak output
  • 12 MHz crystal
  • Both reset button and bootloader select buttons for quick restarts (no unplugging and replugging to restart the code)
  • Really very small
ABOUT THE RP2040

Inside the RP2040 is a 'permanent ROM' USB UF2 bootloader. This means that if you want to program new firmware, you can hold down the BOOT button while connecting the device to USB (or pull the RUN/Reset pin to ground) and it will appear as a USB drive that you can drag the firmware to. People who use Adafruit products will find this very familiar - we use this technique on all of our native USB boards. Just note that you don't double-click Reset, but hold down BOOTSEL during boot to start the bootloader!

The RP2040 is a powerful chip that has the clock speed of our M4 (SAMD51) and two cores equivalent to our M0 (SAMD21). As it is an M0 chip, it does not have a floating point unit or DSP hardware support - so if you are doing something with extensive floating point calculations, this is done in software and is therefore not as fast as an M4. For many other computing tasks, you can get close to M4 speeds!

There are two I2C controllers, two SPI controllers and two UARTs for the peripherals, which are multiplexed via GPIO - the pin assignment shows which pins can be assigned in which way. There are 16 PWM channels, each pin has a channel to which it can be set (ditto in the pinout).

You will notice that there is no I2S peripheral, no SDIO and no camera, so what's the point? Well, instead of having specific hardware support for serial data-like peripherals like these, the RP2040 comes with the PIO state machine system, which provides a unique and powerful way to create custom hardware logic and data processing blocks that run standalone without taking up a CPU. For example, NeoPixels - we often bitbang the timing-specific protocol for these LEDs. For the RP2040, we use a PIO object instead, which reads in the data buffer and outputs the correct bitstream with perfect accuracy. The same applies to I2S audio inputs and outputs, LED matrix displays, 8-bit or SPI-based TFTs and even VGA! In MicroPython and CircuitPython, you can create PIO control commands to script the peripheral and load it at runtime. There are 2 PIO peripherals, each with 4 state machines.
Properties
Zolltarifnummer: 85423119
Brand: Adafruit
Compatibility: Raspberry Pi Pico
Country of Origin: USA
EAN: 4060137072093
Gross Weight (kg): 0.004
Manufacturer ID: 4900
Product ID: ADA4900
Manufacturer

Adafruit

Adafruit: The expert for open source hardware

For more than ten years, programmers and tinkerers have benefited from the expertise of the Adafruit brand. Whether for beginners or proven experts, Adafruit has the right hardware components ready for your next IoT project.

Light comes into the dark with Adafruit NeoPixel

One extremely popular product line from the company's broad portfolio is Adafruit NeoPixel. These nifty LED components come in a wide variety of designs and color temperatures. NeoPixel modules are available, for example, in the form of a practical stick with five intelligent LEDs in red, green and blue (RGB) or in white (W), as a shield with 40 eye-saving RGBW LEDs in which all pixels are individually addressable, and as a jewel with seven RGBW LEDs that can be controlled with 8-bit PWM per channel.

Especially popular is the Adafruit NeoPixel Ring with 16 ultra-bright, intelligent RGB LEDs including integrated drivers, which you only need a single microcontroller to control. The trick is that the Adafruit NeoPixel rings form a chain, so to speak: You couple the output pin of one with the input pin of the other.

With the Adafruit NeoPixel products you can realize a wide variety of projects - there are virtually no limits to your creativity. With the help of an Arduino, a jumper cable and the appropriate software, you can control a NeoPixel ring individually and light up the small LEDs as you wish - either individually or in a specific combination. This way, you can also create your own Vu meter with the versatile LED components. Practical: To make programming Adafruit NeoPixel easier, Adafruit provides an Arduino library as well as a Python library.

Adafruit Feather Boards: Powerful hardware in a compact format

With Adafruit Feather, the hardware specialist from the States also has various powerful development boards in its range, which are essentially equivalent to an Arduino in terms of function. All of these boards are equipped with similar features; among other things, the pin assignment is the same and there are also many parallels when it comes to the microcontrollers and the battery charging properties. In addition, you can also find Feather boards with special devices like Bluetooth, Wi-Fi and cellular network connectivity as well as boards with microSD slot in Adafruit's product range. The name "Feather" is no coincidence: The boards are also characterized by being particularly compact and, above all, lightweight.

The range of top-class product highlights is wide: The STM32F405 Feather, for example, is the fastest CircuitPython board from Adafruit with an outstanding 168 MHz and meets the highest demands. It is equipped with a STEMMA QT / Qwiic port at the end, which makes it easy to connect to I2C sensors. The Adafruit Feather nRF52840 Express, on the other hand, shines with Bluetooth Low Energy and can also be used with CircuitPython thanks to native USB support.

Another important part of Adafruit's portfolio are the FeatherWings. With these expansion modules, you can also include components such as a display or a motor driver in your IoT project. The FeatherWing Proto is a proven classic in Adafruit's portfolio. This is ideally suited as a prototyping add-on for all Feather boards. The Adafruit FeatherWing Wing Tripler Mini Kit, on the other hand, is ideal if you want to connect a Feather to two other FeatherWings at the same time.

With the Adafruit MIDI FeatherWing Kit you get a music capable FeatherWing, thanks to which you can equip your Feather with MIDI input and output jacks. And with the Adafruit FeatherWing OLED you can easily add a small OLED display to your Feather board - no soldering required.

Adafruit: What's behind the brand

As an expert in open-source hardware, Adafruit has long since established itself in the electronics industry. The company was founded in 2005 by Limor Fried. At the time, the talented and innovative electrical engineer was still a student at the renowned Massachusetts Institute of Technology (MIT). To this day, Fried is CEO of the electronics giant, which is now headquartered in New York. The company's name also goes back to its founder: Fried was once known on the World Wide Web by the nickname "Ladyada" - a tribute to the famous IT pioneer Ada Lovelace.

Adafruit says it is committed to getting more people excited about technology and science - and thanks to its first-class products, the hardware expert from the USA is sure to succeed!

Manufacturer and safety information
Manufacturer information
Adafruit Industries, LLC
168 39th Street 1905CC
US 11232 Brooklyn, New York
https://www.adafruit.com
[email protected]

WEEE number: 20453810

Responsible person for the EU
Sertronics GmbH
Am Studio 20d
DE 12489 Berlin
https://www.berrybase.de
[email protected]

Safety instructions
  • Avoid contact with water or other liquids to prevent short circuits and damage.
  • Do not connect the power supply until all connections have been made correctly.
  • Ensure the correct voltage and only use suitable power supply units.
  • Do not touch the circuit board during operation to avoid thermal burns and electrostatic discharges.
  • Work on an ESD mat or wear a grounding wrist strap to prevent damage from electrostatic discharge.
  • Only use the microcontroller in designated housings or environments to prevent mechanical damage.
  • Keep the board away from flammable materials and ventilate well during intensive use.
  • Dispose of the device in accordance with local regulations for electronic waste.
  • When disposing of the device, remove any connected batteries properly and separately.
  • Avoid making your own modifications or improper use, as this can be dangerous and may invalidate the warranty.
Reviews
1

1 of 1 reviews

Average rating of 5 out of 5 stars


100%

0%

0%

0%

0%


Leave a review!

Share your experiences with other customers.


1 review

2 April 2022 00:00

Review with rating of 5 out of 5 stars

-

-

Customers also bought

ADA1755
Adafruit LED Sequins - Ruby red - Pack of 5

€4.35

Available · 7 piece · 1-3 days

Average rating of 5 out of 5 stars

PRT-17260
SparkFun Qwiic - Flexible cable, 50mm

€1.60

Available · 100+ piece · 1-3 days

Average rating of 4.5 out of 5 stars

KHT66PV5
Short-stroke pushbutton, vertical PCB mounting, 6x6mm, H 5.0mm

€0.09

Available · 100+ piece · 1-3 days

Average rating of 5 out of 5 stars

PRT-17259
SparkFun Qwiic - Flexible cable, 100mm

€2.30

Available · 74 piece · 1-3 days

KHT66PV43
Short-stroke pushbutton, vertical PCB mounting, 6x6mm, H 4.3mm

€0.08

Available · 100+ piece · 1-3 days

Average rating of 4.6 out of 5 stars

BB-400P
Breadboard with 400 contacts

€1.50

Available · 100+ piece · 1-3 days

RPI-PICO2-W
Raspberry Pi Pico 2W, RP2350 + WLAN + Bluetooth Mikrocontroller-Board

€7.50

Available · 100+ piece · 1-3 days

ADA5695
Adafruit NeoKey BFF, mechanical key extension for QT Py and Xiao, Kailh socket, NeoPixel LED

€2.75

Available · 7 piece · 1-3 days

ADA4886
Adafruit AW9523 GPIO Expander and LED Driver Breakout

€5.45

Available · 2 piece · 1-3 days

PRT-17257
SparkFun Qwiic - Flexible cable, 500mm

€3.50

Available · 13 piece · 1-3 days

Average rating of 5 out of 5 stars

PINH-1X40P
Male connector, 1x 40-pin, RM 2.54, straight

€0.60

Available · 100+ piece · 1-3 days

Average rating of 5 out of 5 stars

FEMH-1X40P
Socket connector, 1x 40-pin, RM 2.54, straight

€0.35

Available · 100+ piece · 1-3 days

Average rating of 5 out of 5 stars

AKSW125-2P
Connection terminal, screwable, 90° angled, 1.25mm², RM 5.08mm, 2-pole

€0.28

Available · 100+ piece · 1-3 days

Average rating of 4.6 out of 5 stars

SW223-1
TTP223 Capacitive touch sensor / push-button

€0.40

Available · 72 piece · 1-3 days

Average rating of 5 out of 5 stars

PRT-17258
SparkFun Qwiic - Flexible cable, 200mm

€2.40

Available · 9 piece · 1-3 days

ADA1312
Adafruit Breadboard-compatible RGB Smart NeoPixel - 4-pack

€8.75

Available · 3 piece · 1-3 days

ADA3377
Adafruit LED Sequins - Multicoloured 5-pack

€4.35

Available · 20 piece · 1-3 days

Average rating of 5 out of 5 stars

WS-20187
Waveshare RP2040-Zero, Dual-Core 133MHz, 2MB Flash, USB-C, GPIO pins, MCU board, without header

€4.90

Available · 95 piece · 1-3 days

FT-AMICRO
compatible Arduino Micro with Atmel Mega 32U4

€12.90

Available · 13 piece · 1-3 days

SIS-86434-G
Slide switch, print mounting, ON-ON, 2-digit, 8.6x4.3x4mm, straight

€0.70

Available · 36 piece · 1-3 days

%

Average rating of 4.9 out of 5 stars

RPI-PICO
Raspberry Pi Pico, RP2040 microcontroller board

€3.39 €4.10 (17.32% saved)

Available · 100+ piece · 1-3 days

Average rating of 5 out of 5 stars

ADA5302
Adafruit KB2040 - RP2040 Kee Boar driver

€9.85

Available · 4 piece · 1-3 days

KIT-20119
Day of the Geek Badge, Löt-Kit, weiß

€9.50

Available · 7 piece · 1-3 days

Average rating of 3.2 out of 5 stars

E-TSS1x
Mini push-button HQ, 1-pole, NO contact OFF-(ON)

From €0.90

Available · 100+ piece · 1-3 days

Similar products

ADA5650
Adafruit Feather RP2040 SCORPIO, 8-channel NeoPixel driver

€15.95

Available · 9 piece · 1-3 days

WS-26379
Waveshare RP2040, PICO-Cam-A, Kamera Entwicklungsboard, 133MHz, 240x135, HM01B0

€19.80

Available · 7 piece · 1-3 days

ADA5129
Adafruit Maker Pi RP2040, 2 DC-, 4 Servomotoranschlüsse, 7 Grove-Ports, USB 5V, 3,6-6V

€19.90

Available · 6 piece · 1-3 days

WS-29266
Waveshare RP2350-ETH Mini Development Board, RP2350 Ethernet Port Module, 3 RISC-V, 4 MB, 150 MHz

€17.90

Available · 28 piece · 1-3 days

DEV-18288
SparkFun Pro Micro, RP2040

€14.90

Available · 3 piece · 1-3 days

PIM624
Pimoroni Tufty 2040

€34.50

Available · 10 piece · 1-3 days

PIM674
Pimoroni PicoVision, Dual Arm Cortex M0+ 264kB SRAM, 2x8MB PSRAM, Qwiic/STEMMA QT

€45.90

Available · 9 piece · 1-3 days

ADA5980
Adafruit Feather RP2040 adalogger, 8 MB SPI flash, microSD, USB-C, 264 KB RAM, 500mA, 3.3V

€16.45

Available · 7 piece · 1-3 days

WS-28822
Waveshare RP2350-LCD-0.96 Mikrocontroller, 0.96" LCD, ARM/RISC-V, 26 GPIO, 4MB Flash, ohne Header

€11.90

Available · 35 piece · 1-3 days

Average rating of 4.8 out of 5 stars

PICO-LSK
Raspberry Pi Pico Light Starter Kit, consisting of Pico, official cable and pin headers

€6.40

Available · 100+ piece · 1-3 days

Average rating of 5 out of 5 stars

RPI-PICO-H
Raspberry Pi Pico, RP2040 microcontroller board, with headers

€5.50

Available · 100+ piece · 1-3 days

PIM686
Pimoroni PicoVision PicoW + Zubehör Kit, 264kB SRAM, 2MB Flash, HDMI, 32GB MicroSD, USB Splitter

€59.90

Available · 1 piece · 1-3 days

PIM724
Pimoroni Pico Plus 2 RP2350 Entwicklungsboard, 16MB Flash, 8MB PSRAM, USB-C, Qwiic/ST, 600mA, 3-5,5V

€14.90

Available · 6 piece · 1-3 days

WS-29438
Waveshare RP2350-LCD-0.96 Mikrocontroller, 0.96" LCD, ARM/RISC-V, 26 GPIO, 4MB Flash, mit Header

€14.90

Available · 3 piece · 1-3 days

%

Average rating of 4.9 out of 5 stars

RPI-PICO
Raspberry Pi Pico, RP2040 microcontroller board

€3.39 €4.10 (17.32% saved)

Available · 100+ piece · 1-3 days

Average rating of 4.9 out of 5 stars

RPI-PICO-W
Raspberry Pi Pico W, RP2040 + WLAN microcontroller board

€6.70

Available · 100+ piece · 1-3 days

PIM688
Pimoroni Yukon, Make Anything KIt, RP2040-basiert mit 6 Modulen

€99.90

Available · 5 piece · 1-3 days

PIM723
Pimoroni Plasma 2350 Board for addressable LEDs, RP2350A, 150MHz, 4MB QSPI Flash, USB-C, 3A

€14.30

Available · 7 piece · 1-3 days

%
WS-29361
Waveshare RP2350-Zero, dual-core Arm Cortex-M33, Hazard 3 RISC-V, 520KB SRAM, 4MB Flash, USB-C
Variant: with header

Variants from €5.20
€5.50 €5.90 (6.78% saved)

Available · 100+ piece · 1-3 days

RPI-PICO-WH
Raspberry Pi Pico WH, RP2040 + WLAN microcontroller board, with headers

€7.20

Available · 100+ piece · 1-3 days

PIM687
Pimoroni Yukon Nur Host, RP2040, 16MB Flash, XT30 15A, USB-C, MicroPython

€24.90

Available · 3 piece · 1-3 days

PIM748
Pimoroni Pico Jumbo Starter Kit, riesiger Pico 2 in 3,5-fachen Maßstab, mit extra großen Zubehör

€32.90

Available · 4 piece · 1-3 days

WS-29414
Waveshare RP2350-Plus Mikrocontroller, Dual-Core Cortex-M33, RISC-V, USB-C, 150 MHz
Flash Storage: 16 MB | Variant: with header

Variants from €7.50
€8.90

Available · 6 piece · 1-3 days

WS-20330
Waveshare RP2040-LCD-0.96, without header

€11.90

Available · 5 piece · 1-3 days

WS-24023
Waveshare ESP32-S3 Pico Dev Board: 2.4 GHz, dual-core processor, 240 MHz, 16MB Flash, with header

€11.80

Available · 10 piece · 1-3 days