Python scripts designed to monitor and manage the indoor air quality of a computer room at the University. This project utilizes a Raspberry Pi for implementation and includes a textual application for user interaction.
-
Clone the Repository: Begin by creating a virtual environment (venv) and cloning the repository using the
--recurse-submodules
flag to ensure all dependencies are included.git clone --recurse-submodules <link_to_repository>
-
Install DHT Library: Navigate to the
Adafruit_Python_DHT
directory and install the DHT library using the following command:cd Adafruit_Python_DHT sudo python3 setup.py install
-
Install Application Dependencies: Install the necessary dependencies by running the following command:
pip install -r requirements.txt
-
Run the Application: Execute the Python scripts to start monitoring and controlling the indoor air quality of the computer room.
python app.py