An app for the Flipper Zero that lets you control Spotify playback using the Flipper Zero and WiFi Devboard
Thank you to Derek Jamison for debugging help!
spotify-remote-demo.MOV
This app is included in the RogueMaster Firmware, or you can build it from source using ufbt or fbt
I am working on getting the Build Flipper Application Package GitHub workflow working so you can get the .fap directly from this repo
You will also need to install my ESP32 Spotify Remote on the WiFi Devboard
- Go to the Spotify Developer Site and make an account
- Go to your dashboard and make a new app
- Copy your Client ID and Client Secret into the ESP32 Code
- You will have to add http://IP_ADDRESS/callback as a reirect uri in your spotify dashboard, where IP_ADDRESS is the ip that appears on the Flipper Screen for each new ip since I wasn't able to have it work with a static ip on the ESP32