Linux serverlinux web serverNETWORK ADMINISTRATIONS

ESP32 Web Server using AJAX

ESP32 controller is programmed as a web server communicating with a client web browser using AJAX web technology.

Link to code:
https://akuzechie.blogspot.com/2020/12/esp32-web-server-using-ajax.html
Reference:
NodeMCU ESP8266 Communication Methods and Protocols

NodeMCU ESP8266 Communication Methods and Protocols

Contents:
0:00 Introduction
0:37 AJAX Specs
1:06 ESP32 Client-Server Model
1:50 Block Diagram
2:21 Demonstration
2:46 C++ Sketch
3:20 HTML & CSS Code
5:23 JavaScript Code
7:45 Future Project: ESP32 & WebSocket

source

by Anas Kuzechie

linux http server

11 thoughts on “ESP32 Web Server using AJAX

  • Hi, I have a question … How can I use AJAX to get information from a form in HTML?

    I want to create a Sign-up / Login page in HTML served by the ESP32, so that after the client sends the data, the ESP32 can perform some actions in Hardware.

    Thanks for your videos 😀
    You are Great 😀

    Thanks a lot.

  • Can you write the codes in micropython ?

  • Thank you! very informative.. but quick question: how do you request two different analog values? since you write the whole responseText to the innerhtml.. Also, how do you send Data (for example a dropdown value) back to the ESP? Thank you!

  • Very nice and simple explanation about AJAX. Thank you. Your videos should have more views.
    Greetings from Bosnia.

  • do a tutorial on how to send temperature sensor data that is connected to esp32 to a wordpress website, so the esp32 just connects to the internet to push data and displays that data with ajax on a wordpress site.

  • Hello Anas, many thanks for the Video. I found it very informative. My challenge are my poor WEB programming skills. Hope to learn more about it in the future.

Comments are closed.