News

Yup, a web server farm made from three of everyone’s favorite WiFi dongle, the humble ESP8266. Eldon’s server farm is currently serving web pages here , running on three ESP8266 boards.
The type of secure web server chosen and web application design becomes critical for slow devices. In this article, I will explain how to compile and run the Minnow Server on an ESP8266. The Minnow ...
Since the Wemos D1 can't directly measure internet speed like a PC, it can simulate a speed test by: Downloading a file or data from a server. Measuring the time taken. Calculating speed = size / time ...
This repository contains a home automation project that integrates an ESP8266 microcontroller with a Flask-based web server. The project allows remote control of GPIO pins on the ESP8266 via a web ...
The web server firmware opens up a ton of possibilities with CGI scripting. When booting up in AP mode, you can even connect the ESP8266 to another access point right from the your browser.