Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.17 KB

Computer Room Control

image

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.

How to Use

  1. 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>
  2. 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
  3. Install Application Dependencies: Install the necessary dependencies by running the following command:

    pip install -r requirements.txt
  4. Run the Application: Execute the Python scripts to start monitoring and controlling the indoor air quality of the computer room. python app.py