Waveshare ESP32-S3 1.47inch LCD Display Development Board Black Screen
I was having issues to get the setup to work in a earlier post, and was thinking it be a lot better device if I could some how get it to connect to a guest url to log in so I'm still able to get blood readings.
I have done the setup so for from following the Repo on GitHub by Irek Ptak and works great when I'm home.
But if I go out I have no connection to it for it to get an internet connection, though I could carry a battery of some kind to plug it in I'd still have no connection to get reading with the way the config.json is written.
I can only add my home WIFI into it and not sure how to add other methods into this file or a different way altogether.
{
"wifi_ssid":"YOUR_WIFI_NETWORK_NAME",
"wifi_password":"YOUR_WIFI_NETWORK_PASSWORD",
"nightscout_url":"https://YOUR_NIGHTSCOUT_ADDRESS",
"access_token":"",
"mmol":true,
"use_led":true,
"rotate":false
}
This is what the device can do when at home!
Has an example this wifi connection is a free on and no need to log in like you do with a guest network, but I'm just trying to see different options to have into the config.json
It seem I can only have one wifi_ssid and one password but would be needing it to have more or a way to add it rather than in be in this config.json file as every guests password would be different and it be hard to do this when out to add them into the device but could be done once you know the Guest user log in details to do it when you get back home.
This method is still good but not good if in a accident and need to plug it into a Ambulances usb socket, they have in there vans I hope. So they could monitor me or others if there is a connection to the ESP32-S3 1.47inch LCD Display. Then there would be no need for them contently having to prick me while trying to do other things on you for the accidents!
I think this device can be up to it! And also be easy to carry around with you too.
Hope I can find a way, with help of coarse as I'm also very new to Arduino and programming it.
