Showing posts with label security. Show all posts
Showing posts with label security. Show all posts

Friday, December 27, 2013

Build a PIC Security System Dials Your Cell Phone Circuit Diagram

This is a simple PIC Security System Dials Your Cell Phone Circuit Diagram. Do-it-yourself phone dialer security system calls your cell phone, office etc. whenever a door or window is opened, or panic button is pressed. Great Home Alarm.

PIC Security System Dials Your Cell Phone Circuit Diagram

PIC Security System Dials Your Cell Phone Circuit Diagram


The circuit consists of a small PIC microcontroller, assembly program, and a few other parts to detect a switch closure from an open door, window, or manual push button and then dial the cell phone number, and transmit a steady tone to indicate the source of the call. The circuit uses the pulse dialing system to interrupt the line connection a number of times to indicate each digit. Pulse dialing (the oldest form of dialing) works by actually disconnecting or "hanging up" the phone line a number of times to indicate each digit. For example, the digit "5" would be dialed by disconnecting and reconnecting the line 5 times in short intervals of about 100mS. There is about a 1 second pause (with the line connected) between each digit. The timing is not critical and I was able to dial 411 and connect to the local information service just using a momentary push button switch in series with the phone line.

Circuit Operation:
In operation, the switch closure is detected on pin 7 of the processor which activates the reed relay and takes the line off-hook for 3 seconds to establish the dial tone. The processor then dials the number by opening and closing the relay a number of times for each digit. When dialing is complete, the processor waits 3 seconds and then transmits a steady tone of about 300Hz for 30 seconds through the modem transformer. The call is then terminated and the processor waits for the switch to open before resetting.

Design Considerations:

The PIC16F628 (18 pin) processor was selected because I had a few on hand and my homemade hardware programmer only accepts 18 pin devices. A smaller 8 pin device could have been used since only three I/O lines are needed, but the difference in cost is only about $1.50. One of the I/O lines (RA5) is used for programming and is always an input, but can used as a functional input so the switch closure could be detected on this line thus eliminating the need for one pullup resistor. But I elected to use 3 consecutive I/O pins (7,8,9) of the 8 bit port B and leave RA5 pulled up with a extra 10K resistor.

The output pins (8,9) that drive the relay and transformer are limited to 25mA of current each, so an extra transistor (2N2222A) was needed to supply additional current to the relay coil. The transformer resistance is around 100 ohms, so an additional 330 ohm resistor was added in series with pin 9 to limit the transformer current to around 10mA. An LED indicator and 330 ohm resistor were used on pin 8 to observe the dialing activity and indicate the line status. Several of the parts (relay, transformer and blocking capacitor) were obtained from an old 56K modem card.

The schematic shows a 47uF / 50 volt non-polarized capacitor used to block DC current to the transformer, however a regular polarized 50uF cap could be used if correct phone line polarity is observed. The modem was probably designed to work with unknown polarities at different locations, so a non-polarized cap was used. Its possible the cap and 470 ohm resistor can be replaced with a single resistor in series with the line to set the "off hook" line current to around 20mA. This may cause partial saturation of the transformer and reduced audio level, but might work well enough.

The power supply voltage is not critical and a 4.5 volt supply from three AA batteries should work. Or a switching type regulated 5 volt wall transformer can be used. The problem is insuring the relay gets enough voltage to operate. The rest of the circuit should run on reduced voltage. I used a 4.2 volt cell phone charger that worked well.

 Softwre
Read More..

Sunday, December 22, 2013

Simple Security Door Electronic Key

It is a relatively simple circuit of electronic lock of safety with code of 7 digits. It should is given attention in the time that will be stepped the keys, that shape code and it does not exist it delays. With the right step of keys and if code is right then is activated exit Q7 for roughly 4 seconds, driving the transistor Q2, which with the line can drive one relay, for the opening of door, or any other circuit.

Security Door Electronic Key Circuit diagram :

security-door-electronic-key Circuit diagram

With LED D we can have optical clue of activation. The code of circuit, as it has been given have been:1704570 but can change, if we change the connections between in the exits of IC1 and the switches.

Parts List :
  • R1-7=4.7Kohm
  • R8=15Kohm
  • R9=1Mohm
  • R10-13=10Kohm
  • R11=100ohm
  • R12=220Kohm
  • R14=1.2Kohm
  • C1-3=100nF 100V
  • C2=4.7uF 25V
  • D1-2=1N4148
  • D3=RED LED 3mm
  • IC1=4022
  • Q1=BS170
  • Q2=BD679
  • S1-10=Push button or keyboard
Source : http://www.ecircuitslab.com/2012/08/security-door-electronic-key.html
Read More..

Wednesday, May 29, 2013

Security alarm

This is Security alarm .If somebody disconnected the wire loop The speaker will generate a sound.I have used a circuit for my land.Then when a robber enter for my land i can know it earlier.when you setup this set the wire loop at the height of 1 feet from the ground.


Note
# Build this circuit on a pcb
# use a thin coil as the wire loop
Read More..