makers-ns / esp-scoreboard

This is a wireless scoreboard based on esp8266/esp32. It can be used for various sports and games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-scoreboard

This is a wireless scoreboard based on esp8266/esp32. It can be used for various sports and games.

installation

Use Arduino to compile and download.

Make sure you create wifi_parameters.h in /esp-scoreboard/ and /esp-scoreboard-button/.

#ifndef ESP_SB_WIFI_PARAMS
#define ESP_SB_WIFI_PARAMS
//WiFi login parameters - network name and password

const char* ssid = "SSID";
const char* password = "pass";

#endif

About

This is a wireless scoreboard based on esp8266/esp32. It can be used for various sports and games.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 100.0%