Difference between revisions of "RFID Door Access"

From Sudo Room
Jump to navigation Jump to search
m (Add to 2141 Broadway category)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Located on the door on 22nd is an RFID Reader ( http://www.parallax.com/tabid/768/productid/517/default.aspx ). If you have an EM41000 family RFID Tag ( ex.  http://www.parallax.com/Store/Microcontrollers/BASICStampModules/tabid/134/txtSearch/28161/List/1/ProductID/503/Default.aspx ) and the tag is added to the list of authorized tags you can open the door using it.
Located on the door on 22nd is an RFID Reader ( http://www.parallax.com/tabid/768/productid/517/default.aspx ). If you have an EM41000 family RFID Tag ( ex.  http://www.parallax.com/Store/Microcontrollers/BASICStampModules/tabid/134/txtSearch/28161/List/1/ProductID/503/Default.aspx ) and the tag is added to the list of authorized tags you can open the door using it.


[[File:Parallax_rfid.jpg]]
[[File:Parallax_rfid.jpg|400px]]


==Back End==
==Back End==
Line 8: Line 8:


In addition to a system for reading and validating codes there is a node.js service for adding codes running on the RasPi. You can see the code for it here: https://gitorious.org/sudoor-addcode
In addition to a system for reading and validating codes there is a node.js service for adding codes running on the RasPi. You can see the code for it here: https://gitorious.org/sudoor-addcode
[[Category:2141 Broadway]]

Latest revision as of 03:51, 25 September 2016

Located on the door on 22nd is an RFID Reader ( http://www.parallax.com/tabid/768/productid/517/default.aspx ). If you have an EM41000 family RFID Tag ( ex. http://www.parallax.com/Store/Microcontrollers/BASICStampModules/tabid/134/txtSearch/28161/List/1/ProductID/503/Default.aspx ) and the tag is added to the list of authorized tags you can open the door using it.

Parallax rfid.jpg

Back End

The RFID reader is attached to the Door Raspberry Pi Via USB. The code that listens for input is here: https://gitorious.org/sudodoor/sudodoor/blobs/master/daemon_rfid.py

In addition to a system for reading and validating codes there is a node.js service for adding codes running on the RasPi. You can see the code for it here: https://gitorious.org/sudoor-addcode