Based around an ESP8266, the goal of the Spotify remote is to control your personal Spotify account through a miniature tabletop device.
The device uses OAuth 2.0, API calls straight to the Spotify servers with no middle-man and displays the song on a 128 by 128 monochrome OLED display.
This project is still a work in progress as issues have occurred with possible improper memory access from the libraries I decided to use. I narrowed the issue down to the fonts sub-function within the display library but nothing obvious was found, an idea to moving this device to my Home Assistant system is in the works.

Lessons Learnt