Skip to content

A small WiFi enabled device that pulls JSON from a server to display data

License

Notifications You must be signed in to change notification settings

adechassey/esp32-oled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 OLED - data display

A small WiFi enabled device that pulls JSON from a server to display data.

Parts

  • Wemos LoLin D32: buy it here

Prerequisite

  • Do not forget to create the config.json file in folder data (in the root project directory - same as src/)
  • config.json must contain:
{
	"apiUrl": "<YOUR_API_URL>",
	"wifi": {
		"ssid": "<YOUR_SSID>",
		"password": "<YOUR_PASSWORD>"
	}
}

Build

About

A small WiFi enabled device that pulls JSON from a server to display data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published