https://github.com/commanderredyt/esp8266-obs-display
https://github.com/commanderredyt/esp8266-obs-display
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/commanderredyt/esp8266-obs-display
- Owner: CommanderRedYT
- License: gpl-3.0
- Created: 2022-05-28T18:46:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T20:44:35.000Z (about 3 years ago)
- Last Synced: 2025-03-12T18:27:55.160Z (over 1 year ago)
- Language: C++
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266-obs-display
A small little project to communicate with OBS Studio and display stuff on a 16x2 LCD.
I used node-js as middleware so the esp8266 runs smoother.
(For example, volume updates would probably kill it on platformio)
# Getting started
If you want to use this project, copy all `.env.default` files and rename them to `.env` (or just rename them). Then, replace the default values and there you go!