Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.06 KB

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