In part of of this series of tutorials, we will add the client connected and client disconnected events to our ESP32 chat application
ESP32: Chat Application (Part 4)
In this part of our chat application series of tutorials on the ESP32, we will add the timestamping of the messages.
ESP32: Chat Application (Part 3)
In this tutorial we are going to make the User Interface of our application look better by adding some CSS to style our HTML elements.
ESP32: Chat application (Part 2)
In part 2 of this series of tutorials we will learn how to split the UI files and how to serve them from the ESP32.
ESP32: Chat Application (Part 1)
First part of the ESP32 Chat application, where we will setup the basic ESP32 and client functionality.
ESP32 mDNS: Host name resolution
How to perform the resolution of a host name without the necessity for any dedicated infra-structure, using the mDNS protocol. We will be using two ESP32 devices and the Arduino core.
ESP32: Advertise service with mDNS
How to advertise a network service available on the ESP32 using mDNS, and get information about that service on a Python program.
ESP32 soft AP: Getting connecting station MAC address from WiFi event
Getting the MAC address of the stations that connect to WiFi network hosted by the ESP32
ESP32 HTTPS server: Handling route not found
How to handle route not found requests on a HTTPS server hosted on the ESP32.
Raspberry Pi 3 Flask: Receiving HTTP POST Request from ESP32
In this tutorial we will check how to setup a simple Flask server on the Raspberry Pi and send HTTP POST requests to it from the ESP32. Then, we will access the body of the request on the Raspberry Pi. The Python version used on this tutorial was 3.5.3 and it was tested on a Raspberry Pi …
Continue reading "Raspberry Pi 3 Flask: Receiving HTTP POST Request from ESP32"