Establishing HTTP communication between two ESP32 devices.
ESP32 HTTP web server: Handling body data
In this tutorial we will learn how to handle the body of a HTTP POST request, sent to a HTTP web server running on the ESP32. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will learn how to handle the body of a HTTP POST request, …
Continue reading "ESP32 HTTP web server: Handling body data"
ESP32 web server: template processing when serving HTML from file system
In this tutorial we will learn how to use placeholders to replace values at run time in a HTML file served from the ESP32 file system. We will be using the ESP32 async web server library and the Arduino core. The tests shown here were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In …
Continue reading "ESP32 web server: template processing when serving HTML from file system"
ESP32 Arduino web server: Receiving data from JavaScript websocket client
In this tutorial we will check how to setup a HTTP web server on the ESP32 that will have a websocket endpoint and that will serve a HTML file containing JavaScript code to establish a websocket connection to the server. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this …
Continue reading "ESP32 Arduino web server: Receiving data from JavaScript websocket client"
ESP32 Arduino web server: Serving jQuery
In this tutorial we will check how to serve the jQuery source file from the ESP32 and develop a very simple web page that makes use of it. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction In this tutorial we will check how to serve the jQuery source …
ESP32 Async HTTP web server: websockets introduction
In this tutorial we will check how to setup a websocket endpoint on a HTTP web server, using the ESP32 and running the Arduino core. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to setup a websocket endpoint on a HTTP web server, …
Continue reading "ESP32 Async HTTP web server: websockets introduction"