Skip to content

Display current Spotify album on an ESP32 board with LED matrix.

Notifications You must be signed in to change notification settings

dylduhamel/spotify_esp32_led_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Spotify LED Matrix Display

Overview

This program is designed to interface with the Spotify API to fetch song information and display it on a 64x64 pixel LED matrix using an ESP32-Trinity board. It's compatible with ESP32 microcontrollers and most LED matrix boards. A fun way to visualize your music.

Project Showcase

Project Image

Spotify Account Setup

To use this program, you need to set up a Spotify Developer account and create an application. This can be done with the following steps:

  1. Sign in to the Spotify Developer Dashboard.
  2. Create a new application (name it as you prefer).
  3. Note down the "client ID" and "client secret" from your application page.

Getting Your Refresh Token

Spotify's Authentication flow requires a webserver to complete, but it's only needed once to obtain your refresh token. This refresh token can then be used in all future sketches for authentication.

ESP32-Trinity & Microcontroller libraries

Thank you to Brian Lough for all of the incredible work with ESP32 Libraries.

About

Display current Spotify album on an ESP32 board with LED matrix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages