Pi Wall Official Docs http://piwall.co.uk/
Google Groups Support Forum https://groups.google.com/forum/?hl=en-GB#!forum/piwall-users
Matthew Epler's Pi Wall Tutorial http://matthewepler.github.io/2016/01/05/piwall.html
- Raspberry Pis
- Monitors and HDMI cables
- Ethernet Switch (D-link for maker hub-- b/c it works)
- Mounting hardware?
Google Slides URL https://docs.google.com/presentation/d/1myFOl4jbru_muShOQTJg2CYzb3ZMEWcTkCiGhK4sLzY/edit#slide=id.p
- Install raspbian and update distribution
# Update Raspbian Distro
sudo apt-get update
- Download and install piwall and pwomxplayer
# Install piwall
sudo dpkg -i /home/pi/piwall.deb
# Install pwomxplayer
sudo dpkg -i /home/pi/pwomxplayer.deb
sudo apt-get install libgtk-3-dev
sudo apt-get install libgtk-3-dev --fix-missing
- Configure network settings
# Create config files
touch ~/.piwall
touch ~/.pitile
- Setup monitors in semi-permanent arrangement
- Configure .piwall and .pitile files to reflect position and air gaps.
- Run test broadcasts over UDP w/sample video file to demo concept proof.
- Develop auto-run and video loop scripts
- Package everything into an auto-install script