An open API service indexing awesome lists of open source software.

https://github.com/survivingwithandroid/esp8266-web-server

ESP8266 Web server to serve HTML page and send commands
https://github.com/survivingwithandroid/esp8266-web-server

esp8266 esp8266-arduino esp8266-webserver html iot serve-html-page tutorial-sourcecode

Last synced: 3 months ago
JSON representation

ESP8266 Web server to serve HTML page and send commands

Awesome Lists containing this project

README

        

# ESP8266 Web server
ESP8266 Web server to serve HTML page and send commands

Link: [ESP8266 Web Server: send commands and serve HTML Page](https://www.survivingwithandroid.com/esp8266-web-server/)

[![Build Status](https://travis-ci.org/survivingwithandroid/ESP8266-Web-server.svg?branch=master)](https://travis-ci.org/survivingwithandroid/ESP8266-Web-server)

[![twitter](https://img.shields.io/twitter/follow/survivingwithan.svg?style=social)](https://twitter.com/intent/follow?screen_name=survivingwithan)

This project describes how to build an ESP8266 Web Server. The Web server is used to serve HTML to the client (i.e a smartphone) and to receive commands from a client

![ESP8266 Web server with BME280](https://github.com/survivingwithandroid/ESP8266-Web-server/blob/master/imgages/esp8266_web_server_bme280-498x1024.png)

![ESP8266 Web server to control LED](https://github.com/survivingwithandroid/ESP8266-Web-server/blob/master/imgages/esp8266-led-web-server.png)

## Schematics

![Web server running on ESP8266](https://github.com/survivingwithandroid/ESP8266-Web-server/blob/master/imgages/web-server_esp8266-1024x378.png)