How to use the Nlohmann/json library on the ESP32, using the Arduino core.
ESP32: WebSerial console over Soft AP
In this tutorial we will learn how to setup a web based Serial Monitor, working over a network hosted by the ESP32.
ESP32 WiFi Manager: extra features
This post covers some additional features of the WiFi Manager library, using the ESP32 and the Arduino core.
ESP32: WiFi Manager
How to setup a WiFi Manager portal on the ESP32, using the Arduino core and the WiFiManager library.
ESP32 Arduino: WebSerial
How to use a web based Serial monitor for the ESP32, implemented by the WebSerial library.
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 Camera: Image server
How to setup a HTTP server on the ESP32 that will have an endpoint that will return an image taken from a camera connected to the ESP32.
ESP32: Query mDNS service
How to use a ESP32 to query a service advertised with mDNS.
ESP32 Arduino: Set static IP address
How to setup a static IP address for our ESP32, using the Arduino core.
ESP32: mDNS address resolution
How to use mDNS to resolve the address of a HTTP web server hosted by the ESP32.