You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to make a player where I can use NFC cards to start playing Spotify albums. I've previously used a Raspberry pi for this, but would love to use an ESP32 board so it'll boot a bit faster. Could you give some suggestions on how to make cspot work as a standalone player?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
cspot allows for ESP32 to be a Spotify Connect device.
check out this repo ( also visit their youtube channel for walkthrough)
It uses amazon echo dot as Spotify Connect device and the esp32 to read the NFC. https://github.com/makeratplay/esp32SpotifyEchoDot
instead of using the echo dot as spotify connect, you would use the device running cspot instead.
The repo is with arduino but is simple enough and can be ported to esp-idf framework.
I'd like to make a player where I can use NFC cards to start playing Spotify albums. I've previously used a Raspberry pi for this, but would love to use an ESP32 board so it'll boot a bit faster. Could you give some suggestions on how to make cspot work as a standalone player?
Thanks in advance!
The text was updated successfully, but these errors were encountered: