Skip to content

Physical user interface for Volumio music player: 256x64 OLED display + 2x rotary encoder

License

Notifications You must be signed in to change notification settings

diehardsk/Volumio-OledUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volumio-OledUI

Whole project is designed for playback of internet radio streaming, nevertheless you can access some other media as well. User interface allows you to control volume, queue position, load playlist file or music from Media Library, turn power off/on.

hardware

  • Raspberry Pi 2B/3B with Volumio2 image
  • 3.2" 256x64 Pixels 4-wire SPI OLED Display with SSD1322 controller IC (e.g. ER-OLEDM032-1W)
  • Two rotary encoders with pushbutton; 20 cycles per revolution
  • Optional PCM5102 DAC

Picture

It's highly recommended to use pull-up resistors and debounce filter caps for rotary encoders.

dependencies

install

enable SPI bus by adding

dtparam=spi=on

to /boot/userconfig.txt

installation steps

sudo apt-get update
sudo apt-get install -y python-dev python-pip libfreetype6-dev libjpeg-dev build-essential python-rpi.gpio
sudo pip install --upgrade pip wheel
sudo pip install --upgrade setuptools
sudo pip install --upgrade socketIO-client luma.core==1.8.3 luma.oled==3.1.0
git clone https://github.com/diehardsk/Volumio-OledUI.git
chmod +x ~/Volumio-OledUI/oledui.py
sudo cp ~/Volumio-OledUI/oledui.service /lib/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable oledui.service
reboot

how to check the logs

sudo journalctl -fu oledui.service

Do not expect everything to work perfectly on your setup. You may run into problems which you need to solve by yourself. There's no support hotline. ;-)

About

Physical user interface for Volumio music player: 256x64 OLED display + 2x rotary encoder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages