esp_dmx VS ESPAsync_WiFiManager

Compare esp_dmx vs ESPAsync_WiFiManager and see what are their differences.

esp_dmx

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

ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now. (by khoih-prog)
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 ESPAsync_WiFiManager
16 4
290 241
- -
9.9 6.6
about 2 months ago over 1 year 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.

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!

ESPAsync_WiFiManager

Posts with mentions or reviews of ESPAsync_WiFiManager. 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)
  • ESPAsync_WiFiManager Debug?
    3 projects | /r/esp8266 | 15 Mar 2022
    I'm working on an ESP8266 sketch that uses ESPAsync_WiFiManager along with AsyncElegantOTA. Both are working (mostly), however, the WifiManager is apparently not saving the wifi credentials. So, after a restart, I have to go through the OTA Portal to re-enter the Wifi credentials. To troubleshoot this problem, the Wifi Manager indicates that Debug output is enabled by default but also includes an option to set the Debug Level using: // Use from 0 to 4. Higher number, more debugging messages and memory usage. #define _ESPASYNC_WIFIMGR_LOGLEVEL_ 3
  • Wifimanager + OTA for ESP32/ESP8266
    2 projects | /r/ArduinoProjects | 30 Jul 2021
    ESPAsync_WiFiManager: https://github.com/khoih-prog/ESPAsync_WiFiManager
  • ESP8266 to Alexa connection without hard coded SSID/pass
    1 project | /r/esp8266 | 10 Feb 2021

What are some alternatives?

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

DMXSerial - An Arduino library for sending and receiving DMX packets.

ESPAsyncWiFiManager - Port WiFiManager to ESP Async Server

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

AsyncElegantOTA - Deprecated: Perform OTAs for ESP8266 / ESP32 Elegantly! Uses AsyncWebServer

arduino-esp32 - Arduino core for the ESP32

ESP_WiFiManager - This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson

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

blynk-library - Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.

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

HeatPump - Arduino library to control Mitsubishi Heat Pumps via connector cn105

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

ESP3D - FW for ESP8266/ESP8285/ESP32 used with 3D printer