In this project we are going to control our electronic components using our mobile phones. We are going to use the NodeMCU ESP8266 Web Server and create an AJAX enabled page so as to make our page responsive. This will remove the flickering and the page refresh needed using XMLHttpRequest and Javascript.
Please see the following demo.
I have created a step by step description on how I created my project in the following link https://www.donskytech.com/esp8266-nodemcu-web-server-control-components-from-your-mobile-phone/
I have added additional explanation on how to create the project.
The code is available at my github account https://github.com/donskytech/esp-projects/tree/master/esp8266-nodemcu-webserver-ajax
We used the Arduino IDE in programming the NodeMCU ESP8266 Web Server by using the ESP8266 Core Addon project
Comments
Please log in or sign up to comment.