Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This git holds documents for creating a raspberry pi-based boombox.
There are two versions of the boombox:
* original (mini boombox) with VFD and IR Remote, no version suffix
* enhanced version (adding LED Music visualizations) denoted by "_v2" suffix
The documents include:
* python scripts
* shell scripts
* arduino sketch
* picture guide to remote control functions
* CorelDraw document for cutting enclosure with laser
For further information and installation instructions:
* See the build blog at:
https://tinyurl.com/mee9dmk
Changes 06-03-2014, bob murphy:
* add rpi_boombox_v2.py
- added pause/play to remote
- changed remote "back" button from redisplay "Now Playing" to toggle LEDs
- added rotary encoder to alter volume
- added GPIO switch to toggle Music LEDs on/off
* add rotary_class.py to control rotary encoder for manual volume
* add rpi_boombox_v2_init.sh
* add arduino sketch for Neopixels and Sure LED Matrix:
boombox_music_visualizer.ino
NOTE: sketch requires library from another repository:
https://github.com/thiseldo/HT1632_LedMatrix
Changes 06-04-2014, bob murphy:
* add boombox_frame_v6_18x24_horizontal.cdr CorelDraw file for laser-cut enclosure
* add Remote Guide for original (mini) boom box (.png)
* add Remote Guide for boombox V2 (.png)