Skip to content

Bronkoknorb/hermibox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Hermibox: My Phoniebox project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages