Week 9 - WEMOS Testing and updatez

WEMOS D1 Mini Pro December 8th, we received a WEMOS D1 Mini pro module from Mr. Joe to play around. We were tasked to replicate the simple task of controlling the LED using a web server created when a program is run by the WEMOS. This is the same program done by STEM Education on their Internet of Things Blog. Figure 1: WEMOS Unlike the ESP-01 like before, this WEMOS has no need for an FTDI power converter. Where the ESP01 requires different configuration for AT command mode/ serial monitor display/ downloading of program, the WEMOS is able to connect a COM PORT simply and have serial monitor display/ downloading of codes done without much hassle. Figure 2: Serial Monitor indicating connection to SSID The displayed serial monitor is able to indicate the WEMOS being connected to the Local WiFi network as well as showing the IP address of the WEMOS to connect to the web server. The web server is created by the program and a...