https://github.com/fmalcher/tallyarbiter-esp32
TallyArbiter Client with ESP32
https://github.com/fmalcher/tallyarbiter-esp32
Last synced: over 1 year ago
JSON representation
TallyArbiter Client with ESP32
- Host: GitHub
- URL: https://github.com/fmalcher/tallyarbiter-esp32
- Owner: fmalcher
- Created: 2022-09-09T19:05:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T19:15:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T06:20:13.970Z (over 1 year ago)
- Language: C++
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tallyarbiter-esp32
**Listener client for [TallyArbiter](https://github.com/josephdadams/TallyArbiter) with an ESP32 and simple LEDs**
This work is based on [code from the TallyArbiter repo](https://github.com/josephdadams/TallyArbiter/tree/master/listener_clients/esp32-neopixel-listener). It allows you to build tally listeners with simple LEDs connected to an ESP32 board.
## Build with Arduino IDE
Install the following libs in the Library Manager:
* FastLED
* SocketIoClient
* Arduino_JSON
* WebSockets (version 2.3.4)
* WifiManager (by tzapu)
* MultiButton
## License
Published and distributed under MIT license