Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (99 codes)
  2. Dany (44 codes)
  3. NART SCHINACKOW (34 codes)
  4. Alcides Ramos (33 codes)
  5. Agent Wolfz (14 codes)
  6. Andrew Hazelden (13 codes)
  7. Roman Black (11 codes)
  8. Alberto Trasimeni (11 codes)
  9. Roman Toropov (9 codes)
  10. Simon Platten (8 codes)

Most Downloaded

  1. Network Ethernet Library (11759 times)
  2. FAT32 Library (8607 times)
  3. Timer Calculator (6536 times)
  4. PID Library (5249 times)
  5. Network WiFi Library (5200 times)
  6. SMS home alarm system (4418 times)
  7. External Memory (4107 times)
  8. mikromedia for PIC18FJ - Examples (3566 times)
  9. microSD click - Example (3488 times)
  10. GPS click - Example (3254 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

SMS home alarm system

Rating:

Author: MikroElektronika Team

Last Updated: 2011-08-17

Category: GSM / GPRS

Downloaded: 4418 times

Not followed.

Build your own home-made SMS alarm system, with minimum expenses using StartUSB for PIC, Smart GM862 with Telit GM862 module and antenna, Motion Sensor and a wire jumpers.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "SMS home alarm system" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "SMS home alarm system" changes.

Do you want to report abuse regarding "SMS home alarm system".

  • Information
  • Comments (3)
Download

Download Project [374.21KB]

Version 1.0.0.0

DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Figure 1

Figure 1

Your own home made alarm set (click to enlarge)

View full image

This week we are showing you how easily you can build your own home-made SMS alarm system, with minimum expenses. All you need to have is StartUSB for PIC Board, Smart GM862 with Telit GM862 module and antenna, one SIM card and a few wires.
Program constantly monitors the input from motion sensor. When turned on, the device rests for one minute, so you can safely exit your home without triggering the alarm. After that, software enters the alarm mode. When motion is detected, device sends an SMS message: "Warning: Motion Detected!", letting you know that someone is in your home. When the SMS is sent, system will wait dormant for one minute and then reenter the normal alarm mode.

Figure 2

Figure 2

SMS home alarm schematics (click to enlarge)

View full image

Cool and simple, isn’t it? You can make a nicer design of the whole thing if you like, maybe put it in a casing with accessible power supply connector, a signal led and external antenna, but we leave this to your creativity. Source code of this demonstration software is provided for free, so you can modify it to suit your needs.

ALSO FROM THIS AUTHOR

Gyro click - Example

This example demonstrates reading from Gyro click sensor (L3GD20) angular rate and then converting data to angular displacement by integration. Data is send via UART to PC terminal application.

[Learn More]

Network WiFi Library

The Wireless library simplifies usage of the MCW1001A TCP/IP Socket Communications Interface chip through plenty of library routines. The MCW1001A is a companion chip to the MRF24WB0 802.11 module. It provides simple socket based method of sending and receiving data from the MRF24WB0 802.11 module.

[Learn More]

Expand click - Example

Example for EXPAND click board in mikroBUS form factor. This is code writes data to expander's PortB and reads it from expander's PortA. Result is shown on PortB LEDs on development board.

[Learn More]