DmxSimple
DmxSimple copied to clipboard
I had tried to upload example sketch "FadeUp" to NodeMcu 1.0 (ESP-12E Module) but I get the following error message: Arduino:1.8.11 (Windows 10), Plošča:"NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash,...
I've been trying to get this code working with the Arduino Uno Wifi REV2. Any possible solution to get DMXSimple working with this 4809 board?
With built-in WiFi and BLE functionalities, ESP32 architectures are really handy boards.. Would love to know if there will be any support for them. Thanks!
Add a way to access internally used dmxBuffer in order to optimize the performance of some Arduino programs. For example, now user may implement serial to dmx more efficiently by...
Hi, Hardware: 1. I bought this shield: https://www.tindie.com/products/Conceptinetics/25kv-isolated-dmx-512-shield-for-arduino-r2/?pt=full_prod_search 2. I am using an Arduino UNO. Preamble: I initially installed the conceptinetics DMX library. I was able to get the light...
I recently changed to 1.8.3 and first compiler throws some errors (primarily reference not found - looks like the library could not be linked in) when in use with ""....
Dynamic memory allocation added Decreased DMX inter-frame interval to allow control some delay sensitive devices
As discussed here: https://forum.pjrc.com/threads/28194-Urgent-problem-with-DmxSimple-library On the Teensy 3 (and probably 3.1) Only 128 channels are enabled by default regardless of the DmxSimple.maxChannel(channel) call. Modifying this line to 512 solves the...
Hi There, It seems that if I set maxChannels to 10 for example, then after the 10 sets have been sent out there is some data following which does get...