Skip to content

🎧 Tap the vinyl on the box to automatically start playing the album!!

Notifications You must be signed in to change notification settings

EzzatQ/Spotify-RFID-Record-Player

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Modern Day Record Player

This modern day record player lets you wave an album cover ontop of the wooden box, and automatically starts playing the album!!

The record player uses Radio-frequency identification (RFID), the same technology in your credit card when you tap to pay, and in access cards you scan to enter restricted buildings. This technology usually involves RFID chips such as in your credit card, and an RFID scanner such as a debit machine that can read the values of the card when it is tapped and perform an action accordingly.

In this project, the RFID scanner module is mounted inside the wooden box, and the vinyls all have an RFID sticker that can be tapped on the box to switch the album. Inside the box, the RFID scanner is wired to a Raspberry Pi, which is running a python program that switches the song based on the value it reads from the RFID scanner. Depending on the RFID sticker value, the corresponding album is played through the Spotify API.

I wrote a very detailed blog post with all the steps you need here: https://talaexe.com/moderndayrecordplayer

You can also watch the YouTube video here if you prefer. https://www.youtube.com/watch?v=-jGWjFR936o

Bill of Materials

I get a small commission if you use the links below to purchase the items for this project <3

More Info

Detailed steps can be found in my blog: https://talaexe.com/moderndayrecordplayer

Blog Table of Contents

πŸ“Œ Bill of Materials

πŸ“Œ RFID Scanning

  • Wiring the RFID Scanner to the Rapsberry Pi
  • Setting up the Raspberry Pi
  • Using Python to Read RFID Sticker Values

πŸ“Œ Spotify Integration

  • Making the Raspberry Pi a Spotify Connect Device
  • Spotify API Setup
  • Using Python to Control Spotify

πŸ“Œ Combining the Spotify API and RFID Reader

  • Code to control Spotify API using RFID Values
  • Executing the Script on Startup of the Raspberry Pi

πŸ“Œ Finishing Touches

About

🎧 Tap the vinyl on the box to automatically start playing the album!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%