Tag: esp32
-
ESP32 Server: Distributing HTTP/2 streams over TLS
Walks through the code and technologies used to set-up a secure HTTP/2 server using a Xtensa ESP32 board (ESP32-WROVER-E).
-
Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL
Let's collect data provided by a DHT22 sensor and store it in a PostgreSQL database via WiFi using an encrypted connection.