/Projects/Tiny GSM alarm system

After GSM call alarm and GSM SMS alarm as two independent modules, I introduce the Tiny GSM alarm system. The main characteristic of this new version is that this device can operate standalone or as a module for existing alarm system. In previous versions we had only the "enable" pin that armed/disarmed the system. Now, aside from that pin we can arm/disarm the system by calling it with our phone.

UPDATE 3 (2014-04-02): Source-code available on request, contact me on my e-mail.

UPDATE 2: New PCB with only DIP components (no SMD) is added to the archive for download. Thanks [eDo] for designing this PCB.

UPDATE 1: Since many people have trouble finding the PIC16F84A, I re-compiled the code to work with PIC16F628(A). It should work but I have not tested it yet on this uC so let me know if you have any problems with it! In case you are having a hard time finding old components such as this PIC microcontroller, you might want to try the Win-Source.net.

front4

back

I used a very popular microcontroller from Microchip: PIC16F84A. This time I didn't bother with external EEPROM memory for SMS storage because I used phone's SIM SMS storage and phonebook memory.
GSM phone that I used for development of this device is Siemens M35i (19200bps 8-N-1). It must work with other Siemens phones such as: S25, C35(i) (tested and works), A65 and so on (X35, X45)... It is very recommended to modify the phone so that it can be powered and turned on by the device. Also, the SIM PIN code request should be disabled!

Operation
After powering up the device, LED will blink once after it reads some settings from EEPROM. Now, after 2 seconds it will turn on the phone with a 2 second-impulse and pause for 6 seconds to allow phone to turn on. After that, initialization follows with the AT commands stored in EEPROM. They are in EEPROM only to save FLASH memory because this PIC has only 1 kb of FLASH for program. If during the serial communication between the PIC and the GSM some data is lost or never received (3 seconds timeout), the GSM phone will be reinitialized. After the fourth failure, PIC will execute that 2 seconds impulse that will turn the phone on because it thinks it has turned itself off. Also, PIC will do a 5 minute gsm-alive check and turn it on if it doesn't receive data. During those 5 minutes if alarm condition occurs, the PIC will turn the phone on immediately and report the alarm.

Arming and disarming the system
System can be armed and disarmed by calling it from the other phone (who's number is stored in system's gsm's phonebook of course) if it is configured properly with option opt 3, and/or by using the hardware "enable" pin (it is possible to use both at the same time but it might get confusing). If only arming/disarming by call is used, than the "enable" pin must be connected to ground at all times. This can be done with switch who's options is opt 7. In case where calling arm/disarm is not used, than options opt 4 and 5 have other meaning: delayed armed state entering and delayed alarm condition, respectively.
When system is being armed/disarmed with calling function there are two methods of reporting that action: siren beeping (chirping), just like in car-alarms or by callback function. Callback function is activated only when system is disarmed. It will call back the user who have just disarmed the system to let him know what happened. This is helpful when you call your alarm by accident and disarm it! The system can only be disarmed either by the first number in SIM phonebook memory or any stored number. That choice is configured with option opt 4. Note: this option does not effect the number of alarm condition recipients.

front2

front3

Alarm condition
The system goes to "alarm state" when it's armed and when the sensor input is triggered. It activates the siren output for 45 seconds and starts the GSM alerting procedure by calling or sending the SMS. Alerting procedure (SMS or by call) will be issued to either all numbers/sms recipients or to just first position (phonebook or SMS index location) which is configurable with option opt 2. Alerting by call can be executed to just first number or all numbers in this fashion: Numbers (or just the first one) are called in circular fashion until the call is established to any of recipients. After successful call establishment the calling procedure is completed. If an alarm condition occurs in next 25 seconds after alerting is completed, another alerting procedure will not take place. If an error occurs during calling, there is an 8 seconds pause not to overload the phone. Alerting with SMS messages can also be done by sending just first message or all of them, and it works in this fashion: All SMS messages will be sent (or just the first one), which means that all users will be alerted by this method, not like with the calling procedure where only first one that accepts the call is notified.

Status LED
There is a status LED on this device that can be helpful. When system is armed this LED blinks in 1.8 second interval. When disarmed, the LED is turned off. Right after disarming the system this LED will report us of the conditions that device was in during it's last armed state, by blinking:

1. 5 blinks = system was in alarm state, eg. alarm was triggered
2. 3 blinks = there was an error with PIC-GSM serial communication
3. 2 blinks = there was an error during alarm condition reporting via GSM - it would be wise to check the prepaid credit
4. 1 blink = there was an error during alarm reporting via call

This blinking will be done three times upon disarming and during that time it is not possible to re-arm the system.

About the phonebook entries and SMS messages on SIM card
Well, we all know how to put a number in phonebook. Even so, it is important to place numbers on a SIM card, not the phone's memory! All phonebook entries must be in locations from 001, 002, 003,... to as many as you like. Don't skip a location! The SMS messages are a bit different as there is no way you can determine what index message is on. So it is wise to delete all messages and create one by one. That way you will know that the first message created is in the first position. Also, if there are for example three messages on a SIM card, deleting the second will brake the queue and reporting will be done by sending only the first message! - This applies to phonebook entries as well.

Backup power
It is possible to connect a backup power source to the device. It can be a rechargeable battery or dry non-rechargeable battery pack. There is a jumper on board that enables and disables charging of the backup battery from the primary power source. Be sure to remove the jumper if dry non-rechargeable batteries are used!

Sensors
The device supports using both types of sensors: with NO (more sensors connected in parallel) and NC (more sensors connected in serial fashion) contacts. The type of sensor used is configured with option opt 6.

senzori

Device possibilities and configuration options
This device, as we already know by now, can report alarm condition by using SMS messages or placing a voice call to as many numbers as we like. Besides the remote alerting functionality it has an output MOSFET transistor that can be used to turn on the outside siren and strobe light when alarm activates.
Setting up the device is accomplished by 8 DIP switches that are on board. We can setup the following options: (please note, option such as "opt 2" does not correspond to switch number 2, etc.)

- opt 1) Notification type: SMS or CALL (DIP switch no. 4)
- opt 2) Alarm notification to only index 1 in SIM phonebook or to all (DIP switch no. 3)
- opt 3) Arming/disarming by call-in enabled/disabled (DIP switch no. 6)
- opt 4) Arming/disarming only by entry at index 1 from SIM phonebook when option 3 is enabled. If option 3 is disabled, than this switch enables/disables the 8.5 seconds countdown timer that delays switching to "armed" state. (DIP switch no. 7)
- opt 5) Notification of arming/disarming the system by using siren chirp or callback functionality when option 3 is enabled. If option 3 is disabled than this switch is used for delayed alarm activation after 5 seconds. (DIP switch no. 5)
- opt 6) Type of sensor used: NO or NC. *Requires device reset to apply new setup. (DIP switch no. 8)

- opt 7) Connecting the hardware enable pin constantly to GND (constant hardware "arm"). (DIP switch no. 2)

- opt 8) Enable/disable siren output. (DIP switch no. 1)

DIPswitches

GSM phone modification
GSM phone is powered from a device itself through 3A LM350 or weaker LM150 voltage regulator. This means that two wires must be extracted from inside the phone: "BAT -" and "BAT +". Some phones will not work like this, so you need to keep the battery connected, just remove battery cells and keep the electronics of the battery.
Aside from this, it is recommended to connect another wire that will be soldered to phone's keypad like in the picture below. This will turn on the phone when it turns off.

keypad

Video


sensor triggered - alerting initiated


"disarming" the system by using call + view of status LED

Author (sent by): Trax

Download counter: 10,169

Rating: (2.94, votes 4390)

Vote:

Date: 01-09-2009

Lokalna verzija ove stranice: Minijaturni GSM alarmni sistem

666_CallAlarmSystem.rar

Bookmark and Share Comments (144)

comment [104]

Haha... cuj Stojadin :) I ja sam neku noc uhvatio kako mi obilaze auto :)
IP: n/a

comment [103]

