A project that includes Arduino code for getting the air quality sensors readings and sends it to Raspberry-based server.
- Arduino code for air quality sensors readings
- MQ6 - LPG, butane gas
- MQ135 - Benzene, Alcohol, smoke
- MQ4 - Methane, CNG Gas
- MQ7 - Carbon Monoxide
- Arduino code for air quality sensor SGP30
- Arduino code for temperature and humidity sensor DTH11
- Tutorial for making server using Raspberry PI
- Django application for recieving and storing sensor readings
- Frontend with dashboard
- We use Raspberry pi 400 as a server
- Configuration of the Apache can be found here
- In this project we decided to use ESP32D because it has Wifi module
- This module is used.
- To successfuly use this module:
- Install CH340 drivers
- Install ESP32 Board Definition
- In Arduino IDE go to
Tools>Board>ESP32 Dev module
- Install following modules using
Tools>Manage libraries..
- Adafruit_SGP30, DHTesp