Software for Trypdeck, an interactive sculpture. This project is designed to compile and run on a raspberry pi zero w 2
• navigate to the desired folder and in the command line of your raspberry pi enter
$ git clone https://github.com/cosparks/trypdeck.git
$ git pull
• to install project dependencies and disable bluetooth (which opens serial port ttyAM0), navigate to scripts folder and enter
$ sudo ./package-installer.sh
$ sudo ./disable-bluetooth.sh
$ sudo raspi-config
• disable UART console and enable UART pins • enable SPI
• navigate to .../trypdeck/src
folder and enter
$ make trypdeck
$ sudo ./trypdeck
ffmpeg, vlc, pigpio, make