ESP32 Inja: using templates from the file system
How to render inja templates stored in the file system of the ESP32. We will be using the Arduino core to program the device.
How to render inja templates stored in the file system of the ESP32. We will be using the Arduino core to program the device.
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.
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.
How to execute some basic operations on a std::map container. We will be using the ESP32 and the Arduino
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.
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.
How to display and use the Status Card from the ESP-DASH library. We will be using the ESP32 and the Arduino core.
How to use the Generic Card from the ESP-Dash library, running on the ESP32. We will be using the Arduino core to program the ESP32.
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.
How to use the ESP-DASH library to implement a web-based dashboard that will be updated in real time with sensor measurements (temperature and humidity). Under the hood, the update mechanism will be based in websockets. We will be using the ESP32 and program it with the Arduino core.