Display real-time sensor data from a BME680 sensor on the ESP32S3-BOX-Lite device and publish it using no_std Rust! 🦀
📚 Using functionality from my other project: esp32s3 no_std Async TLS MQTT
This project extends upon the previous esp32s3 no_std Async TLS MQTT to utilize the display of ESP32S3-BOX-Lite and showing real-time data from a BME680 sensor 🌡. Measurements of Temperature, Humidity and Gas Resistance are displayed and are updated every 60 seconds.
- mipidsi for the display drivers 🖥
- esp-box-ui for UI elements 🎨
- ESP32S3-BOX-Lite devkit 🛠
- BME680 environmental sensor 🌡
For Software Requirements, Hardware Setup, Setting up MQTT, secrets/ folder and Running the Program, please refer to the corresponding sections in the esp32s3 no_std Async TLS MQTT.