Adafruit
Adafruit Metro M7 with AirLift - Featuring NXP iMX RT1011
The Adafruit Metro M7 with AirLift is the fastest Metro board yet, powered by the NXP iMX RT1011 ARM Cortex M7 processor running at 500 MHz. Combined with an...
Get notified when back in stock
The Adafruit Metro M7 with AirLift is the fastest Metro board yet, powered by the NXP iMX RT1011 ARM Cortex M7 processor running at 500 MHz. Combined with an on-board ESP32 AirLift WiFi co-processor, 4 MB of QSPI flash, and the standard Metro/UNO shield-compatible form factor, this board delivers exceptional performance for CircuitPython projects with wireless connectivity.
The AirLift ESP32 co-processor handles WiFi with TLS/SSL support and has dedicated CircuitPython library support for fast wireless integration. The UNO-compatible shield layout means you can use your existing shields while benefiting from a massive speed upgrade.
Key Features
- NXP iMX RT1011 ARM Cortex M7 @ 500 MHz – The fastest Metro processor to date
- 128 KB SRAM – On-chip high-speed memory
- 4 MB QSPI XIP Flash – Execute-in-place firmware and disk storage
- AirLift ESP32 WiFi Co-Processor – TLS/SSL support over SPI with CircuitPython libraries
- High-Speed Native USB – Built-in USB support via USB-C
- UNO Shield Compatible – Standard Metro form factor for plug-in shields
- Flexible Power – 6–12V DC barrel jack or USB-C
- On/Off Switch – Easy power control
- STEMMA QT / Qwiic Port – Solderless I2C connection for sensors and accessories
- UF2 Bootloader – Double-click reset to enter bootloader; drag-and-drop firmware updates
- Boot-Mode Switches – Access ROM bootloader for recovery
- SWD Connector – For advanced debugging
- Status LEDs + NeoPixel – On and User LEDs plus an RGB NeoPixel
- CircuitPython Compatible – Designed for CircuitPython development
Specifications
- Dimensions: 53.2 × 72 mm (2.0 × 2.8 in)
- Height (with barrel jack): 14.8 mm (0.6 in)
- Weight: 22.5 g
Ideal For
- High-performance CircuitPython projects with WiFi
- IoT applications requiring fast processing and secure connections
- Projects needing UNO shield compatibility with modern processing power
- Rapid prototyping with wireless connectivity
Package Contents
- 1× Adafruit Metro M7 with AirLift (with headers)
Jargon buster
Plain-language definitions for the technical terms used above.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- DC barrel jack
- A round power connector commonly used for low-voltage DC power supplies, often described by its outer and inner diameters such as 5.5 x 2.1 mm. Matching the barrel size and polarity is important so the plug physically fits and powers the device correctly.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
- SWD
- Serial Wire Debug (SWD) is a two-wire programming and debugging interface used with many ARM Cortex-M microcontrollers. It provides low-level access to program, recover or debug the microcontroller.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
Find this product in
Brands
Connectivity
Related Tutorials
Free guides on learn.littlebird.com.au