Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.9 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.9 KB

Hermibox

This is my build of a Phoniebox using a Raspberry Pi.

Hermibox Photo

Shopping list

Test RFID Reader

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

GPIO (Button) configuration

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.