Search found 1 match
- Mon Apr 27, 2020 12:41 am
- Forum: ESP32 Arduino
- Topic: Using MicroPython to stream spotify and output it using I2S
- Replies: 0
- Views: 3934
Using MicroPython to stream spotify and output it using I2S
Hello, I'm in the process of making an RFID juke box, where a user scans a tag (corresponding to an album) and an album is then streamed from spotify. My current plan is to use micropython to stream some audio using this github repo: https://github.com/miketeachman/micropython-esp32-i2s-examples How...