Difference between revisions of "RFID Door Access"
Jump to navigation
Jump to search
(Created page with "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.parall...") |
|||
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]] | |||
==Back End== | ==Back End== |
Revision as of 09:02, 8 April 2013
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.
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