Using a Wemos D1 to demo a simple IOT implementation, for a remote temperature sensor with Wifi connectivity. More details on https://www.pocketmagic.net/simple-iot/
Including hardware assembly, firmware and server backend.
After you download the code, create a user account on the uRADMonitor dashboard: https://www.uradmonitor.com/dashboard/ Go to the code and set the following fields:
#define AP_SSID "" #define AP_KEY "" #define USER_ID "" #define USER_KEY ""