Difference between revisions of "RFID Doorlock"
From Fixme.ch
(→What we need) |
|||
Line 5: | Line 5: | ||
* [https://github.com/raphsnts/RFID-Doorlock Version 1 Source code] | * [https://github.com/raphsnts/RFID-Doorlock Version 1 Source code] | ||
+ | = Version 3 = | ||
+ | == What we want == | ||
+ | * RFID to open the door (like now). | ||
+ | * Remote control the door (Open the door for people without RFID card). | ||
+ | * Add/Remove RFID tags without reprogramming (LDAP connection and SD card cache). | ||
+ | * Auto-close to not forget to close. | ||
+ | |||
+ | == What we have == | ||
+ | * RFID antenna | ||
+ | * Electro-magnet lock | ||
+ | * SD card breakout board | ||
+ | * Ethernet ENC28J60 breakout board | ||
+ | * LEDs | ||
+ | * Arduino (supposed to have one) | ||
+ | |||
+ | == What we need == | ||
+ | * Enthousiastic people! :) | ||
= Version 2 = | = Version 2 = |
Revision as of 22:58, 11 February 2013
Contents
Description
- Build an RFID doorlock for the hackerspace. This doorlock could tweet when the space is open to alert members.
- Version 1 Source code
Version 3
What we want
- RFID to open the door (like now).
- Remote control the door (Open the door for people without RFID card).
- Add/Remove RFID tags without reprogramming (LDAP connection and SD card cache).
- Auto-close to not forget to close.
What we have
- RFID antenna
- Electro-magnet lock
- SD card breakout board
- Ethernet ENC28J60 breakout board
- LEDs
- Arduino (supposed to have one)
What we need
- Enthousiastic people! :)
Version 2
What we need
- RFID to open the door (125 kHz and/or 13.56 MHz)
- Add/Remove rfid tags on the fly (without reprogramming)
- Logs of events in a database with precise tracking of time.
- Reliability
Version 1
Tasks
- Test electronic + software (on breadboard) for tweeting accordint to a RFID Tag
- Design and build mechanic fixation on door
- Design and test electronic + software (on breadboard) for the mechanic fixation on door
- Create PCB for electronic
- Start using it ;-)
Information
- RFID Reader: Parallax RFID Reader Serial
- An mbed board with Ethernet
- We use this lock: TSE BUSINESS SET 5001 PINCODE
Evolution perspectives
- Remote database
-
Add buttons or mechanism to choose open duration time (The space is open for approximatly x hours), like 3 buttons (1h, 3h, 5h) - Picture of the person who opened the door
- Android application using NFC, acting like a passive rfid tag. Is it possible ?
- "Card emulation" mode http://developer.android.com/reference/android/nfc/tech/NfcV.html
- Apparently in Gingerbread but not ICS
- Patch for CM http://forum.xda-developers.com/showthread.php?t=1281946
- NDEF Push in NFCManagerwith Custom NDEFMessage
- http://nfc.android.com/
- http://developer.android.com/reference/android/nfc/package-summary.html
- http://www.google.com/events/io/2011/sessions/how-to-nfc.html
Inspirations
- Open Access Control
- RFID Tweeter
- Various Hackerspaces Doorlocks
- iButton is opening doors at the TkkrLab
- Interactive Door as seen by chinese hackers
Pictures
Videos
Project Leader
- To be defined
Participants
- To be defined