The basic problem behind this project was that keys are something very easy to forget or lose, and they are the only way into my dorm room. This is especially a pain when leaving the room for a short time, such as to go check mail or give something to a friend. It's a bad idea to leave the room unlocked, but a pain to take keys. A solution to this would be to provide another method of access with something easier to carry, or not even needing anything to carry anything at all. This must also be accomplished without modifying the door in any unauthorized way.
Remove these ads by
Signing UpStep 1Solution
A device will be attached to the door that is able to lock and unlock the door by pulling the lock. It will do this when the correct number is typed in, or an ID is scanned. A school idea is much easier to carry around, and is required to get into the building anyway. And even without it, typing in the correct number requires carrying nothing additional.
| « Previous Step | Download PDFView All Steps | Next Step » |








































since when is this become authorized
the matron would kill you if you did this without its permission
Assuming your PIN is 9999 and the attacker works through numbers ascending from 1 on a numpad from 1-9.
Instant denial: 8+8+8+9 = 33 tries to break in
(the first three are eight because by once the attacker gets to 8 he knows the next digit is 9 and can proceed to the second digit of the code)
Denial at the end: 9*9*9*9 = 6561 tries to break in
I have a lot of ideas, but i lack the education to put it all together
I would to create stuff with circuit boards, or even little programming, how to read electric schematics and stuff, because the more interesting Instructables I find are solar energy, or ones like this from spare electronic parts!
Thanks in advance.
From what I've seen, almost everything on Instructables is stuff that anybody can do. You don't need to get a degree to build a circuit board, you just need to mess around at home and read some books.
He lives in a dormitory, where it's probably highly regulated what one can do with their room (including the door).
i do have a couple of suggestions however:
*move all of the electronics to the other side of the door (the locked side) and have only the card reader on the outside. this way you would only have the card reader data bus exposed. i imagine that it is just serial, so maybe 4 wires, +/- RX and TX?
*add the ability to lock the door with the card. this would mean changing your servo set up slightly. you could probably still do it with one servo though. And that way you could eliminate the need for the key all together.
I Hate Keys!
Having it also lock would either require another servo, which would be pretty easy to add, or to reposition the single servo so that it can also lock. I will most likely be doing that in the future, as I also hate dealing with keys.