Difference between revisions of "RFID Doorlock"

From Fixme.ch
Jump to: navigation, search
(Created page with "Category:Ongoing_Projects = Description = Build an RFID doorlock for the hackerspace. This doorlock should tweet when the space is open to alert standard members. = Inspira...")
 
 
(33 intermediate revisions by 11 users not shown)
Line 2: Line 2:
  
 
= Description =
 
= Description =
Build an RFID doorlock for the hackerspace. This doorlock should tweet when the space is open to alert standard members.
+
* Build an RFID doorlock for the hackerspace. This doorlock could tweet when the space is open to alert members.
 +
* [https://github.com/raphsnts/RFID-Doorlock Version 1 Source code]
  
= Inspirations =
+
= Version 3=
* [http://code.google.com/p/open-access-control/ Open Access Control]
+
* Current version in production
* [http://mbed.org/cookbook/RFID-Tweeter RFID Tweeter]
+
git clone ssh://gitolite@git.fixme.ch:1337/doorlock-v3
* [http://hackerspaces.org/wiki/Doorlock Various Hackerspaces Doorlocks]
+
  
= Proposed solution =
+
= Version 2 =
For the electronic part, taking inspiration from the RFID Tweeter project seems a good start. It allows us to have the whole system embedded in a microcontroller (low power) and solves the biggest problems from such a device (in my opinion) ethernet access and tweeting!
+
== 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.
  
= Tasks =
+
== 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 1 =
 +
 
 +
== Tasks ==
 
* Test electronic + software (on breadboard) for tweeting accordint to a RFID Tag
 
* Test electronic + software (on breadboard) for tweeting accordint to a RFID Tag
 
* Design and build mechanic fixation on door
 
* Design and build mechanic fixation on door
Line 19: Line 36:
 
* Start using it ;-)
 
* Start using it ;-)
  
= Dashboard =
+
== Information ==
 +
* RFID Reader: [http://www.parallax.com/Store/Accessories/CommunicationRF/tabid/161/txtSearch/RFID/List/0/SortField/4/ProductID/114/Default.aspx Parallax RFID Reader Serial]
 +
* An [http://mbed.org/ mbed board] with Ethernet
 +
* We use this lock: [http://www.burg-waechter.com/live_website/html/default/ff808082254ee88f012572df16d005aa.en.html TSE 4001 Home]
 +
 
 +
== Evolution perspectives ==
 +
* Remote database
 +
* <s>Add buttons or mechanism to choose open duration time (The space is open for approximatly x hours), like 3 buttons (1h, 3h, 5h)</s>
 +
* 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 [https://github.com/nadlabak/android_frameworks_base/blob/gingerbread/nfc-extras/java/com/android/nfc_extras/NfcAdapterExtras.java#L27 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 ==
 +
* [http://code.google.com/p/open-access-control/ Open Access Control]
 +
* [http://mbed.org/cookbook/RFID-Tweeter RFID Tweeter]
 +
* [http://hackerspaces.org/wiki/Doorlock Various Hackerspaces Doorlocks]
 +
* [http://hackaday.com/2011/07/14/ibutton-is-opening-doors-at-the-tkkrlab iButton is opening doors at the TkkrLab]
 +
* [http://wiki.xinchejian.com/wiki/Interactive_Door Interactive Door] as seen by chinese hackers
 +
 
 +
== Pictures ==
 +
[[File:IMG_20110912_164917.jpg‎|x188px]]
 +
[[File:IMG_20110912_164909.jpg|x188px]]
 +
[[File:IMAG0122.jpg|x188px]]
 +
[[File:IMAG0118.jpg|x188px]]
 +
[[File:IMAG0119.jpg|x188px]]
 +
 
 +
== Videos ==
 +
*[http://www.youtube.com/watch?v=i3l-9SpdojA Youtube Video]
 +
 
 +
= Others =
 +
Pour ceux qui aimerait lire leur(s) badge(s) RFID à l'aide d'un carte ARDUINO et d'une carte Parallaxe, voici un petit code a dispo : [[File:Lecteur_RFID.c]]
 +
 
 +
== Matériels ==
 +
* carte ARDUINO
 +
* carte RFID
 +
* cables
 +
* your badge !!!
 +
 
 +
== Liens ==
 +
*[http://playground.arduino.cc/Learning/PRFID] --> code source d'inspiration ;-) 
 +
*[http://www.parallax.com/tabid/768/productid/114/default.aspx] --> info sur la carte Parallax
 +
 
 +
   
 +
 
  
== RFID Tweeting Test ==
+
= Project Leader =
* We already have an RFID Reader: [http://www.parallax.com/Store/Accessories/CommunicationRF/tabid/161/txtSearch/RFID/List/0/SortField/4/ProductID/114/Default.aspx Parallax RFID Reader Serial]
+
* To be defined
* An [http://mbed.org/ mbed board] and RJ45 connector will be ordered for the test
+
  
== Mechanic Fixation ==
+
= Participants =
* We should find a motor, or at least decide which one we want to use
+
* To be defined
 +
[[User:k1s4g|k1s4g]]
  
  
= Personnes interessées =
+
[[User:marcha|Marcha]]
* eric_st
+

Latest revision as of 19:51, 10 August 2019


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

  • Current version in production
git clone ssh://gitolite@git.fixme.ch:1337/doorlock-v3

Version 2

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 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

Evolution perspectives

Inspirations

Pictures

IMG 20110912 164917.jpg IMG 20110912 164909.jpg IMAG0122.jpg IMAG0118.jpg IMAG0119.jpg

Videos

Others

Pour ceux qui aimerait lire leur(s) badge(s) RFID à l'aide d'un carte ARDUINO et d'une carte Parallaxe, voici un petit code a dispo : File:Lecteur RFID.c

Matériels

  • carte ARDUINO
  • carte RFID
  • cables
  • your badge !!!

Liens

  • [1] --> code source d'inspiration ;-)
  • [2] --> info sur la carte Parallax



Project Leader

  • To be defined

Participants

  • To be defined

k1s4g


Marcha