Created by Anuranjan using Arduino Uno,Carbon dioxide Sensors,Arduino IDE.
It is an arduino based system for counting the number of occupants in the room and thereby facilitates proper management using Alarm based triggering.
Occupancy Detector was created to be as simple and straightforward as possible.Availabilty and cost effectiveness was kept in mind while designing this system.However the main objectives are listed below:
- To automate HVAC based on occupancy pattern(less HVAC ,less energy consumption).
- Proper space utilisation.
- Proper disaster management.
- Hardware: Arduino UNO, Bread Board, Carbon dioxide Sensors
- Software: Arduino IDE
Whole system revolves around sender-reciever interaction.Sensors are connected to Slave Arduino which takes in data from sensors and send it to Master Arduino for further processing.Master Arduino acts upon the recieved data with appropiate logic and perform specified actions.If we wish we can incorporate Database in upgraded system for storing the intermediate results.
UART (Universal Asysnchronous Reciever-Transmitter)
- Occupancy counting using statistic and data.
- Analysing data collected from real world.
- Less device involvement.
- Better accuracy compared to baseline methods.