Ongoing project with functionality to notify payments received in DASH.
This section should help you get started with the project. If you have any questions feel free to open an issue.
- ESP32
- Nextion 3.5"
- Buzzer 3.3v
-
Upload the
tft/dash-3.5.tft
file to your Nextion display. -
Edit file:
main.cpp
const char* ssid = ""; //Enter SSID
const char* password = ""; //Enter Password
- Edit file:
screen_header.h
const int SPEAKER = 32; // PIN BUZZER
String TOKEN_QRCODE = "Xipy6LQYz8ELjtqGr9YEaZU5spid8K8tjx"; // You DASH Address
- 18/06/2021 (v0.1.1) - Initial commits and support for ESP32.