Adafruit Matrix Portal S3 CircuitPython Powered Internet Display

SKU: ADA5778 Brand: Adafruit
Coming soon! Sign up to be notified when we have these in stockFolks love our wide selection of RGB matrices and accessories for making custom colorful...
$40.50 AUD, inc GST
$36.82 AUD, exc GST

Available with a lead time
Expect dispatch between Apr 09 and Apr 14

Quantity Discounts:

  • 10+ $35.35 (exc GST)
  • 25+ $34.24 (exc GST)
- +

0 from local stock, 1 supplier stock; your order will dispatch between Dec 1 to Dec 10. And yes, stock levels and lead times are accurate!

Shipping:

  • $7+ Standard (5+ days*, tracked)
  • $11+ Express (2+ days*, tracked)
  • FREE Pickup (Newcastle only - must order online*)

Shipping costs may increase for heavy products or large orders.

Exact shipping can be calculated on the view cart page.

*Conditions apply, see shipping tab below.

Coming soon! Sign up to be notified when Adafruit have these in stock

Folks love Adafruit's wide selection of RGB matrices and accessories for making custom colorful LED displays... and Adafruit's RGB Matrix Shields and FeatherWings can be quickly soldered together to make the wiring much easier. But what if Adafruit made it even easier than that? Like, no solder, no wiring, just instant plug-and-play? Dream no more - with the Adafruit Matrix Portal S3 add-on for RGB Matrices, there's never been an easier way to create powerful Internet-connected LED displays.

You can plug directly into the back of any HUB-75 compatible display (all the ones Adafruit stock will work) from 16x32 up to 64x64 or use the stock 2x8 IDC cables to plug into the front. Use the included screws to attach the power cable to the power plugs with a common screwdriver, then power it with any USB C power supply. Chain dozens of displays for long stretches, or you can panelize them in a grid for bigger displays. For larger projects, power the matrices with a separate 5V power adapter.

Then code up your project in CircuitPython or Arduino, Adafruit's Protomatter matrix library works great on the ESP32-S3 chipset, knowing that you've got the wiring and level shifting all handled. Here's what you get:

  • ESP32-S3 processor, 8 MB flash, 2 MB of SRAM, with full Arduino or CircuitPython support
  • WiFi  and Bluetooth LE baked right in, full Arduino support. CircuitPython only supports WiFi at this time, not BLE on the S3 chip.
  • USB Type C connector for data and power connectivity
  • I2C STEMMA QT connector for plug-n-play use of any of Adafruit's STEMMA QT devices or sensors can also be used with any Grove I2C devices using this adapter cable
  • JST 3-pin connector that also has analog input for quick connection with any JST PH 2.0mm pitch cable.
  • 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 for use with 64x64 matrices (check your matrix to see which pin is used for address E, Adafruit default to pin 8
  • Two user interface buttons + one reset button
  • Indicator NeoPixel and red LED
  • Green power indicator LEDs for both 3V and 5V power
  • 2x10 socket connector fits snugly into 2x8 HUB75 ports without worrying about 'off by one' errors
  • 2x8 IDC plug connector works with standard cables that come with matrices.

The Matrix Portal uses an Espressif ESP32-S3 Wi-Fi+BLE chipset, and has dropped the SAMD51 from the original Matrix Portal due to silicon shortages. But turns out the S3 is really great at doing all the work of the original all on its own:

  • The S3 has a parallel output drive peripheral which means that controlling the matrix is done without bitbanging.
  • The S3 has two cores so one can be dedicated to WiFi networking or matrix control while the other runs your code. 
  • With native USB, its 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.
  • Lots of memory: 8MB of Flash means plenty of space for code, files, GIFs and more. 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.
  • The only real thing missing from the original Matrix Portal is the S3 does not have an analog output DAC pin, Adafruit recommend an I2S amplifier for audio instead.

Comes with one fully programmed and assembled MatrixPortal, preprogrammed with a basic display demo for 32x64 LED matrices.

Does not come with an RGB Matrix (use any HUB75 compatible matrix) or a USB type C power supply!

Technical Details

Product Dimensions: 63.6mm x 44.3mm x 20.0mm / 2.5" x 1.7" x 0.8"

Product Weight: 18.6g / 0.7oz

    This product is listed in:

    Retired

    Product Comments

    Exact shipping can be calculated on the view cart page (no login required).

    Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

    We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

    • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
    • $7+ for Standard Post (typically 6+ business days, tracked)
    • $11+ for Express Post (typically 2+ business days, tracked)
    • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

    Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

    Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

    International Orders - the following rates are for New Zealand and will vary for other countries:

    • $12+ for Pack and Track (3+ days, tracked)
    • $16+ for Express International (2-5 days, tracked)

    If you order lots of gear, the postage amount will increase based on the weight of your order.

    Our physical address (here's a PDF which includes other key business details):

    Unit 18, 132 Garden Grove Parade
    Adamstown
    NSW, 2289
    Australia

    Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

    Have a product question? We're here to help!

    Write Your Own Review

    Guides

    The Maker Revolution

    The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
    The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

    Projects

    Spectral Animations with a DIY MSGEQ7 I2C Device

    Frequency Reactive LEDs, i2c Protocol, Raspberry Pi, and Other Adventures.Here at Pix Incorpor...
    Frequency Reactive LEDs, i2c Protocol, Raspberry Pi, and Other Adventures.Here at Pix Incorpor...

    VisionSphere: Camera Motion Detection for Raspberry Pi

    A simple camera motion detection system for Raspberry Pi. Definitely written with Aussie's in mind ...
    A simple camera motion detection system for Raspberry Pi. Definitely written with Aussie's in mind ...

    Arduino E-Paper Clock

    This project started with a desire to have a modern digital clock that would use the natural light ...
    This project started with a desire to have a modern digital clock that would use the natural light ...
    Feedback

    Please continue if you would like to leave feedback for any of these topics:

    • Website features/issues
    • Content errors/improvements
    • Missing products/categories
    • Product assignments to categories
    • Search results relevance

    For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

    Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

    Makers love reviews as much as you do, please follow this link to review the products you have purchased.