Esp8266 Esp12e Webserver

by AnnaMai in Circuits > Arduino

4897 Views, 11 Favorites, 0 Comments

Esp8266 Esp12e Webserver

image 1.JPG

This is simple tutor to make local web sever, that can control LED (through GPIO16) through mobile phone.

You need wifi router, so both ESP12E and mobile phone connected to this wifi router.

Upload Firmware

Using arduino IDE to upload firmware for ESP12E

(sorry, i can't post code here, please download the project file)

Testing

result 1.png

After upload firmware to ESP12E successful, it will show IP address via Monitor screen. Through this, we can know IP address of ESP12E, this case is 192.68.1.98

Control LED

result 2.png

Using mobile phone (connected to wifi), type IP address 192.168.1.98 to Web browsers. It will show local web server of ESP12E, from this, you can control ON/OFF led on GPIO16