Tag: webserver
IoT
NodeMCU ESP8266 WebServer Tutorial
From the Wemos D1 mini to the NodeMCU, the ESP8266 based boards are by far the most popular platform, among makers and hobbyist, for building WiFi based projects due to their low cost and general ease of use. For today’s tutorial, we will continue our exploration of the most popular...
Continue Reading
Miscellaneous
Setting Up Python web server for Raspberry Pi
Sankar Cheppali will show us how to setup a python based web server to serve simple html pages to the clients using Raspberry Pi. Serving web pages from embedded devices is not easy task as embedded devices have limitations in processing power , memory available etc. But with...
Continue Reading