9
0
Fork 0
Ir para arquivo
Michael 9354100bbb Merge branch 'master' of https://git.un-hack-bar.de/UNHB/world-o-techno
pulling.
2019-09-20 23:15:06 +02:00
custom_wav Tune ohne GPS Satteliten verändert. 2019-09-04 22:55:40 +02:00
gps just getting started 2015-08-02 20:34:51 +00:00
.gitignore Initial commit 2015-08-02 21:26:51 +01:00
LICENSE Initial commit 2015-08-02 21:26:51 +01:00
README.md fixing readme 2015-08-16 09:42:42 +00:00
startup.sh Wartezeit erhöht 2019-09-05 18:12:56 +00:00
world-o-techno.rb Increased Volume of beeps while waiting 4 gps signal 2019-09-20 22:39:38 +02:00

README.md

world-o-techno

Location-based techno with Sonic Pi and gpsd, for Bristol Mini Maker Faire 2015

See http://www.jarkman.co.uk/catalog/robots/worldotechno.htm for hardware details

Getting started:

Check this repository out into /home/pi

Install gpsd (thanks to http://blog.retep.org/2012/06/18/getting-gps-to-work-on-a-raspberry-pi/) with

pi@raspberrypi:~$ sudo apt-get install gpsd gpsd-clients python-gps

and start it with

pi@raspberrypi:~$ sudo gpsd /dev/ttyUSB0 -F /var/run/gpsd.sock

Check your GPS works with

pi@raspberrypi:~$ cgps -s

Install sonic-pi-cli to give Sonic Pi a command line (via https://github.com/Widdershin/sonic-pi-cli)

pi@raspberrypi:~$ gem install sonic-pi-cli

Autostart

Make your pi start Sonic Pi and play our script when the Pi boots boot (thanks to https://rbnrpi.wordpress.com/autoboot-for-telegram-and-sonic-pi-jukebox/)

pi@raspberrypi:~$ sudo vi /etc/xdg/lxsession/LXDE-pi/autostart

and add these lines at the end:

@sonic-pi
lxterminal --command "/home/pi/world-o-techno/startup.sh"

Now reboot your Pi and see if it works.