Pages

Monday, June 8, 2015

Resistance Controlled Alarm



There are all kinds of locks and alarms that you can make. You can make alarms that are controlled with keys, keypads, remote controls, scanners, or anything else that you can think of. Just for fun, I designed an alarm that is controlled by resistors.

This is a basic motion sensing alarm that detects when someone enters the area. When an intruder is detected, it activates a siren. But what makes this system unique is that it is activated and deactivated by touching a resistor to a pair of metal contacts on the housing. This makes for an interesting kind of security system.

For step by step instructions on how to build this project, check out the Instructable:
http://www.instructables.com/id/Resistance-Controlled-Alarm/

2 comments:

  1. I have got 2 errors in the code
    Arduino: 1.6.1 (Windows 7), Board: "Arduino Uno"

    rca.ino: In function 'void loop()':

    rca.ino:30:79: error: expression cannot be used as a function

    Error compiling.

    Kindly help in debugging it

    ReplyDelete
  2. Did you copy the code in the Instructable?

    ReplyDelete