Skip to content

jonowilliams26/rfidify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfidify

A Raspberry PI RFID reader that plays things on Spotify

Hardware

Software

RFID Reader

Frontend

Backend

How to Run on your Raspberry PI

  1. Enabled the IC2 interface on your Raspberry PI
    • Open the Raspberry Pi Configuration Menu
    • Select the Interfaces tab
    • Ensure I2C is enabled.
  2. Install git and docker on your Raspberry PI
  3. On your Raspberry PI, run hostname -I and note down your IP Address
  4. Go to the Spotify Web API docs and create an app
  5. Enter http://<your raspberry pi IP>/spotify/setup/callback as the redirect URI in the Spotify app settings
  6. On your Raspberry PI, clone the repository and run cd rfidify
  7. On your Raspberry PI, run docker compose up to start the docker containers
  8. Open a web browser and go to http://<your raspberry pi IP>
  9. You will be prompted to enter your Spotify client id and secret which was created in step 4
  10. You app is setup and ready to run!

Architecture

image

About

A RFID reader that plays things on Spotify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published