A small WiFi enabled device that pulls JSON from a server to display data.
- Wemos LoLin D32: buy it here
- Do not forget to create the
config.jsonfile in folderdata(in the root project directory - same as src/) config.jsonmust contain:
{
"apiUrl": "<YOUR_API_URL>",
"wifi": {
"ssid": "<YOUR_SSID>",
"password": "<YOUR_PASSWORD>"
}
}- Uses Platform.io IDE