Releases: mtongnz/ESP8266_ArtNetNode_DMX
Releases · mtongnz/ESP8266_ArtNetNode_DMX
v1.2.0
v1.1.1
This release currently uses modified open source LwIP: https://github.com/mtongnz/Arduino to allow setting of subnet in softAP mode and packet forwarding. Hopefully these changes will be merged into the next release of lwIP at which point, I will merge this release into the master branch as stable.
CHANGES v1.1.1
- Allow other espArtnetNodes to connect to the node when in hotspot mode
- Hotspot uses 2.0.0.1 IP with subnet 255.0.0.0 in DHCP mode
- Hotspot allows a static IP and subnet to be set
- Added: stand alone mode (hotspot only - no wifi)
- Added: artnet can be received when in stand alone mode
- Added: setBroadcastAddr() function to calculate the subnet mask
- Modified web UI: stand alone mode toggle
- Modified web UI: view password toggle
- Modified web UI: help toggle buttons
- Modified web UI: images (help/view password)
v1.0.5
First public release.
Features:
- Outputs 2 full DMX universes at ~44Hz refresh rate
- Buffers all DMX packets and continues output if connection lost
- Receive Artnet packets only when connected to a WiFi network, not in hotspot mode
- Hotspot IP locked to 192.168.4.1
- All settings controlled via web UI and stored in EEPROM
- OTA updates via web UI
- Verbose mode can be enabled for debugging