RFID Chip, Arduino, and a door

Just thought I’d share (i.e., show off :slight_smile: an Arduino based project using all open source software, an rfid reader from ebay, and an xEMi [xEM Tag + Injection Kit].

$57 for the tag and injection kit
$12 for the door latch (ebay)
$8 for the rfid reader.
$20ish for the Arduino (I wire my own using an atmel328). The board is powered by a standard 12vAC bell transformer.

The code to read out the rfid reader is from: https://github.com/monkeyboard/Wiegand-Protocol-Library-for-Arduino

… and I use the standard flash library that comes with the Arduino ide to save the card codes for later lookup. A standard electrical box (like for wall switches, or sockets) is used for the electronics, with a blank cover. I drilled two hols in the blank cover for an, “erase” and an, “remember” code buttons. A couple LED’s provide feedback.

3 Likes

nice! Is that an HID reader or EM stuffed into an HID-looking case?

Nope, it’s just a cheapo HID-like (likely made in China) rfid reader from ebay. On the inside wall on the backside of the rfid reader in the video is an electrical box (from Homedepot) that contains the electronics.

Something like this:

http://www.ebay.com/itm/Waterproof-Proximity-RFID-ID-Card-EM-Reader-For-Wiegand-26-34-Interface-125KHz-/131905484172?hash=item1eb62df58c:g:hoAAAOSw-itXrD8J

tom

Cool! I’d like to do this too, but my implant is programmed as an HID (I used the cloner to copy my apt complex key fob).

Do I need a genuine HID reader or will any 125khz EM reader do? I also have a few genuine HID tags I would like the reader to accept

I don’t think you need a genuine HID reader, but unless you buy something that explicitly says, “HID reader” it’s anybodies guess if it’ll work. The cheap, “EM” readers on ebay don’t read my HID cards.

Searching ebay, I found: http://www.ebay.com/itm/Weatherproof-WG26-125Khz-HID-26-bit-37-bit-Proximity-RFID-Card-Reader-/381051847124?_trksid=p2141725.m3641.l6368

tom