Matrix Portal RGB Display Handbag with Vinyl Window Tutorial episode artwork

EPISODE · Oct 21, 2020 · 3 MIN

Matrix Portal RGB Display Handbag with Vinyl Window Tutorial

from Adafruit Industries · host Adafruit Industries

Make a display for your display! Show off your message to the world. This guide will show how to set up and assemble a Matrix Portal and RGB Matrix display, then make a transparent pocket in your backpack, purse, or messenger bag to show it off. There is also a simple code example that displays your bmp images in slideshow fashion. Use the onboard buttons to switch between folders and play different messages, or pause on your favorite image. Set your bag down and the onboard accelerometer will sense that you're not moving and dim the screen to save battery life. You can also use any of the other Matrix Portal code samples to get you started. Get ready to have fun with all the features the Matrix Portal offers. Plug directly into the back of any HUB-75 compatible display (all the ones we stock will work) from 16x32 up to 64x64! 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. (For larger projects, power the matrices with a separate 5V power adapter) Then code up your project in CircuitPython or Arduino, our Protomatter matrix library works great on the SAMD51 chipset, knowing that you've got the wiring and level shifting all handled. Here's what you get: ATSAMD51J19 Cortex M4 processor, 512KB flash, 192K of SRAM, with full Arduino or CircuitPython support ESP32 WiFi co-processor with TLS support and SPI interface to the M4, with full Arduino or CircuitPython support USB Type C connector for data and power connectivity I2C STEMMA QT connector for plug-n-play use of any of our 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/output, say for adding audio playback to projects LIS3DH accelerometer for digital sand projects or detecting taps/orientation. GPIO breakouts including 4 analog outputs with PWM and SPI 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! 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. The Matrix Portal uses an ATMEL (Microchip) ATSAMD51J19, and an Espressif ESP32 Wi-Fi coprocessor with TLS/SSL support built-in. The M4 and ESP32 are a great couple - and each bring their own strengths to this board. The SAMD51 M4 has native USB so it can show up like a disk drive, act as a MIDI or HID keyboard/mouse, and of course bootload and debug over a serial port. It also has DACs, ADC, PWM, and tons of GPIO, so it can handle the high speed updating of the RGB matrix. Meanwhile, the ESP32 has secure WiFi capabilities, and plenty of Flash and RAM to buffer sockets. By letting the ESP32 focus on the complex TLS/SSL computation and socket buffering, it frees up the SAMD51 to act as the user interface. You get a great programming experience thanks to the native USB with files available for drag-n-drop, and you don't have to spend a ton of processor time and memory to do SSL encryption/decryption and certificate management. It's the best of both worlds! Comes with one fully-programmed and assembled MatrixPortal, preprogrammed with a rainbow digital sand demo for 32x64 LED matrices. Does not come with an RGB Matrix (use any HUB75 compatible matrix) or a USB type C power supply! Visit the Adafruit shop online - http://www.adafruit.com Music by Darrell St Blaine ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

