Skip to content
/ LIdaBox Public

A RasPi application for a RFID controlled musicbox.

Notifications You must be signed in to change notification settings

dajusc/LIdaBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIdaBox

A RasPi application for a RFID controlled musicbox for local files like e.g. MP3s.

Overview

The user can store the names of playlists on RFID-tags, or he can link RFID-tag-UIDs to playlist names. Once the RC522-RFID-reader attached to the RasPi detects a corresponding tag, it starts playing the playlist. The playback is stopped when the end of the playlist is reached or when the tag is removed.

Run on Raspberry Pi at Startup

Just create "/etc/xdg/autostart/lidabox.desktop" containing:

[Desktop Entry]
Name=LIdaBox
Exec=lxterminal --working-directory="/<PATH>/<TO>/<LIdaBox>/" --command="python lidabox.py"

Credits

LIdaBox uses MFRC522-python by mxgxw, and VLC media player. Originally streaming with Google Play Music was possible via gmusicapi, but unfortunately Google discontinued GPM in 2020.

Hardware Example

IMAGE OF LIdaBox MISSING

About

A RasPi application for a RFID controlled musicbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages