Skip to content

sampie777/ESP32TallyLight

Repository files navigation

ESP32 Tally Light

  1. Upload software to your ESP32
  2. Configure WiFi settings using https://github.com/sampie777/ESP32TallyLightConfigurer
  3. Toggle Tally Light on/off using API urls

API

Server is running on default webserver port 80. Calls are TCP requests.

Endpoint Description
/ Responds with HTML page with links to on/off
/on Turn light on. Responds with 'on'
/off Turn light off. Responds with 'off'

IP address?

You can get the IP address by pressing the Ident-button. Assuming you know your network a bit, only the last byte/section of the IP (Ipv4) address will be displayed. Displaying is done by flashing the byte code of the address. Long flash = 1; Short flash = 0.

Assuming the IP is 192.168.178.10, the Tally Light will flash (10 (dec) => 00001010 (bin)):

Flash Translates to bit
short 0
short 0
short 0
short 0
long 1
short 0
long 1
short 0

Pins

Pin Description
27 Tally Light LED's transistor/mosfet
26 Ident-Button
33 Ident-Button ground, or just use the normal GND pin

These values, including hostname, can be edited in ESP32TallyLight.ino. Here you can also hardcode WiFi credentials if you want.

About

Tally Light software for ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published