AronHetLam / ATEM_tally_light_with_ESP8266

Wireless tally light for use with ATEM switchers, which connects over WiFi, using an ESP WiFi module.
GNU General Public License v3.0
153 stars 39 forks source link

Single Neopixel LED not working correctly #118

Open N0cky opened 6 months ago

N0cky commented 6 months ago

Hello,

I’m trying to control an LED with a WS2811 controller (PL9823) using the Neopixel function. Here are my current settings:

“Amount of Neopixels” is set to 1. “Neopixel status LED” is configured as First LED.

Unfortunately, the LED only displays the WLAN/ATEM connection status (White, Blue, or Orange). The colors Green, Red, or Off for the Tally Status are not working, the LED stays only orange. Interestingly, it works when I change:

“Amount of Neopixels” to 2 “Neopixel status LED” to Last LED

In that case, the LED lights up according to the Tally status (Red, Green, or Off). However, this configuration doesn't display the WLAN/ATEM connection status, when there is no connection to the ATEM. I would like to be able to see the WLAN Status when their is no connection to the ATEM (for troubleshooting purpose)

Do I need to make changes in the code to ensure that a single LED controlled via Neopixel can accurately display all status indicators?

Thank you for your assistance!