esp32-ssd1306-spotify/readme.md
2024-05-02 20:27:37 -07:00

717 B

esp32-ssd1306-spotify

uses the SpotifyArduino.h library and the spotify api to show the currently playing song on a 128x64 pixel display

libraries req'd

  • include <Wire.h>
  • include <Adafruit_GFX.h>
  • include <Adafruit_SSD1306.h>
  • include <WiFi.h>
  • include <WiFiClientSecure.h>
  • include <SpotifyArduinoCert.h>
  • include <SpotifyArduino.h>
  • include <ArduinoJson.h>
  • i got lazy doing this so just check main.ino

visual representations, please

ok esp32 on breadboard connected to ssd1306 oled display check out a video demo here