Skip to content

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

License

Notifications You must be signed in to change notification settings

makers-ns/esp-scoreboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages