benjamindrussell / flipper-spotify-remote

An app for the Flipper Zero that lets you control Spotify playback using the Flipper Zero and WiFi Devboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flipper Zero Spotify Remote

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!

Demo

spotify-remote-demo.MOV

Installation

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

Setup

  1. Go to the Spotify Developer Site and make an account
  2. Go to your dashboard and make a new app
  3. Copy your Client ID and Client Secret into the ESP32 Code
  4. 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
image

About

An app for the Flipper Zero that lets you control Spotify playback using the Flipper Zero and WiFi Devboard

License:MIT License


Languages

Language:C 100.0%