Adafruit
Adafruit Matrix Portal - CircuitPython Powered Internet Display
The Adafruit Matrix Portal is a plug-and-play controller for HUB-75 RGB LED matrix panels. Powered by an ATSAMD51 (Cortex M4) with an ESP32 WiFi coprocessor,...
The Adafruit Matrix Portal is a plug-and-play controller for HUB-75 RGB LED matrix panels. Powered by an ATSAMD51 (Cortex M4) with an ESP32 WiFi coprocessor, it plugs directly into the back of any compatible matrix — no soldering or wiring required. Just attach power and start coding in CircuitPython or Arduino.
The dual-processor design lets the SAMD51 handle high-speed RGB matrix updates and native USB, while the ESP32 manages WiFi with TLS/SSL encryption. This makes it ideal for internet-connected LED displays showing live data, animations, and interactive content.
Key Features
- ATSAMD51J19 Processor – Cortex M4 with 512 KB flash, 192 KB SRAM, native USB, and DAC/ADC/PWM
- ESP32 WiFi Coprocessor – Secure WiFi with TLS/SSL support via SPI
- Direct HUB-75 Connection – 2×10 socket plugs directly into matrix panels (16×32 up to 64×64)
- USB-C – Power and data; native USB for drag-and-drop programming
- LIS3DH Accelerometer – For digital sand projects, orientation detection, and tap sensing
- STEMMA QT Port – Plug-and-play I2C for sensors and peripherals
- JST 3-Pin Connector – Analogue input/output for audio playback or additional hardware
- GPIO Breakouts – 4 analogue outputs with PWM and SPI support
- Two User Buttons – Plus reset button, NeoPixel indicator, and power LEDs
- Address E Jumper – For use with 64×64 matrices
Ideal For
- Internet-connected LED signs and information displays
- Live data dashboards (weather, stocks, social media, transit)
- Pixel art displays and LED animations
- Interactive installations with motion and tap detection
Package Contents
- 1× Adafruit Matrix Portal (pre-programmed with rainbow digital sand demo for 32×64 matrices)
- Mounting screws for power cable attachment
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- 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.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- ESP32
- ESP32 is a family of microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- 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.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- LIS3DH
- A specific low-power 3-axis accelerometer chip made by STMicroelectronics. Knowing the chip part number helps you find the correct datasheet, libraries, wiring details, and limits such as its safe voltage range.
- 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.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- SAMD51
- A family of 32-bit microcontroller chips used to run the main program on a board. In this kit it handles the display-driving work, so it matters for performance when showing animations and graphics on an LED matrix.
- 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.
- USB-C
- A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
Find this product in
Brands
Displays & Screens
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au