Adafruit
Matrix Portal S3 for HUB75 RGB Matrices - u.FL
· MPN: ADA6475
Make an internet-connected RGB matrix display without the usual wiring fuss. This board plugs straight into the back of a compatible HUB75 RGB matrix, giving...
Make an internet-connected RGB matrix display without the usual wiring fuss. This board plugs straight into the back of a compatible HUB75 RGB matrix, giving you an easy way to build colourful signs, clocks, status panels and data dashboards with CircuitPython or Arduino.
This version uses a u.FL antenna connector, so an external antenna is required for WiFi and Bluetooth operation. That makes it handy when you want the antenna positioned outside an enclosure, but please note that the u.FL antenna and any adapter are not included.
It is designed to work with Adafruit HUB75 displays from 16x32 up to 64x64, or you can use standard 2x8 IDC cables to connect from the front instead. The included screws let you attach the power cable to the power terminals with a regular screwdriver, and the board is powered over USB Type-C. For larger builds, you can chain multiple displays or panelise them into a bigger grid, with a separate 5V supply recommended for the matrices.
On the software side, the ESP32-S3 is supported in both Arduino and CircuitPython, and Adafruit's Protomatter library handles matrix driving on the chipset while the board takes care of the wiring and level shifting. It comes fully assembled and preprogrammed with a basic demo for 32x64 LED matrices.
Features:
- Processor: ESP32-S3 processor, 8 MB flash, 2 MB of SRAM, with full Arduino or CircuitPython support.
- Wireless: WiFi and Bluetooth® LE baked right in, full Arduino support.
- CircuitPython wireless support: CircuitPython only supports WiFi at this time, not BLE on the S3 chip.
- USB: USB Type C connector for data and power connectivity.
- STEMMA QT: I2C STEMMA QT connector for plug-n-play use of any of our STEMMA QT devices or sensors.
- Grove compatibility: Can also be used with any Grove I2C devices using this adapter cable.
- JST connector: JST 3-pin connector that also has analog input for quick connection with any JST PH 2.0mm pitch cable.
- Accelerometer: LIS3DH accelerometer for digital sand projects or detecting taps/orientation.
- GPIO breakout strip: Has reset, boot selection, TX debug output, and 6 GPIO including 4 analog inputs with PWM, SPI, or I2S support for adding other hardware.
- Address E line jumper: Address E line jumper for use with 64x64 matrices.
- Address E default: Check your matrix to see which pin is used for address E, we default to pin 8.
- Buttons: Two user interface buttons + one reset button.
- Status LEDs: Indicator NeoPixel and red LED.
- Power LEDs: Green power indicator LEDs for both 3V and 5V power.
- HUB75 socket: 2x10 socket connector fits snugly into 2x8 HUB75 ports without worrying about 'off by one' errors.
- IDC connector: 2x8 IDC plug connector works with standard cables that come with matrices.
- Parallel output drive: The S3 has a parallel output drive peripheral, which means that controlling the matrix is done without bitbanging.
- Dual-core operation: The S3 has two cores, so one can be dedicated to WiFi networking or matrix control while the other runs your code.
- Native USB: With native USB, it's easy to have it act like a keyboard, or mouse, or MIDI device, and it also has plenty of I2C, SPI, I2S, UART, and analog inputs.
- Flash memory: Lots of memory: 8MB of Flash means plenty of space for code, files, GIFs and more.
- PSRAM: 2MB of PSRAM means you can read and parse a lot of IoT data and still have plenty of RAM for the matrix display buffers.
- Audio note: The only real thing missing from the original Matrix Portal is the S3 does not have an analog output DAC pin.
- Audio recommendation: We recommend an I2S amplifier for audio instead.
- Included: Comes with one fully programmed and assembled MatrixPortal, preprogrammed with a basic display demo for 32x64 LED matrices.
- RGB matrix not included: Does not come with an RGB Matrix.
- Power supply not included: Does not come with a USB Type-C power supply.
- Antenna note: Please note: this version does not come with an onboard antenna.
- External antenna required: You will need a uFL connector antenna, such as 2.4GHz Mini Flexible WiFi Antenna - not included.
A good fit for connected displays, IoT dashboards and interactive matrix projects where you want fast setup, built-in wireless and easy expansion with STEMMA QT or other GPIO peripherals.
Jargon buster
Plain-language definitions for the technical terms used above.
- bitbanging
- Bitbanging means using software to manually switch pins on and off to create a communication or display signal. Avoiding bitbanging can make a product faster and more reliable because dedicated hardware handles the timing instead of your program doing all the work.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- 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.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- 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.
- Grove
- Grove is a plug-in connector ecosystem for sensors and modules that avoids soldering and jumper wires. Grove compatibility matters because it can make it quicker to add supported I2C devices, as long as the cable and voltage are suitable.
- HUB75
- HUB75 is a common connector and signalling standard used by many RGB LED matrix panels. If a controller supports HUB75, it can plug into compatible matrix panels without custom wiring, but you still need to match the panel size and power requirements.
- 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.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- IDC connector
- An IDC connector is a ribbon-cable connector commonly used to carry many signals in a neat, keyed cable. On LED matrix products, it matters because it lets you connect panels with standard matrix cables instead of wiring each signal separately.
- 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.
- JST PH
- A small keyed plug-and-socket connector with 2 mm pin spacing, often used for low-power electronics connections. You need the correct JST PH cable, and its current rating limits how much power should be passed through it.
- 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.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- 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.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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.
- 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
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- 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.
- u.FL
- u.FL is a tiny snap-on antenna connector often used on compact wireless boards. A board with u.FL usually needs an external antenna, which matters if the product will be inside an enclosure or needs better antenna placement.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
- USB Type-C
- A reversible USB connector used for power and data on many modern devices. On this kit it indicates an alternate 5V power input, which may be useful for setup or charging without the solar panel.
Find this product in
Microcontrollers
Supplier page — adafruit.com
Supplier Description · 575.0 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au