How to render inja templates stored in the file system of the ESP32. We will be using the Arduino core to program the device.
ESP32 dashboard: luminosity measurements
How to display luminosity levels on a real-time web dashboard served by the ESP32. We will be using the ESP-DASH library and 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: 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 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.
ESP32 Heart Rate Sensor: PPG Wave
How to obtain a very simple ECG wave on the Arduino IDE serial plotter, using the ESP32 and a Heart Rate Sensor.
ESP32: Heart Rate Sensor
How to use the ESP32 to interact with a heart rate sensor, using the Arduino core.
ESP32: JSON Merge Patch
How to use the Nlohmann/json library to apply the JSON merge patch operation to an object, on the ESP32.
ESP32: JSON Diff
How to calculate the difference between two JSON objects using the nlohmann/json on the ESP32
ESP32 JSON: Read from file
How to read and parse a JSON object from a file stored on the ESP32 file system,