This is my build of a Phoniebox using a Raspberry Pi.
- Police bus: small foot 11459 Großer Polizeibus aus Holz
- Raspberry Pi: I used a Raspberry Pi 3 model B
- TBD document the other parts
Connect the RFID-RC522 module and follow the instructions from PiMyLifeUp.
Test out writing to a tag:
python3 write.py
Test out reading a tag:
python3 read.py
Test out reading just the id of a tag (certain tags give me an Auth error when trying to read/write text, but reading just the id works fine):
python3 read_id.py
According to: Using GPIO hardware buttons
My settings: gpio_settings.ini
Note that I am using version 2 of the Phoniebox software (RPi-Jukebox-RFID), not the newer version 3.