**Building a Cheap SMS Alarm System**
In this project, we will be creating a cheap and easy to remake SMS alarm system that can detect intruders in your home or office. The system uses a combination of sensors, a microcontroller, and a GSM module to send you an alert message to your phone when it detects movement.
**Components**
To build this system, you will need the following components:
* Arduino Uno or similar board
* Adreno mini (a cheap GPS chip)
* TC 35 GSM module
* MOSFETs (to control the siren)
* Potentiometers (to calibrate the sensor range)
* Switches (to turn on/off the system)
* Dowels and screws (to secure the system to the wall)
* Power supply (5V, 3A)
**Mounting the Components**
First, we need to mount the components inside a plastic case. We will use hot glue to secure the TC 35 GSM module, Adreno mini, and MOSFETs inside the case.
"The sensor MTC 35 GSM module got secured inside the case with hot glue and make sure to insert the SIM card for the GSM module before gluing it to the case lastly I poked another hole in the seals to push my wire for the siren inside the case which will later create an annoying live sound intruder alert"
Once all the components are mounted, we need to connect them to the Arduino board. We will use female headers and an FTDI breakout to program the Adreno mini.
"the brain of the organization is a cheap Adreno mini you can get those for around $2 from ebay but you will need some extra female headers and an FTDI breakout at the end"
**Siren Connection**
The siren uses 12 volts power, which we can get by connecting it to a simple step-up converter. We will connect the siren to this output and the input connects to our end channel MOSFETs.
"how to get 12 volts from 5 volts a simple step up converter can do this I connected it to my bench power supply and adjusted the output to 12 volts now I can solder my siren to this output"
**Wiring**
We need to complete the wiring by connecting the TC 35, MOSFETs, test switch, and motion sensor to the Arduino.
"it really was a chaotic wiring but in this build it is more about function than looks and if you want to build something similar then always follow the schematic it gives you all the information you need"
**Power Supply**
We will create 5 volts and ground power points by soldering all the power wires of all the components together. We can hook these two points up to our bench power supply to test the whole system.
"apparently there's no short circuit and the current consumption seems normal awesome to make things a bit more convenient later on I also made small labels for the potentiometers and the switches"
**Software**
We will use a simple Arduino code that includes two modes: test mode and alarm mode. In test mode, we can easily calibrate the range of view without triggering any alarms. Once we finish calibration, we can switch to alarm mode.
"keep the whole code very simple and only used one external timer library which you need to download before trying to upload it to the Arduino I created two modes which are selected by the tests"
**Final Assembly**
We will drill four holes in the case for each corner and insert dowels. We will secure the whole box with screws.
"we also use blue tape to isolate the power supplies metal body from then I elect Ronix and know this thing will not overheat because it only requires bigger current Peaks while sending sms"
The final step is to connect the power wires to the supply inside the case and close the whole system. We will secure the siren to the wall with a couple of dowels and screws.
"It is done a relatively cheap and easy to remake SMS alarm system if you liked this project then don't forget to like share and subscribe that would really help me out follow me on facebook twitter and google+ stay creative and I'll be back"