/iot_air_quality_sensor

Software that monitorizes the air quality and sends an alert to Telegram when reaches certain level of gas concentration

Primary LanguageC++

IoT Air Quality Sensor

Telegram water sensor for ESP32.

This example sends a telegram message from te ESP32 board to a cell phone with Telegram App installed when a certain concentration of gas (Co2, NoX, Alcohol, etc.) is detected by the sensor. Youn only need to copy the lib content to your arduino libraryes folder and run the program that you find at src folder.

You will need to install Arduino IDE: https://iberotecno.com/blog-supratecno/47-tutoriales-paso-a-paso/107-como-instalar-y-configurar-el-ide-de-arduino-tutorial

And the requiered dependencies for ESP32 boards: https://iberotecno.com/blog-supratecno/47-tutoriales-paso-a-paso/108-como-instalar-esp32-en-el-ide-de-arduino-tutorial

Thanks and enjoy!!