stm32-usart-uart-dma-rx-tx VS ESP32-HUB75-MatrixPanel-DMA

Compare stm32-usart-uart-dma-rx-tx vs ESP32-HUB75-MatrixPanel-DMA and see what are their differences.

stm32-usart-uart-dma-rx-tx

STM32 examples for USART using DMA for efficient RX and TX transmission (by MaJerle)

ESP32-HUB75-MatrixPanel-DMA

An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining. (by mrcodetastic)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
stm32-usart-uart-dma-rx-tx ESP32-HUB75-MatrixPanel-DMA
4 13
1,163 831
- -
4.8 7.8
2 months ago 7 days ago
C C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stm32-usart-uart-dma-rx-tx

Posts with mentions or reviews of stm32-usart-uart-dma-rx-tx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-13.

ESP32-HUB75-MatrixPanel-DMA

Posts with mentions or reviews of ESP32-HUB75-MatrixPanel-DMA. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-20.
  • Diffuser for pixel matrix
    1 project | /r/functionalprint | 8 Apr 2023
    I whipped up a quick ESPHome wrapper (as a custom component) for this library: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
  • What would I need to make this with arduino?
    2 projects | /r/arduino | 20 Feb 2023
  • Cloud Based LED Matrix (HUB75) Display Controllers
    1 project | /r/led | 10 Feb 2023
  • Taking over a Dead IoT Company
    3 projects | news.ycombinator.com | 10 Jan 2023
    The ESP32 can handle a 64x64 HUB75 display pretty handily. Several of them, even. There’s a solid library out there [0] that just pumps pixels right from memory via the ESP32’s built-in DMA engine. Adafruit_GFX is the supported library for drawing primitives/text/bitmaps/etc., so you can re-use a lot of code that’s out there.

    But let’s start with a simple, quick hit of dopamine: There’s a web-based installer [1] (it uses web serial, so Chrome is required) for a couple varieties of clock designed for a 64x64 HUB75 panel and an ESP32. $20 in parts from AliExpress if you already have a suitable 5V power supply.

    To use that site, all you need is that aforementioned 5V power supply—4A or more recommended, 10A if you’re planning to drive a full panel of pixels on an outdoor panel at full brightness—a 64x64 HUB75 matrix panel, and an ESP32. Everything except power is run directly to the ESP32. Many panels even come with a 16-pin female IDC connector for the panel, with individual DuPont-style female connectors at the other end that you can just slip over the pins on the ESP32.

    The source code for each clock (repo is linked from the web page) is a great starting point for making your own versions.

    The panels, as others have mentioned, are shockingly cheap from the usual sources like eBay [2] or AliExpress (search for “HUB75 panel” or “p3 64x64”), but even those in a hurry can get a 64x64 panel for under $40 from Amazon [3].

    [0]: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA

  • Just finished this rebuild from original to ESP32
    1 project | /r/cade | 6 Nov 2022
    I'm about to share the whole project documentation in german. I used ESP32-HUB75-MatrixPanel-DMA with additional 74HC245 to shift the levels up from 3.3 to 5v (as there is a 2m flat cable running through the frame to the display). The Library is based of Adafruit GFX, for which you can find plenty of examples. If you don't want blanking, use two buffers or partially repaint (for the text and image animation I added black filled boxes on each redraw before painting the new position/text). The ESP32 has just enough pins to power the basic functions, but I'm about to order a new PCB with a portexpander, which frees some pins and allows for blinking buttons. Will add a DFPlayer Mini as well, as soon my customer decided, which MP3 files he wants.
  • Tidbyt hardware display device: a review
    7 projects | news.ycombinator.com | 8 May 2022
  • how do i connect this panel to my esp32/breadboard? cant find any videos online i want to run a pxmatrix library
    2 projects | /r/esp32 | 1 May 2022
    will this work? , also im very new to this space but very willing to learn . so far all i have is the freenove starterkit that came with an esp32 because the first one i got from aliexpress wasn't showing up in arduino IDE, but i have a feeling it just wasn't configured properly.
  • Read gif from sd card, display on Wa2812B matrix. Difficult to find examples.
    1 project | /r/esp32 | 27 Apr 2022
    Here's some sample code that does exactly that this is a "HUB75" board, but it looks like a HUB75 is just an ESP32 with an LED matrix attached. The code should work fine for you so long as you change the number of LEDs, and the pin out.
  • animated gifs in circuitpython
    1 project | /r/circuitpython | 24 Mar 2022
    unless someone can help me fix the Arduino Code...
  • Working on a DMD that displays GIFS, what do you think?
    4 projects | /r/pinball | 20 Apr 2021
    See: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA#panels-supported

What are some alternatives?

When comparing stm32-usart-uart-dma-rx-tx and ESP32-HUB75-MatrixPanel-DMA you can also consider the following projects:

Modbus-STM32-HAL-FreeRTOS - Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS

ESP_Python_Serial - A tutorial on how to make an ESP and a Python script (running on PC or a RPi) communicate via Serial and do useful stuff while communicating

OTA_update_STM32_using_ESP32 - Program STM32Fxx MCUs Over-the-Air using ESP32

ESP32-HUB75-MatrixPanel-I2S-D

LovyanGFX - SPI LCD graphics library for ESP32 (ESP-IDF/ArduinoESP32) / ESP8266 (ArduinoESP8266) / SAMD51(Seeed ArduinoSAMD51)

dmdclock

stm32mp1-baremetal - Baremetal framework and example projects for the STM32MP15x Cortex-A7 based MPU

NeoGB-Printer - An open-source and standalone Gameboy Printer emulator 100% compatible with all officially released games (110 in total) that support the accessory. Just print and save the images as BMP

stm32-ws2812b - STM32 Library for WS2812B using DMA+PWM

MatrixFireFast - A fire simulation for LED matrix displays on Arduino/ESP8266/ESP32 using the FastLED library.

USBMidiKliK4x4 - UMK4x4 - 4-16 in/out and 3-15 IN/3OUT USB MIDI interface for STM32F103 series board

firmware