LightshowPi: Difference between revisions

From Hurlster Wiki
Jump to navigation Jump to search
(Created page with " https://bitbucket.org/tom_slick/lightshowpi/overview To install cd ~ git clone https://tom_slick@bitbucket.org/tom_slick/lightshowpi.git cd lighshowpi git fetch && git...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
  sudo chmod 755 install.sh
  sudo chmod 755 install.sh
  sudo ./install.sh
  sudo ./install.sh
Edit config/overrides.cfg (RaspberryPi B+ w/ 8port Sainsmart Relay)
gpio_pins = 21,22,23,24,25,27,28,29
pin_modes = onoff
Test
sudo python /home/pi/lightshowpi/py/hardware_controller.py --state=flash
Start WebUI
<strike>pi@raspberrypi~/lightshowpi/py $ sudo python webapp.py 80</strike>
http://rpi-address:8080


RaspberryPi
RaspberryPi


[[Category:Linux]]
[[Category:Linux]]

Latest revision as of 16:34, 30 December 2015

https://bitbucket.org/tom_slick/lightshowpi/overview

To install

cd ~
git clone https://tom_slick@bitbucket.org/tom_slick/lightshowpi.git
cd lighshowpi
git fetch && git checkout Webui_stable
sudo chmod 755 install.sh
sudo ./install.sh

Edit config/overrides.cfg (RaspberryPi B+ w/ 8port Sainsmart Relay)

gpio_pins = 21,22,23,24,25,27,28,29
pin_modes = onoff

Test

sudo python /home/pi/lightshowpi/py/hardware_controller.py --state=flash

Start WebUI

pi@raspberrypi~/lightshowpi/py $ sudo python webapp.py 80
http://rpi-address:8080

RaspberryPi