> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# Adafruit Trinkey QT2040 - RP2040 USB Key with Stemma QT

**Type:** Product page · **SKU:** ADA5056 · **Brand:** [Adafruit](https://core-electronics.com.au/brands/adafruit-australia)
**Page:** https://core-electronics.com.au/adafruit-trinkey-qt2040-rp2040-usb-key-with-stemma-qt.html ([markdown](https://core-electronics.com.au/adafruit-trinkey-qt2040-rp2040-usb-key-with-stemma-qt.html.md))

It's half USB Key, half Adafruit QT Py, and a lotta RP2040...it's Trinkey QT2040, the circuit board with an RP2040 heart and Stemma QT legs. Folks are loving the QT Py 2040 we made, but maybe you want something plug-and-play. So we thought, hey what if we made something like that plugs right into your computer's USB port? And this is what we came up with!

## Pricing

- **Price:** $15.05 (inc GST) — $13.68 AUD, exc GST
- **Quantity discounts:** 10+ $13.27 (exc GST) · 50+ $13.00 (exc GST)

## Availability & dispatch

- Available with a lead time — expect dispatch between Aug 25 and Aug 31.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=ADA5056:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/ADA5056:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

It's half USB Key, half Adafruit QT Py, and a lotta RP2040...it's Trinkey QT2040, the circuit board with an RP2040 heart and Stemma QT legs. Folks are loving the [QT Py 2040](https://core-electronics.com.au/adafruit-qt-py-rp2040.html) Adafruit made, but maybe you want something plug-and-play. so they thought, hey what if Adafruit made something like that plugs right into your computer's USB port? And this is what Adafruit came up with!

The PCB is designed to slip into any USB A port on a computer or laptop. There's an RP2040 microcontroller on board with just enough circuitry to keep it happy. There's an RGB NeoPixel, a reset and bootloader or user button and a STEMMA QT Port on the end. That's it!

With the body of the board being 1.0" x 0.7" and four mounting holes, you can attach just about any of Adafruit's QT boards right on (some are a little larger so just check that has the holes in the same locations). [Use M2.5 sized standoffs and screws](https://core-electronics.com.au/white-nylon-screw-and-stand-off-set-m2-5-thread.html) to do so, you could use 2 diagonal at a minimum. Then use a [shorty QT](https://core-electronics.com.au/stemma-qt-qwiic-jst-sh-4-pin-cable-50mm-long.html) cable and you've got a custom sensor Trinkey for any sensor purpose.

The board comes with 8 MB of QSPI flash memory so you can put all of Adafruit's CircuitPython drivers on the disk!

**PLUG-AND-PLAY STEMMA QT**

One of the stars of this board is Adafruit's favorite connector - the STEMMA QT, a chainable I2C port that can be used with any of Adafruit's STEMMA QT sensors and accessories. Having this connector means you don't need to do any soldering to get started.

What can you pop into the QT port? How about OLEDs! Inertial Measurment Units! Sensors a-plenty. 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 need to solder. Just plug in a compatible cable and attach it to your MCU of choice, and you’re ready to load up some software and measure some light.

Use any SparkFun Qwiic boards! [Seeed Grove I2C boards](https://core-electronics.com.au/grove-to-stemma-qt-qwiic-jst-sh-cable-100mm-long.html) will 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](https://github.com/raspberrypi/pico-sdk), an official [MicroPython port](https://github.com/raspberrypi/micropython), and a CircuitPython port! Adafruit of course recommend [CircuitPython](https://circuitpython.org/downloads) because [We think it's the easiest way to get started](https://learn.adafruit.com/welcome-to-circuitpython) and it has support with most of Adafruit's drivers, displays, sensors, and more, supported out of the box so you can follow along with Adafruit's CircuitPython projects and tutorials.

While the RP2040 has lots of onboard RAM (264KB), it does not have built-in FLASH memory. Instead, that is provided by the external QSPI flash chip. On this board there is 8MB, which is shared between the program it's running and any file storage used by MicroPython or CircuitPython. When using C/C you get the whole flash memory, if using Python you will have about 7 MB remaining for code, files, images, fonts, etc.

- Main body is same size/mounting holes as most of Adafruit's Stemma QT boards (1.0" x 0.7" with M2.5 holes)
- USB Type A connector with extra-thick PCB to fit into a USB host port
- RP2040 32-bit Cortex M0 dual-core running at ~125 MHz @ 3.3V logic and power
- 264 KB RAM
- 8 MB SPI FLASH chip for storing files and CircuitPython/MicroPython code storage. No EEPROM
- Native USB supported by every OS - can be used as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
- Can be used with MicroPython or CircuitPython
- Built-in RGB NeoPixel LED
- STEMMA QT / Qwiic port for I2C connectivity
- 3.3V regulator with 600mA peak output
- 12 MHz crystal
- Both Reset button and Bootloader select buttons for quick restarts (no unplugging-replugging to relaunch code)
- Bootloader button can also be safely used in 'user' code
 
**ABOUT THE RP2040**
Inside the RP2040 is a 'permanent ROM' USB UF2 bootloader. What that means is when you want to program new firmware, you can hold down the BOOT button while plugging it into USB (or pulling down the RUN/Reset pin to ground) and it will appear as a USB disk drive you can drag the firmware onto. Folks who have been using Adafruit products will find this very familiar - Adafruit use the technique on all Adafruit's native-USB boards. Just note you don't double-click reset, instead hold down the BOOT button during boot to enter the bootloader!

The RP2040 is a powerful chip, which has the clock speed of Adafruit's M4 (SAMD51), and two cores that are equivalent to Adafruit's M0 (SAMD21). Since it is an M0 chip, it does not have a floating point unit or DSP hardware support - so if you're doing something with heavy floating point math, it will be done in software and thus not as fast as an M4. For many other computational tasks, you'll get close-to-M4 speeds!

**Technical Specifications**

- Product Dimensions: 38.2mm x 17.7mm x 5.5mm / 1.5" x 0.7" x 0.2"
- Product Weight: 3.0g / 0.1oz

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/5/0/5056-00.jpg)
