Artnet Node with DMX output supporting dimmer curves / mappings, E1.31 / sACN and also works in AP mode
This project is based on Robert Oostenvelds esp8266_artnet_dmx512.
It is not forked, but copied, as esp8266_artnet_dmx512
is part of the big repository arduino.
ESP8266_Artnet_DMX_DC is the extended version of esp8266_artnet_dmx512 mainly to implement dmxmapping.
In addition i added checks for artnet sequence, which is important for all sorts of animations.
In UDP communication packets might change their order.
When sequence is not checked, movements can make unwanted jumps.
If monitor shows too many sequence errors, maybe check your network configurations and dmx software settings.
Calling the web interface might create sequence errors, as the other functions stop for a short time!
With the menu Show map files
in the service menu you can have a look at the existing map files.
The menu Upload map files
allows it to select a map file and upload it.
A RGB-LED shows the different states of the esp device:
When calling the web interface, dmx output might stop for some seconds.
Thus do not call the web interface while using the esp-dmx-device for a live show!
On the first start you have to connect to the open WLAN access point ARTNETDC
After rebooting, it will connect to your WLAN.
For security reasons starting the wifi-manager to change network settings is only possible after pressing the reset-button 2 times. The wifi-manager will appear, if the device gets no connection.
To force the wifi-manager to come up even if the device is connected, press the reset-button at least 5 times. Using PersWifiManager there is no forcing. PersWifiManager is called by the menu.
See the details
See the details
Click the picture to watch the video.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.