Knobby is the remote control made for discovering music and rediscovering your own collection; your one-click cure for musical boredom.
- Spin and explore 6,000+ microgenre and country playlists from everynoise.com
- Or hold the knob to randomize — put all of Spotify on shuffle!
- Enjoy fast access to your own playlists and liked songs
- See what's playing and control playback on any Spotify Connect device
Always ready, free from distractions, and designed to be shared: Knobby is the perfect partner to any smart speaker. Show off your meticulously curated collection in your home, or pass it around a party and let your guests take control.
Knobby’s minimal design is easy to build and customize, with open source firmware based on the Arduino framework. The 3D printed enclosure is designed around a common ESP32 development board and a single rotary encoder. You can buy one from me to support this project, or build one yourself.
knobby.mp4
- Hackaday: Small Spotify Remote Broadens Musical Horizons
- Hackster: Knobby Is a Unique Handheld Remote That Controls Spotify Connect Devices
- Tindie Blog: Knobby! Explore Music in a New Way
- Turn the knob to navigate between menu items.
- Click the knob to select or play something.
- Push in and rotate the knob to switch menus.
- Hold the knob for couple seconds for a random genre, country, or playlist from the last open menu.
- Keep holding the knob until the progress bar reaches the end to play immediately.
- Release the knob before the progress bar reaches the end to keep browsing.
- When browsing genres, double click the knob to switch sort modes: name (the default alphabetical order), suffix, ambience, modernity, and popularity.
- When playing something, double click the knob to skip to the next track.
- Spotify Premium is required — Knobby will not function properly on a free account.
- An always-on playback Spotify Connect device is highly recommended. Knobby can control any Spotify app or device, but a smart speaker or home audio system usually works best. If using a mobile app or some devices such as Chromecast, playback must be started before it can be controlled though Knobby.
- LilyGO TTGO T-Display ESP32 board with ST7789 240x135 display
- Bourns PEC11R-4215F-S0024 rotary encoder
- MakerFocus 1100mAh LiPo battery
- 3D printed case and knob
Or, install the firmware on another supported ESP32 development board:
- Connect the rotary encoder A and B pins to GPIO pins 12 and 13.
- Connect one pole of the switch to GPIO pin 15.
- Connect other pole of the switch and the encoder’s remaining middle pin to ground.
The Knobby setup tool can flash the latest firmware and configure wifi credentials over USB (requires Google Chrome or Microsoft Edge for Web Serial API support).
Alternatively, you can download the latest release and flash it yourself. You will need to have Python and esptool.py installed. With the USB cable connected, run the flash script in the directory of the extracted firmware zip:
- on Linux or Mac:
./flash.sh
- on Windows:
flash.bat
Additional configuration is available at http://knobby.local after knobby is connected to your network. From this page, you can change hardware settings or apply a manual firmware update.
You'll need the device password for this, which is randomly generated on first boot if not configured in data.json
. You can see the configured password in the serial console output over USB, or by double-clicking the knob on the settings > about screen.
You may need to adjust the pin assignments or pulse count to work with different hardware. If you find that the knob must be turned two clicks to move one item through the menu, try changing the pulse count from 4
to 2
. The scroll direction can be also reversed by swapping the A and B pins.
These settings can be changed from the web configuration page, or also by editing data/data.json
when setting up a device for the first time (see below).
- Edit
data/data.json
and update the configuration if necessary. - Build and upload with PlatformIO:
pio run && pio run --target upload && pio run --target uploadfs
If data.json is not configured or there is a problem connecting to your network, knobby will enter configuration mode. Join the temporary wifi network displayed on screen and wait for the configuration portal to appear or visit http://192.168.4.1. Enter your wifi network information, then switch back to your normal wifi network and visit http://knobby.local to continue.
All code is released under the MIT license. The case design is released under the CC-BY-NC 4.0 license.
- Spotify playlists and inspiration from Glenn McDonald's wonderful Every Noise at Once.
- Icons from Google Material and Typicons.