Skip to content

Releases: AronHetLam/ATEM_tally_light_with_ESP8266

Patch v3.3.2

21 Jan 19:55
Compare
Choose a tag to compare

Issues fixed

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

Patch v3.3.1

04 Nov 17:35
9a057ce
Compare
Choose a tag to compare

Features

  • Add more ESP32-xx boards to web installer

Bugfix

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

Web installer, Improv and PlatformIO support

13 Oct 22:36
Compare
Choose a tag to compare

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.

Minor fixes for ESP32

14 Aug 19:45
Compare
Choose a tag to compare
v3.2.1

Fix for ESP32

Led brightness support

06 Sep 19:43
Compare
Choose a tag to compare

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

Patch v3.1.3 - Fix WiFi credential persistance for ESP32

25 Nov 15:45
Compare
Choose a tag to compare

Issues fixed

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

Patch v3.1.2 - Fix WiFi credentials not being saved

19 Jun 17:05
Compare
Choose a tag to compare

Issues fixed

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

Patch v3.1.1 - Fix ATEM reconnection bug on WiFi loss and more.

02 Apr 19:31
Compare
Choose a tag to compare

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.

On air, Neopixel brightness and ESP32 support

14 Mar 10:46
Compare
Choose a tag to compare

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.

Patch v3.0.1 - Fix Neopixel limit on website.

18 Feb 07:46
Compare
Choose a tag to compare

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.