Raspberry Pi Burglar Alarm
What is the project?
I created a burglar alarm system which alerts the homeowner when there was an issue at their house.
How does the product work?
Using a Raspberry Pi, I wrote a program which connected the Twilio API with sensors and electronics which are connected to the Raspberry Pi.
If there is motion detected, there is a short delay to see if the button to disarm the alarm is pressed, if it is there is no alarm triggered. The alarm can even be disarmed before the person even enters the building, this is because of the use of the RF fob.
If the alarm is sounded, either automatically, or by pressing the panic button, the loud siren is and a message is sent to the phone number configured.
The text message is sent through Twilio, a cloud service, which allowed me to get a virtual phone number, which I could use to send messages.
This allows for the Pi to not need to connect to the GSM network, as it works directly with Wi-Fi at the installed house.