Skip to content

Releases: mtongnz/ESP8266_ArtNetNode_DMX

v1.2.0

10 Dec 04:17
Compare
Choose a tag to compare

This release implements saving and recalling DMX scenes via the web GUI.

CHANGES v1.2.0

  • Uses latest version of espDMX to increase refresh rate and add new features.
  • Ability to store and recall scenes from web browser.
  • Stability improvements.

v1.1.1

22 Oct 04:37
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

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

22 Oct 04:29
Compare
Choose a tag to compare

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