How to use Pydantic together with Flask to perform validation of query parameters and request bodies.
Pydantic: Getting started
How to get started with pydantic, a data validation library for Python based on type annotations.
ESP32 WebSerial: Receiving Messages
In this post we are going to learn how to receive messages sent from the WebSerial UI, on the ESP32.
ESP32: Chat Application (Part 5)
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 (Introduction)
How to build a chat application hosted by the ESP32, based on websockets.
ESP32 websocket server: Broadcast messages
How to broadcast messages to all the websocket clients connected to a ESP32 server.
ESP32: Sending a SMS with Twilio
How to use the API from Twilio to send a SMS from the ESP32, using the Arduino core.
ESP32: The C++ map container
How to execute some basic operations on a std::map container. We will be using the ESP32 and the Arduino
ESP32 Dashboard: Status card
How to display and use the Status Card from the ESP-DASH library. We will be using the ESP32 and the Arduino core.