esp_dmx VS DMXSerial

Compare esp_dmx vs DMXSerial and see what are their differences.

esp_dmx

Espressif ESP32 implementation of ANSI-ESTA E1.11 DMX-512A and E1.20 RDM (by someweisguy)

DMXSerial

An Arduino library for sending and receiving DMX packets. (by mathertel)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
esp_dmx DMXSerial
16 2
290 310
- -
9.9 0.0
about 2 months ago over 1 year ago
C C++
MIT License BSD 3-clause "New" or "Revised" 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.

esp_dmx

Posts with mentions or reviews of esp_dmx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • esp-dmx-gateway
    5 projects | /r/esp32 | 8 Jun 2023
    it requires artnetwifi v1.4, esp-dmx v1.1.3, wifimanager v1.12 and webserver latest version (same author from wifi manager)
  • How to port ESP-IDF code to an Arduino library?
    1 project | /r/embedded | 7 Apr 2023
    Here is my DMX library which supports both Arduino and ESP-IDF if you are looking for help. It also supports PlatformIO.
  • Code Review & Future Design Choices
    2 projects | /r/esp32 | 9 Mar 2023
    ESP-IDF vs. Arduino: I'm currently using the Arduino wrapper because I've been doing Arduino for a big part of my microcontrolling life now. But I've heard that ESP-IDF is much better as it's the native solution. Is that true and what are the benefits? I'd like to decide that now, because once a bigger part of my codebase is built, I won't be able to change it again without spending many, many hours. So what is best for my purpose and what is the coding experience like? For example, what should one use instead of pinMode etc. Just maybe a basic overview of the key differences and a good resource to learn from. The libraries I'm going to use: https://github.com/sfranzyshen/ESP-Arduino-Lua and https://github.com/someweisguy/esp_dmx
  • DMX from Arduino?
    1 project | /r/lightingdesign | 7 Mar 2023
    I wrote a DMX library for ESP32 if you are interested in checking it out. It currently supports transmitting RDM and I am working on supporting receiving RDM as well. As far as I know, I am the only one working on RDM support at this scale. The library runs on Arduino, but you must use an ESP32-family microcontroller.
  • WT32-ETH01 485_EN pin info
    1 project | /r/esp32 | 28 Feb 2023
  • esp32 dmx decoder/receiver
    1 project | /r/esp32 | 16 Feb 2023
    I've made a project with using this library to send 3 DMX universes https://github.com/someweisguy/esp_dmx
  • Control a Bluetooth bulb with DMX
    1 project | /r/lightingdesign | 10 Feb 2023
    I don't normally plug my DMX software on this sub because I, personally, would be hesitant of trusting DIY software for show-critical gear, but: if you're going the non-RPI route, your best bet may be ESP32. I wrote a software library for DMX on the ESP32 which can be found here, if you're interested. I am currently working on adding RDM!
  • My ESP32 DMX Library Now Supports RDM!
    4 projects | /r/esp32 | 26 Nov 2022
    I've been working on an ESP32 library for the past few years called esp_dmx. I've just published a pre-release of v3.0 which finally supports RDM.
  • DMX512 code writer
    1 project | /r/embedded | 20 Nov 2022
    It's not clear to me if you're looking for a specific library, but if you use ESP32 (either Arduino, or ESP-IDF) I wrote a library that can read or send DMX.
  • Microcontroller Receive DMX
    1 project | /r/lightingdesign | 9 Jul 2022
    I wrote a C library (sorry, not Python) for ESP32 called esp_dmx that also has some tools for analyzing DMX packets just like those fancy, expensive DMX sniffer tools. I'm currently working on support for RDM!

DMXSerial

Posts with mentions or reviews of DMXSerial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-24.
  • Programming Languages in Event-Tech
    2 projects | /r/techtheatre | 24 Sep 2021
    There are a quite a few out there, but mathertel's is really great for any Arduino. I believe he has a DMXSerial2 library that can do RDM that is worth checking out too!
  • LED Constant Current DMX Controller
    2 projects | /r/PrintedCircuitBoard | 16 Aug 2021
    Yhea, I got the DMXSerial ( https://github.com/mathertel/DMXSerial ) library running on the 328s, that was no problem. I then used the ESPDMX ( https://github.com/Rickgg/ESP-Dmx ) library on the ESP as a master. Only thing I discovered is that the ESPDMX library seems to be offset by +1 from the DMXSerial library. Channel 0 in DMXSerial is channel 1 in ESPDMX.

What are some alternatives?

When comparing esp_dmx and DMXSerial you can also consider the following projects:

esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.

ESP-Dmx - A library to use the ESP8266 as a DMX controller

arduino-esp32 - Arduino core for the ESP32

Pico-DMX - A library for inputting and outputting the DMX512-A lighting control protocol from a Raspberry Pi Pico

ESP-Arduino-Lua - Lua scripting engine integrated in Arduino IDE as a Library for ESP8266/ESP32

DmxSerial2 - An Arduino library for sending and receiving DMX RDM packets.

ArtNet - Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)

ArduinoJson - 📟 JSON library for Arduino and embedded C++. Simple and efficient.

ESP8266_ArtNetNode_v2 - ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels

ArtnetWifi - Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.

IRremoteESP8266 - Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/