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.json
file in folderdata
(in the root project directory - same as src/) config.json
must contain:
{
"apiUrl": "<YOUR_API_URL>",
"wifi": {
"ssid": "<YOUR_SSID>",
"password": "<YOUR_PASSWORD>"
}
}
- Uses Platform.io IDE