In this project, we will construct a Motion Sensitive Security System utilizing an Arduino Uno along with a 6-channel relay module that manages lighting and alerts triggered by motion detection.
During weekdays, from 6:00 and 18:00; the alarm will be activated if there is any movement detected.
During weekends the alarm will relaxed from 8:00 and 18:00; however the lights will continue working after 19:00.
PIR motion sensor is used for detecting motion, while the 6-channel relay module controls light and alarm.
The time based system actions are managed using RTC module to track time.
Future enhancements can be made using mobile app integration, addition of new sensors like window/door sensors to boost overall security and integration of surveillance camera.
You will need components like Arduino Uno board, PIR motion sensor, 6-channel relay module, Buzzer or siren, LED lights, RTC module, Jumper wires, Breadboard and Power source.
By expanding the setup you can develop a reliable home security system tailored to your individual requirements.
The code for this system controls relay based on time interval and motion detected to turn on light or alarm.
Using Wi-Fi module and mobile app, notification can be sent to the user’s phone when motion is detected in home mode.