lutzbellmann/esp32_aht20_bmp280

0.2.2

Latest
uploaded 5 hours ago
AHT20 (temperature/humidity) + BMP280 (pressure) I2C sensor driver for ESP32, built on the ESP-IDF I2C master driver

2 examples

  • basic
    Reads temperature, humidity, and pressure from an AHT20 + BMP280 sensor pair every 5 seconds and logs the result.
    1.92 KB
  • env_async
    Demonstrates automatic background reading of AHT20 and BMP280 sensors every 15 seconds for 2 minutes.
    2.43 KB