| @@ -1,5 +1,20 @@ | |||||
| Discobert is a multimedial toilet experience device | Discobert is a multimedial toilet experience device | ||||
| The Setup is pretty custom. It includes: | |||||
| * Raspberry Pi | |||||
| * Relay Board for switching 220V Devices | |||||
| * Relay #1: | |||||
| * Light Bulb | |||||
| * Relay #3: | |||||
| * DMX Light | |||||
| * Disco Ball + Motor | |||||
| * PIR sensor | |||||
| * Door open/closed Sensor | |||||
| * IR Receiver | |||||
| * USB to DMX (Anyma uDMX interface) | |||||
| * A random DMX Spot | |||||
| * A random remote | |||||
| ## Install | ## Install | ||||
| @@ -37,6 +52,10 @@ sudo cp disco.service /lib/systemd/system/disco.service | |||||
| sudo systemctl daemon-reload | sudo systemctl daemon-reload | ||||
| ``` | ``` | ||||
| ### Setting up a random remote | |||||
| 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` | |||||
| ### DMX not working? | ### DMX not working? | ||||
| download udmx-pyusb: | download udmx-pyusb: | ||||