Make a display for your display! Show off your message to the world. This guide will show how to set up and assemble a Matrix Portal and RGB Matrix display, then make a transparent pocket in your backpack, purse, or messenger bag to show it off. There is also a simple code example that displays your bmp images in slideshow fashion. Use the onboard buttons to switch between folders and play different messages, or pause on your favorite image. Set your bag down and the onboard accelerometer will sense that you're not moving and dim the screen to save battery life. You can also use any of the other Matrix Portal code samples to get you started. Get ready to have fun with all the features the Matrix Portal offers. Plug directly into the back of any HUB-75 compatible display (all the ones we stock will work) from 16x32 up to 64x64! 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. (For larger projects, power the matrices with a separate 5V power adapter) Then code up your project in CircuitPython or Arduino, our Protomatter matrix library works great on the SAMD51 chipset, knowing that you've got the wiring and level shifting all handled. Here's what you get: ATSAMD51J19 Cortex M4 processor, 512KB flash, 192K of SRAM, with full Arduino or CircuitPython support ESP32 WiFi co-processor with TLS support and SPI interface to the M4, with full Arduino or CircuitPython support USB Type C connector for data and power connectivity I2C STEMMA QT connector for plug-n-play use of any of our 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/output, say for adding audio playback to projects LIS3DH accelerometer for digital sand projects or detecting taps/orientation. GPIO breakouts including 4 analog outputs with PWM and SPI 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! 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. The Matrix Portal uses an ATMEL (Microchip) ATSAMD51J19, and an Espressif ESP32 Wi-Fi coprocessor with TLS/SSL support built-in. The M4 and ESP32 are a great couple - and each bring their own strengths to this board. The SAMD51 M4 has native USB so it can show up like a disk drive, act as a MIDI or HID keyboard/mouse, and of course bootload and debug over a serial port. It also has DACs, ADC, PWM, and tons of GPIO, so it can handle the high speed updating of the RGB matrix. Meanwhile, the ESP32 has secure WiFi capabilities, and plenty of Flash and RAM to buffer sockets. By letting the ESP32 focus on the complex TLS/SSL computation and socket buffering, it frees up the SAMD51 to act as the user interface. You get a great programming experience thanks to the native USB with files available for drag-n-drop, and you don't have to spend a ton of processor time and memory to do SSL encryption/decryption and certificate management. It's the best of both worlds! Comes with one fully-programmed and assembled MatrixPortal, preprogrammed with a rainbow digital sand demo for 32x64 LED matrices. Does not come with an RGB Matrix (use any HUB75 compatible matrix) or a USB type C power supply! Visit the Adafruit shop online - http://www.adafruit.com Music by Darrell St Blaine ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

NOW PLAYING

Matrix Portal RGB Display Handbag with Vinyl Window Tutorial

0:00 3:12

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

API Intersection Stoplight Building a successful API requires more than just coding. It starts with collaborative design, focuses on creating a great developer experience, and ends with getting your company on board, maintaining consistency, and maximizing your API’s profitability.In the API Intersection, you’ll learn from experienced API practitioners who transformed their organizations, and get tangible advice to build quality APIs with collaborative API-first design.Jason Harmon brings over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.They’ll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new API’s), Platform Transformation (culture, internal education, versioning) and more.They’ll also chat with experienced API practitioners from a wide array of industries to draw out practical takeaways and insights you can use.H TV Podcast Industries Chris Jones, Derek O'Neill and John Harrison. TV Podcast Industries TV Podcast Industries is a podcast that provides discussions and reviews of various TV shows, including recent popular series like Alien Earth, The Sandman, The Last of Us, The Boys, and Daredevil Born Again. They also cover shows such as Ironheart, Star Trek: Picard, The Rings of Power, and many more, spanning both Marvel and DC universes, as well as other genres. Heart to Heart Podcast One on One / Next Level Studios In the Heart to Heart Podcast, we talk to some of our favorite & most interesting people in the entertainment industry so you can feel empowered and learn that even in the most challenging of industries, where there’s a will there’s a way.Whether you’re an actor, a writer, a casting director, a talent rep, or just someone interested in the behind the scene happenings of the entertainment industry, this podcast will have something for you. NOW, this isn’t just another How To podcast for actors. Plenty of those shows already exist. In Heart to Heart, every guest will share stories inspired by their sometimes winding path to success on their own terms. The Learning Future Podcast with Louka Parry The Learning Future The world has never been changing more rapidly, dislocating the ways we work, learn and live. On The Learning Future Podcast we discuss the knowledge, skills and dispositions we all need for our learning future, exploring insights through interviews with world-class educators, researchers, policy makers, and leaders from across industries and across the world.

Frequently Asked Questions

How long is this episode of Adafruit Industries?

This episode is 3 minutes long.

When was this Adafruit Industries episode published?

This episode was published on October 21, 2020.

What is this episode about?

Make a display for your display! Show off your message to the world. This guide will show how to set up and assemble a Matrix Portal and RGB Matrix display, then make a transparent pocket in your backpack, purse, or messenger bag to show it...

Can I download this Adafruit Industries episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!