Embedded Platforms for Art - Raspberry Pi for Media Artists

Images

Image Brennen

Handouts

KODI (XBMC)

Shell

Static IP Address

SSH

VNC

FTP

with sftp and the “IP-Address” up- and download files.
https://cyberduck.io/
https://filezilla-project.org/


OMX Player

http://omxplayer.sconde.net/
http://elinux.org/Omxplayer
Pyomxplayer
http://embedded-artist.net/doku.php?id=python_omxplayer pyomxplayer.py.tar

 $ sudo apt-get install libpcre3 fonts-freefont-ttf python-pexpect
 $ wget http://dernulleffekt.de/programme/pyomxplayer.py.tar
 $ tar -xvf pyomxplayer.py.tar
 $ sudo chmod 755 pyomxplayer.py
 $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages

RaspiCam

GPIO

Low Level Peripherals
GPIO pinout-diagram

GPIO Board:


GPIO Board

Schaltungen:
Der Widerstand ist 68 Ohm.


Programme:
gpio_test_programme.tar.gz
shutdownbutton.tar.gz


Python

Pure Data

pure data:

  $ sudo apt-get install puredata

pd-extended:
http://embedded-artist.net/doku.php?id=image_modifikations#pd-extended

http://puredata.info/
http://puredata.info/docs/raspberry-pi
Pduino:
Arduino & PD
pduino-0.5.zip

$ cd pd-sketchbook/
$ wget http://dernulleffekt.de/programme/Pduino-0.5.tar.gz
$ tar -xvf Pduino-0.5.tar.gz

Manuals:
Programming Electronic Music in Pd - Johannes Kreidler
Pure Data Flossmanual
http://puredata.info/docs/manuals
Example:
amenbreak.zip


Processing

https://processing.org/
https://github.com/processing/processing/wiki/Raspberry-Pi

 $ curl https://processing.org/download/install-arm.sh | sudo sh
 

—-

SuperCollider