benjamindrussell / esp32-spotify-remote

Firmware for the Flipper Zero WiFi Devboard (ESP32) that talks to the Spotify API and lets you control playback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 Spotify Remote

Firmware for the Flipper Zero WiFi Devboard (ESP32) that talks to Spotify and lets you control playback

Get the Flipper app here

Installation

Currently the only option is to build from source

1. Clone the repo

2. Open in Arduino IDE

3. Go to preferences and add https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json to Additional Boards Manager Urls

image

6. Go to boards manager and add esp32 by Espressif Systems, NOT Arduino ESP32 Boards by Arduino

image

5. Go to library manager and add ArduinoJson

image

6. Edit these 4 lines and add your client_id, client_secret, wifi ssid, and wifi password

image

7. For the official WiFi Devboard select ESP32S2 Dev Module and upload

image

About

Firmware for the Flipper Zero WiFi Devboard (ESP32) that talks to the Spotify API and lets you control playback

License:MIT License


Languages

Language:C++ 90.0%Language:C 10.0%