Browse Source

remove notes

master
Andreas Demmelbauer 5 years ago
parent
commit
cd5f5a614b
1 changed files with 0 additions and 47 deletions
  1. +0
    -47
      notes.md

+ 0
- 47
notes.md View File

@@ -1,47 +0,0 @@
Discobert is a multimedial toilet experience device


## Install

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
```


### DMX not working?
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
```

Loading…
Cancel
Save