Ever hear of the Phoniebox project? If not – tune in, that’s a hacker’s project your entire family will appreciate. Phoniebox is a software suite and tutorial for building a jukebox controlled through RFID cards, and it can play audio from a wide variety of sources – music and playlists stored locally, online streams like internet radio stations, Spotify, podcasts of your choice, and so on. It’s super easy to build – get a Raspberry Pi board, connect an NFC reader to it, wire up a pair of speakers, and you’re set. You can assemble a PhonieBox together with your kids over the weekend – and many do.
Want some inspiration, or looking to see what makes Phoniebox so popular? Visit the Phoniebox gallery – it’s endearing to see just how many different versions have been built over the six years of project’s existence. Everyone’s Phoniebox build is different in its own special way – you bring the hardware, Phoniebox brings well-tested software and heaps of inspiration.
You already have a case to house a Phoniebox setup – if you think you don’t, check the gallery, you’ll find that you do. Experiencing a problem? There’s a wealth of troubleshooting advice and tutorials, and a helpful community. Phoniebox is a mature project and its scale is genuinely impressive – build one for your living room, or your hacker’s lair, or your hackerspace. RFID-controlled jukeboxes are a mainstay on Hackaday, so it’s cool to see a project that gives you all the tools to build one.
How about hacking the “original” box, the Tonybox? https://gt-blog.de/toniebox-hacking-how-to-get-started/
How about buying one of the cheaper alternatives that support playing of your own MP3 files out of the box?
Is this instructables or hackaday?
ESPuino is a ESP32 based player with a similar concept (Arduino based, cheaper and faster startup)
Some features:
Webserver or FTP for upload, RFID/NFC Reader, Bluetooth player mode, even Bluetooth headphones support, Neopixel LEDs, Buttons, Rotary encoder, …
https://github.com/biologist79/ESPuino
ESPuino: https://github.com/biologist79/ESPuino
Similar project but powered by ESP32 and Arduino based.
Features:
Webserver with upload, FTP, MQTT, RFID/NFC Reader, webradio, Bluetooth (player and even supports headphones), Neopixel LEDs, Rotary-Encoder, I2S DAC, …