Making a very simple electronic door lock for pic16f84a

Thread Starter

Striker235

Joined Feb 28, 2011
1
Hey, i was wondering if anyone could help me with making a simple electronic door lock in mplab.

all im going to use is, 2 led's to display if the door is locked or not and a sensor that indicates if the door is open or not
 

debjit625

Joined Apr 17, 2010
790
MPLAB is just an IDE,which language you are using to program like MPASM(assembly) or "C".

all im going to use is, 2 led's to display if the door is locked or not and a sensor that indicates if the door is open or not
Thats not locking a door its just checking if the door is locked or not ,if you are trying to lock the door using some code,first you will need some sort of mechanism have you thought about it?

EDIT :
And yes the sensor that indicates if the door is open or not may be done with "reed switch" , I did it once but their are also many other alternatives.

Good Luck
 
Last edited:
Top