An open API service indexing awesome lists of open source software.

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

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)

![mbdtech](https://madeby.douxx.tech)