Page 1 of 1

ESP32S3 SGP40 Air Quality Sensor

Posted: Mon Aug 19, 2024 6:38 pm
by WardMas
https://youtu.be/_cIWVNCPDKA
In this video we are going to use SGP40 air quality sensor and interface it over I2C using ESP32S3 Micro controller which is driving 2.8 inch TFT display over parallel interface.

The dual core MCU that we are using reads the sensor data processes it using sensirion algorithm to obtain VOC index Volatile Organic Compound an air quality measure and drives the LCD on separate cores using FreeRTOS Operation system.

The MCU Prints the the sensor data on the LCD with a nicely looking User interface designed with the help of LVGL library and square line studio. We are going to learn about the surrounding air quality today so lets put the show on the road.

GitHub Repository:
https://github.com/UsefulElectronics/es ... hmi-st7789

Re: ESP32S3 SGP40 Air Quality Sensor

Posted: Wed Aug 21, 2024 11:24 am
by aliarifat794
Thanks for sharing here.