ESP8266 - WebserverESP8266 FlavorsESP-0112-E NodeMCUWeMos D1 MiniWhat can you do with this ?What can you do with this ?STA ModeAP ModeWiFi ModesStation ModeCreates its WiFi Network
Connects to an existing Network
Access PointSSID: Kitchen Timer IoT #(no password)PinoutConnection ExampleConnect your module and find your Network...Exchange DataWebservers/Webpages
UDP/TCP comms
What is a Webserver ?Webpagehttp://192.168.4.1Block Diagram192.168.4.1Kitchen Timer IoT #WebpageSerial Communication9600 BaudrateSerial Commands List$SET,TMRS,mm:ss\n$STR\n$STP\n
$INC\n
$GET
$mm:ss\n
Mapping$STR\n$STP\n
$INC\n
$SET,TMRS,mm:ss\n$GET
It is sent every 1 second
Your Task...Implement the code that will parse these two commands.
When the start button is pressed, turn on an LED
When the stop button is pressed, turn off the LED