How to use the Nlohmann/json library to apply the JSON merge patch operation to an object, on the ESP32.
ESP32 inja: Built-in functions
How to use some of inja's built-in functions in the rendering of our templates, using the ESP32 and the Arduino core.
ESP32: Parsing URL variables
How to parse variables from an URL using the PathVariableHandlers library, the ESP32 and the Arduino core.
ESP32 writing file to SD card
How to connect the ESP32 to a SD card and write a file to it.
ESP32 SSD1306: Drawing a progress bar
How to draw a progress bar on a SSD1306 OLED display, using the ESP32 and the Arduino core.
ESP32 cpplinq: Reversing an array
Reversing an integer array with cpplinq, running on the ESP32.
ESP32 Arduino: Filtering arrays with cpplinq
How to filter an array of integers with cpplinq, using the ESP32 and the Arduino core.