This project was submitted as an evaluation metric for the course Microprocessor, Microcontroller and Interfacing Laboratory in United Internation University.
This project is a hardware-software fusion. Find the software(web-app) part here.
Universities have many "background" processes that are done physically such as turning of room lights, attendance systems, and so on. Thus, we made a multidisciplinary electronics system that would automate these "background" tasks and save time and resources.
Our system provides:
- Automated online attendance system through biometric (fingerprint) validation. Find the seperate repo here
- Automatic toggling of room lights
- Automated roof-top system for monsoon.
- Automated plant-watering system for the university's green environment.
- Electricity generation on pressure (and storage).
-
- The student puts his finger on the fingerprint sensor.
- The sensor then finds the fingerprint pattern in its embedded memory.
- Once found, the sensor uses the Node-MCU to send the details of the fingerprint to the online web-app which can be found here.
- The online web-app finds the details and updates the attendance for the student on that day and course.
-
- Two IR sensors are placed side-by-side, one on the outside of the room and one on the inside of the room.
- When a person enters, the outside sensor gets triggered and temporarily disables the inside sensor for a specific delay.
- When a person exits, the inside sensors gets triggered and temporarily disables the outside sensor for a specific delay.
- These sensors keep track of the count of people in the room. If the count is >0, then an LED is turned on. Else off
- Extensive testing of this system revealed that this mechanism can handle the challenge of multiple people entering in a short period of time.
-
- A water sensor is placeed on the outside of the building, close to the roof.
- When it detects water above a certain threshold(heavy/moderate rain rain), it uses microservo motor to close the open roof of the university. Please check out the architecture of our university to see relevance
- When the threshold falls below the threshold(slight rain/fog), then the roof opens.
- While closed, the roof is fitted with a pipe that collects rainwater and flows it directly to a storage tank which is later used for watering the university's green environment.
-
- A moisture sensor detects the moisture of the soil, and our system checks if it is below a certain threshold(dry).
- If yes, the submersible motor in the water storage unit is turned on forcing the water to flow into the environment.
- The system keeps watering the environment until it the moisture threshold reaches above the certain threshold(moist).
- The motor is then turned off.
-
- A piezo electric sensor is fitted underneath the busy pathways of the university grounds. To force uneccessary triggering, we keep the force received by the piezo at a certain threshold.
- When people walk on the pathways, a pressure is applied to the piezo sensor which reaches above a certain threshold. It then generates electricity which we then store it.
- This is a green alternative to power the university's electrical systems.
- Arduino Uno (x2)
- Node MCU Wifi Module
- Fingerprint sensor
- Microservo motor
- IR Sensor (x2)
- Piezo Elecric Sensor
- Submersible motor
- Water sensor
- Moisture sensor
This project was made by S M Jishanul Islam, Hridoy Das, Nur Islam Shourav, and Sahid Hossain Mustakim. This project is not accepting outside contributions.