Skip to content

Latest commit

History

History
24 lines (15 loc) 路 421 Bytes

File metadata and controls

24 lines (15 loc) 路 421 Bytes

Dungeons & Dragons Tracker

A combat tracker for Dungeons & Dragons players using the ESP32 wrover kit 4.1 and MQTT.

If you have a complete WARDuino setup, you can just run:

```bash
npm run flash

Otherwise, the following steps are required.

Installing additional libraries

arduino-cli lib install

Code

The code is written in AssemblyScript and uses the MQTT and TFT libraries.