Door Security System
From Interlock Rochester Wiki
(Difference between revisions)
(Consolidated info from the infrastructure page, organized with the project template, added some more info) |
(→Plan: added some details) |
||
| Line 10: | Line 10: | ||
Part 1 - Get a simple electronic lock system working: | Part 1 - Get a simple electronic lock system working: | ||
* Electronic lock (really, an electronic strike) | * Electronic lock (really, an electronic strike) | ||
| + | ** Need to know the type and size of door/frame we are working with | ||
* Computer control of the strike | * Computer control of the strike | ||
| + | ** Homemade control through serial port w/relay (cheaper, easier to implement than Arduino) | ||
** [http://www.instructables.com/id/Arduino-RFID-Door-Lock/ Arduino] | ** [http://www.instructables.com/id/Arduino-RFID-Door-Lock/ Arduino] | ||
| - | ** | + | *** Probably overkill for this system |
* Authentication system | * Authentication system | ||
** RFID/Swipe Card/Key Fob | ** RFID/Swipe Card/Key Fob | ||
| Line 21: | Line 23: | ||
Part 2 - Additional authentication for extra security: | Part 2 - Additional authentication for extra security: | ||
* Second factor authentication system (pin pad, touch screen pin pad) | * Second factor authentication system (pin pad, touch screen pin pad) | ||
| + | |||
| + | Part 3 - Fun: | ||
| + | * Twitter bot | ||
| + | ** Tweet hourly updates on who is in the space | ||
| + | * IRC bot | ||
| + | ** Regular updates on who is in the space | ||
| + | * Expand security to other items | ||
| + | ** KegBot security | ||
| + | ** Multiple areas within the space | ||
== Parts == | == Parts == | ||
Revision as of 17:49, 18 December 2009
Contents |
Interlock Door Entry System
Members
joshshua
Description
Interlock needs an easy way to give members access to the space. It is important however, to maintain the ability to easily remove access punitively or as members choose to leave the group. The ability to keep track of who enters and leaves the space is not only helpful for security, but also could be used creatively.
Plan
Part 1 - Get a simple electronic lock system working:
- Electronic lock (really, an electronic strike)
- Need to know the type and size of door/frame we are working with
- Computer control of the strike
- Homemade control through serial port w/relay (cheaper, easier to implement than Arduino)
- Arduino
- Probably overkill for this system
- Authentication system
- RFID/Swipe Card/Key Fob
- Server to manage ACLS (LDAP server? See Infrastructure#Network)
- Yubikey
- Audit logging
Part 2 - Additional authentication for extra security:
- Second factor authentication system (pin pad, touch screen pin pad)
Part 3 - Fun:
- Twitter bot
- Tweet hourly updates on who is in the space
- IRC bot
- Regular updates on who is in the space
- Expand security to other items
- KegBot security
- Multiple areas within the space
Parts
TBD
Work Log
TBD