Iterating over arrays with range-based for loop syntax, on the ESP32 and ESP8266.
ESP32 ArduinoJson: printing the keys of the JsonDocument
How to print the keys of a JsonDocument using the ESP32.
ESP32 cpplinq: Filtering arrays of objects
How to filter an array of objects, using cpplinq on the ESP32.
ESP32 cpplinq: combining the skip and take operators
Implementing pagination on the ESP32, using the Arduino core and the cpplinq library.
ESP8266 SPIFFS: Appending content to file
How to append content to a file on the ESP8266 SPIFFS file system, using the Arduino core.
Raspberry Pi HTTP/2 server: Receiving GET request from a ESP32
How to send a GET request from an ESP32 to a Node.js HTTP/2 server running on a Raspberry Pi 3.