Skip to content

Commit

Permalink
document working cards for rc522 (MiczFlor#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin committed May 17, 2024
1 parent a18ca34 commit 3431ba1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/rfid-reader/RC522/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# How to setup the RC522 RFID reader
# RC522 Reader

## How to setup the RC522 RFID reader

1. **You can use the `setup_rc522.sh` script (recommended)** or follow the manual steps:

Expand All @@ -15,3 +17,7 @@
- `sudo systemctl restart phoniebox-rfid-reader.service`

Be aware that unlike a few other installations with this card reader the phoniebox requires the IRQ pin to be connected (on the raspberry pi and zero normaly to GPIO 24 or PIN 18).

## Working cards/tags

Cards or tags must support 13.56 MHz. Currently, only cards/tags of the type "NXP Mifare Classic 1k(S50)", "NXP Mifare Classic 4k(S70)" and "NXP Mifare Ultralight (C)" can be used. Type "NXP Mifare NTAG2xx" will not work!

0 comments on commit 3431ba1

Please sign in to comment.