Microcontroller task- Burglar alarm+EEPROM

Thread Starter

GautamVK

Joined Dec 5, 2010
10
Hello there

I am urgently looking for the codes for PIC16F628..

Two switches SW1 and SW2 simulate a window and door respectively.

In the armed mode:
If a window switch trigged, system immediately should be alarmed (setting LD1) and if door switch is trigged, system shows a 3^8 delay to alarm (setting LD2)

The "armed" mode: Controls by SW3 and SW4 after 4^8 sets "disarmed" mode.
In case of triggering window, binary value 30 and triggering door, binary value 40 should be written in EEPROM in address h.
 
Last edited:

nerdegutta

Joined Dec 15, 2009
2,689
No it is a hairy 8 legged monster haunting you in your dreams:eek: Please please make it go away.............
Sleipnir...?

Hello there

I am urgently looking for the codes for PIC16F628..

Two switches SW1 and SW2 simulate a window and door respectively.

In the armed mode:
If a window switch trigged, system immediately should be alarmed (setting LD1) and if door switch is trigged, system shows a 3^8 delay to alarm (setting LD2)

The "armed" mode: Controls by SW3 and SW4 after 4^8 sets "disarmed" mode.
In case of triggering window, binary value 30 and triggering door, binary value 40 should be written in EEPROM in address h.
Do you have a schematic?
 
Top