ESP8266_ArtNetNode_v2 VS DMXSerial

Compare ESP8266_ArtNetNode_v2 vs DMXSerial and see what are their differences.

ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels (by mtongnz)

DMXSerial

An Arduino library for sending and receiving DMX packets. (by mathertel)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ESP8266_ArtNetNode_v2 DMXSerial
3 2
594 310
- -
0.0 0.0
about 3 years ago over 1 year ago
C++ C++
GNU General Public License v3.0 only 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.

ESP8266_ArtNetNode_v2

Posts with mentions or reviews of ESP8266_ArtNetNode_v2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-21.

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 ESP8266_ArtNetNode_v2 and DMXSerial you can also consider the following projects:

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

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

esp_dmx - Espressif ESP32 implementation of ANSI-ESTA E1.11 DMX-512A and E1.20 RDM

WS2812FX - WS2812 FX Library for Arduino and ESP8266

simracing-telemetry-esp8266 - Sim Racing Telemetry for ESP8266

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

Arduino-FastLED-Music-Visualizer - An Arduino based music visualizer using the FastLED library and a strip of individually addressable LEDs

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

NeoPixelBus - An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.

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