Skip to content

nilber/dash-pos-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DASH POS ESP32

Ongoing project with functionality to notify payments received in DASH.

DASH POS ESP32

Getting Started

This section should help you get started with the project. If you have any questions feel free to open an issue.

Prerequisites

  • ESP32
  • Nextion 3.5"
  • Buzzer 3.3v

Installing/Setting

  • 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

Change Log

  • 18/06/2021 (v0.1.1) - Initial commits and support for ESP32.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published