Web server

The ESP8266 chip is powerful enough to host itself as a very basic web server.

There is very little to add on to the excellent example sketches that are already provided by the Arduino ESP8266 project, but I will describe a bit of each example that's relevant to us.

Remember to set up the WiFi credentials accordingly.

The web server examples can be found under File > Examples > ESP8266WebServer: