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
- RFID Module: RC522
- Speakers: Audiocore AC870 Kompakt Stereo-Lautsprecher 2.0 PC 2x3 Watt RMS
- Sound card: JSAUX USB A auf 3.5mm Klinke Aux Adapter
- Wooden figures: Egurs Holzfiguren 10 Stück 75mm DIY Figuren
- NFC tags: NFC Ntag215 Münze TAG Schlüssel 13,56 MHz 215 Kartenetikett RFID Ultraleichte Tags Etiketten 25 mm Durchmesser
- Buttons with LED: LANBOO 16mm 1NO1NC 5Pin schwarz kunststoff push button switch mit LED 12V24V220V
- Akku: USB Powerbank (10000mAh)
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.