https://github.com/douxxtech/botwavestatus_esp32
A project implementing the BotWave protocol into an embedded ESP32-S3 to display broadcast status
https://github.com/douxxtech/botwavestatus_esp32
Last synced: 5 months ago
JSON representation
A project implementing the BotWave protocol into an embedded ESP32-S3 to display broadcast status
- Host: GitHub
- URL: https://github.com/douxxtech/botwavestatus_esp32
- Owner: douxxtech
- License: gpl-3.0
- Created: 2026-01-18T00:21:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-18T08:45:22.000Z (5 months ago)
- Last Synced: 2026-01-18T12:52:23.110Z (5 months ago)
- Language: C#
- Homepage:
- Size: 187 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BotWave Status Displayer For ESP32-S3
A tiny project using NanoFramework that implements the [BotWave](https://github.com/dpipstudio/botwave) protocol to display statistics. It in fact was made using the [heltec v4](https://heltec.org/project/wifi-lora-32-v4/), no other boards are officially supported.

## How To Use It
```bash
git clone https://github.com/douxxtech/BotWaveStatus_ESP32
```
Edit Config.cs with your settings
Then open it with visual studio (make sure to have the [nanoframework](https://docs.nanoframework.net/content/getting-started-guides/getting-started-managed.html) extention and to have nanoff flashed) and do whatever they want you to do to get that flashed on your board.
## An issue ?
Well, open an [issue](https://github.com/douxxtech/BotWaveStatus_ESP32/issues/new)...
## License
Licensed under [GPLv3.0](LICENSE)