Pre par meseci oko pola jedanaest mi zvoni. Ja pogledam kroz prozor i vidim dvojicu kako ceprkaju. Pitam ih jel treba pomoc? Bili su totalno zaprepasceni cinjenicom da sam ih uhvatio u delu. Srecom pa su pobegli pre nego sto su ista lose uradili. Uostalom, bili su bar duplo veci od mene :(
IP: 178.148.65.89

comment [102]

Uh, mog stojadina konstantno drndaju lopovi. Pre ugradnje su mi ukrali autoradio, akumulator i rezervni tocak. Jednom nedeljno pokusavaju da izvade gorivo. Zato sam shok senzore postavio na najosetljivije pa me zove i kad ga neko ruzno pogleda. Otici ce mi vise para za kredit na siemensu nego sto vredi auto :)
IP: 178.148.65.89

comment [101]

@msb: da, uredjaj ocekuje da se javis na poziv. jedino tako on moze biti siguran da je uspjesno izvrdio dojavu! @ostali: niste podesili dobro DIP prekidace, fakat nemam kad da ovo analiziram pa se morate poigrati sami.
IP: n/a

comment [100]

... a mozda je i problem sa ovom verzijom za 628?
IP: 178.148.65.89

comment [99]

Ja sam napravio sa 628 i drzim ga vec par meseci u autu. Imam problem da alarmiran drzi sirenu beskrajno dugo, pa sam je iskljucio i ostavio da me samo zove. Problem je sto ga je 99\% vremena nemoguce deaktivirati pozivom kada je u stanju alarma. Uporno me zove, ja odbacujem poziv i u medjuvremenu pokusavam da ga deaktiviram. Ponekad hoce, ali najcesce nece. Jednom sam merio i drzao je 5 minuta alarm. Posle toga vise nije aktivan a led treperi kao da jeste. Hm. Nije mi jasno, mozda on trazi da se ja javim
IP: 178.148.65.89

comment [98]

Upravo tako sam uradio, sa brisanjem imenika i bez unosenja imena, citao sam "probleme" koji su ljudi imali i primenjivao resenja ali bez rezultata. Probao sam i sa 16f84 i sa 16f628a ali se identicno ponasa. Pozz
IP: n/a

comment [97]

Pozdrav drugari Trax je pokushao da vam objasni ali evo ajde i ja cu. Alarm sa dip componentama je i dan danas u funkciji znaci radi sve naoruzavanje/razoruzavanje irfz je dobro postavljen po datasheet-u tako da stvarno neznam gde vam je greshka. Ja sam koristio C35 i ovaj uredjaj RADI 100\% Probajte ovako da pobrishete sve sa SIM kartice znaci sve da kartica bude prazna i da kada unosite br telefona koji ce biti zvan uradite to bez unoshenja imena i sacuvate ga tako znaci samo broj i save to contacts. T
IP: n/a

comment [96]

Kod mene je isti problem.Pozivi i poruke rade dobro ali razoruzavanje i naoruzavanje nece da radi.Mislio sam do telefona posto koristim siemens m55,a li iz predhodnog posta vidim da i sa drugim telefonom pravi problem. Ranije sam napravio ovaj alarm sa smd komponentama koji je radio bez greske ali za ovaj mislim da ima neki propust na plocici.
IP: n/a

comment [95]

Ma podesenja su sigurno tacna, hiljadu puta sam proverio, jedino telefon palim rucno, ali to ne bi trebalo da ima veze. Da li u softveru kod uporedjivanja brojeva ima ulogu duzina broja, broj je u formatu +38161xxxxxxx, jos mi jedino to pada na pamet. Probao sam i sa izmenom u EEPROMU ali isto. Sad primecujem da posle dojave izlaz za sirenu ostaje aktivan i posle 45s. A sema je tacna, nego kod rasporeda komponenti mislim da tab od irfz44n treba da gleda na drugu stranu :) Pozdrav
IP: n/a


Comment page: <12345678...>


add comment

name

e-mail (will not be published)

website

How much is = also add letter "a" at the end of your result! Eg.: 7a

Please log-in!

You can log-in on forum link: Login page. After logging-in, return to this page and click refresh in your browser.

site friends

sponsored links

ads