This is a simple Arduino project that gets the time from a NTP server, reads temperature, humidity and pressure from a BME280 sensor. Displays all data on a 16x2 LCD display, using an ESP32 board.
This code uses the Pimoroni bme280-python code to scan the BME280 sensor attached to a raspberry pi and report the results over MQTT. The daemon uses configparser() to read an .ini style file to get ...