First part of the ESP32 Chat application, where we will setup the basic ESP32 and client functionality.
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: Dynamic sensor network
How to build a dynamic sensor network that can be monitored through a web-based real-time dashboard. We will be using the ESP32 to implement the nodes of the sensor network and the Arduino core to program them.
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 dashboard: dynamic cards
How to dynamically add and remove a card from a web dashboard served by the ESP32. We will be using the ESP-DASH library and the Arduino core.
ESP32: web dashboard over Soft AP
How to serve a web dashboard from the ESP32 with the device working as Soft AP. We will be using the ESP-DASH library and the Arduino core.
ESP32 Arduino: Soft AP and Station modes
How to setup the ESP32 to work in Soft AP and Station modes simultaneously, using the Arduino core.
ESP32: using a struct as ESP-NOW message
Using a struct as an ESP-NOW message.
ESP32: Getting started with ESP-NOW
Getting started with ESP-NOW on the ESP32.