Skip to content

a full system used to control and manage electrical devices using the Raspberry PI microprocessor to save wasted energy in classrooms. This can be achieved through the features provided by this system like automating the process of lighting and ventilation based on students' locations, manually controlling devices and specifying schedule of work

Notifications You must be signed in to change notification settings

Mostafa-Usama/Smart-Classroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Project's Title

Project Description

  • Overview

    • The smart classroom system is a new self-contained product which will be produced in order to overcome the problem of wasting energy.
    • The classroom system manages the electrical devices in the classroom by collecting data from sensors and cameras, then processing this data, taking action, and finally sending orders to the lighting system, air conditioning, and more.
  • Features of the project

    • Create a study schedule that will make the system operate automatically at the start of each lecture and stop at its end, achieving the desired goal of the system, which is to conserve energy.
    • Count the number of people in a specific section of the classroom.
    • Control the lighting in a specific space based on the number of people in that space and turn it off when not in use.
    • Control air conditioners in a specific place based on the temperature and the number of people present in that place and shut them down when not in use.
  • Architecture

    • Sensors: Measures the temperature of its environment and converts the input data into electronic data to record then send this data to Raspberry PI
    • Cameras: Iteratively collect images and send these images to Raspberry PI
    • Raspberry PI: The photos taken from the cameras and temperature read from sensors are analyzed and passed through the system to count the number of students, find out their locations, perform some operations, then decide whether to turn on the devices or not and send the command taken to the electrical devices.
    • Electrical Devices: Through commands sent to the devices, the devices are turned on or off

Setup

  • install VSPE
  • install proteus
  • install SQLite
  • install these libraries
    • OpenCV: pip install opencv-python
    • NumPy: pip install numpy
    • Ultralytics: pip install ultralytics
    • serial: pip install pyserial

How to Use the Project

  • First, you need to set up VSPE.

    • To do that, you will first open VSPE which will look something like this

  • Second, you will create a new virtual port

  • Click next

  • Make sure you choose COM3 for the virtual port

  • after making sure you have all the libraries installed, you should be able to run the project without any issues.

  • If you successfuly manage to open the project, you have to login as an admin first with the username 'admin' and password 'admin' to start adding users and use the system

    • Note that the username and password for the admin are customizable for anyone using the system, but for testing purposes and ease of use, these credintials will remain as it is.
  • Now to simulate and see how the project works in real life, you would need to download Protues software which is used to simulate embedded systems projects. To download Protues Click Here

  • After installing Protues, you can go to the 'Protues Design' folder and open up the 'test.pdsprj' file.

  • after opening, it should look like this

  • You can now run the simlulation using the button on the bottom left corner

  • Now the simulation is running and waiting for some action from the application.
  • For more information, check out the demo video Here.

Tools and Technologies

  • You can find the dataset used to train the head detection model Here

  • We used Roboflow, a website used to train and deploy machine learning models easily, you can check the website Here. For more information on how to use the website you can check the video Here

  • Programming language, modules and softwares used

    • Python
    • OpenCV
    • Tkinter
    • SQLite Database
    • Raspbian OS if RPI exists otherwise Windows OS
    • YOLOv8
    • NumPy
    • Proteus

Hardware

  • Heat sensors: These sensors are used to measure the temperature of the classroom.
  • Camera: This is used to count the number of people in the classroom.
  • Raspberry Pi microprocessor: This is the brains of the system. It collects data from the sensors, processes it, and sends commands to the electrical devices.
  • Screwdriver: This is used to install the hardware components of the system.
  • Wiring and Cables: This is used to connect the hardware components of the system.
  • Power supply: This is used to power the system.
  • Electrical outlets: This is where the system will be plugged in.

For More Information

  • Please Look Here for full Documentation.
    • Documents
      • Project proposal
      • The software requirements specifications
      • Software Design Document
      • Implementation plan
      • Test Plan
    • Report
      • part one
      • part two
    • Presentation
      • part one
      • part two
    • Demo

Credits

About

a full system used to control and manage electrical devices using the Raspberry PI microprocessor to save wasted energy in classrooms. This can be achieved through the features provided by this system like automating the process of lighting and ventilation based on students' locations, manually controlling devices and specifying schedule of work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages