ATEM Tally Light With ESP8266 Versions Save

Wireless tally light for use with ATEM switchers, which connects over WiFi, using an ESP WiFi module.

v3.3.2

3 months ago

Issues fixed

  • Fix purple light not turning on when disconnected from switcher.
  • Fix and update broken build system (gh actions)

v3.3.1

6 months ago

Features

  • Add more ESP32-xx boards to web installer

Bugfix

  • Restore Arduino IDE comparability. Make sure to copy libraries over again.

v3.3.0

6 months ago

This update is a part of #92, aiming to make it simpler to install the firmware.

New features

  • Web installer
  • Improv support (enables WiFi config through web installer).
  • Static IP ignored when 255.255.255.255 (fresh install).

Issues fixed

  • WiFiUDP naming issue on Linux.

v3.2.1

8 months ago

v3.2.0

1 year ago

New Feature

  • Led brightness setting to adjust brightness (ESP8266 only)

Issues fixed

  • Possible fix for fastLed with ESP8266 board manager v3+
  • Possible fix for connection issues with ESP32

v3.1.3

2 years ago

Issues fixed

  • WiFi credentials wouldn't be saved on ESP32.
    Fix includes updating to latest ESP8266 way of storing credentials as well.

v3.1.2

2 years ago

Issues fixed

  • WiFi credentials wouldn't be saved after ESP libraries for Arduino release v.3.0.0.
  • NodeMCU needs explicit pin definition.

v3.1.1

3 years ago

Features added

  • Rejected status shown on website. If ATEM rejected the connection it indicates no more empty connection slots.
  • ATEM_tally_test_server.ino program for local tally light testing without ATEM switcher. Read more here.

Issue fixed

On WiFi connection loss the chip could end up in a state where it would get stuck trying to reconnect to the ATEM, where a reboot was necessary to get it to run again. Now WiFi check runs all the time, properly resetting ATEM connection on WiFi reconnect.

v3.1

3 years ago

New features

  • On air mode Makes it possible to make an on air sign for when the ATEM is streaming.
  • Neopixel brightness Makes it possible to set the overall brightness of the Neopixels from the setup website
  • ESP32 support Arduino sketch now works on ESP32 modules, making it possible to expand the project to utilize M5stack's devices, or just run on a more powerful microprocessor.

v3.0.1

3 years ago

Issue fixed

The limit on amount of Neopixels on the website would allow for more Neopixels than the code would allow for, resulting in Neopixels not working when more than 1000 LEDs where selected.