Andreas Demmelbauer e6c58d2e5f | 5 years ago | |
---|---|---|
music | 5 years ago | |
project-images | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
apt-installed.list | 5 years ago | |
disco.service | 5 years ago | |
discobert.py | 5 years ago | |
dmxtest.py | 5 years ago | |
lircrc | 5 years ago | |
mpd-test.py | 5 years ago | |
mpd.conf | 5 years ago | |
playmusic.py | 5 years ago | |
requirements.txt | 5 years ago | |
smb.conf | 5 years ago |
Discobert is a multimedial toilet experience device
The Setup is pretty custom. It includes:
Use Debian, install apt dependencies
sudo apt install git samba mpd libttspico-utils python3-pip python3-lirc python3-rpi.gpio
maybe also: wiringpi espeak mpc
Clone this repo
cd /home/pi
git clone https://git.notice.at/redplanet/discobert.git
cd discobert
configure mpd
sudo cp mpd.conf /etc/mpd.conf
configure samba share
sudo cp smb.conf /etc/samba/smb.conf
install pip modules
pip3 install -r requirements.txt
add systemd service
sudo cp disco.service /lib/systemd/system/disco.service
sudo systemctl daemon-reload
Use irrecord
to create a lirc Config file and copy the generated file in /etc/lirc/lircd.conf.d/your-remotes-name.lircd.conf
You can find and edit the used keycodes: ~/discobert/lircrc
download udmx-pyusb:
Clone https://github.com/dhocker/udmx-pyusb
... and add user permissions for udmx device
sudo cp 98-uDMX-usb.rules /etc/udev/rules.d