ondryaso / pi-rc522

Raspberry Pi Python library for SPI RFID RC522 module
MIT License
412 stars 150 forks source link

Can't read HID iClass #11

Closed willingham closed 8 years ago

willingham commented 8 years ago

I cannot get any HID iClass DH cards to work. I'm not sure if it's a software or hardware issue. Any help is much appreciated.

faultylee commented 8 years ago

HID iClass cards is using ISO 15693 standard which is different from ISO 14443/A which RC522 support

willingham commented 8 years ago

Do you know of a similar reader that supports ISO 15693?

faultylee commented 8 years ago

I would usually look for a reader that works with Arduino, and then try to see if someone ported the code to Pi

http://forum.arduino.cc/index.php?topic=298490.msg2172778#msg2172778