===== Embedded Platforms for Art - Raspberry Pi for Media Artists ===== [[raspberry-udk_ss2016:details|Daten & Infos]] {{:raspberry-udk_ss2016:raspberry_pi_3709.jpg?400|}}\\ [[http://www.raspberrypi.org/]]\\ [[http://www.raspbian.org/]]\\ [[http://elinux.org/RaspberryPiBoard]]\\ ---- ==== Images ==== [[http://www.raspberrypi.org/downloads|Raspbian]]\\ [[https://ccrma.stanford.edu/~eberdahl/Satellite/|Satellite CCRMA]]\\ [[https://osmc.tv/|OSMC]] ---- ==== Image Brennen ==== [[http://www.raspberrypi.org/documentation/installation/installing-images/README.md]]\\ [[http://elinux.org/RPi_Easy_SD_Card_Setup]]\\ [[https://www.sdcard.org/downloads/formatter_4/index.html|Format SD Card]]\\ Windows:\\ [[http://sourceforge.net/projects/win32diskimager/]]\\ [[http://odin-win.sourceforge.net/]]\\ Linux:\\ [[http://en.wikipedia.org/wiki/Dd_%28Unix%29|dd]]\\ Mac:\\ [[http://alltheware.wordpress.com/2012/12/11/easiest-way-sd-card-setup/|SD card setup]]\\ [[http://ivanx.com/raspberrypi/|Pi Filler]] ---- ==== Handouts ==== {{:raspberry-udk_ss2016:embedded_platforms_for_art_-_raspberry_pi_for_media_artists_handout_udk-ss2016_tag1.pdf|Handout Tag 01}}\\ {{:raspberry-udk_ss2016:embedded_platforms_for_art_-_raspberry_pi_for_media_artists_handout_udk-ss2016_tag2.pdf|Handout Tag 02}}\\ {{:raspberry-udk_ss2016:embedded_platforms_for_art_-_raspberry_pi_for_media_artists_handout_udk-ss2016_tag3.pdf|Handout Tag 03}}\\ ---- ==== KODI (XBMC) ==== [[http://wiki.xbmc.org/?title=Raspberry_Pi]]\\ [[http://www.raspbmc.com/]] ---- ==== Shell ==== {{:raspberry-udk_ss2016:unix-refcard.pdf|}}\\ [[http://wiki.ubuntuusers.de/Shell/Einf%C3%BChrung]]\\ [[http://www.linux-services.org/shell/]]\\ ---- ==== Static IP Address ==== [[http://embeddedartist.dernulleffekt.de/doku.php?id=ip_and_network]]\\ [[raspberry-udk_ss2016:interfaces|Static IP Address]]\\ ---- ==== SSH ==== Win:\\ [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]]\\ [[http://alexcappiello.com/15122-f12/win-ssh.php|X11-forwarding on Windows]]\\ X11 forwarding on Mac:\\ [[https://www.xquartz.org/]]\\ ---- ==== VNC ==== **VNC server on the Raspberry Pi**\\ [[http://embedded-artist.net/doku.php?id=vnc]]\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/]]\\ **VNC client on the PC**\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/linux.md|Linux]]\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/mac.md|Mac]]\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/windows.md|Win]]\\ ---- ==== 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]] {{:raspberry-udk_ss2016: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 ==== [[http://www.raspberrypi.org/documentation/raspbian/applications/camera.md]]\\ [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md]]\\ [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md]]\\ [[http://www.raspberrypi.org/wp-content/uploads/2013/07/RaspiCam-Documentation.pdf]]\\ **Picamera**\\ [[http://embedded-artist.net/doku.php?id=picamera]]\\ ---- ==== GPIO ==== [[http://elinux.org/Rpi_Low-level_peripherals|Low Level Peripherals]]\\ [[http://www.holzkischtle.de/resources/gpio-pinout-diagram/|GPIO pinout-diagram]]\\ GPIO Board:\\ {{:raspberry-udk_ss2016:paper-duino-pi_0993.jpg?200|}}\\ {{:raspberry-udk_ss2016:raspberry_in_output_board_11.jpg?200|}}\\ [[http://paperpcb.dernulleffekt.de/doku.php?id=raspberry_boards:raspberry_io_board|GPIO Board]] Schaltungen:\\ Der Widerstand ist 68 Ohm.\\ {{:raspberry-udk_ss2016:gpio17-led.jpg?200|}}\\ {{:raspberry-udk_ss2016:gpio22-button.jpg?200|}}\\ Programme:\\ {{:raspberry-udk_ss2016:gpio_test_programme.tar.gz|}}\\ {{:raspberry-udk_ss2016:shutdownbutton.tar.gz|}}\\ ---- ==== Python ==== [[https://www.raspberrypi.org/documentation/usage/python/]]\\ [[https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf|Python 3 Cheat Sheet]]\\ [[https://www.raspberrypi.org/magpi/issues/essentials-games-vol1/|Make Games with Python]]\\ **GPIO**\\ [[https://pypi.python.org/pypi/RPi.GPIO]]\\ **picamera:**\\ [[http://picamera.readthedocs.org/en/release-1.4/]]\\ [[http://embedded-artist.net/doku.php?id=picamera]]\\ **pyomxplayer:**\\ [[http://embedded-artist.net/doku.php?id=python_omxplayer]]\\ **raspberry-gpio-python:**\\ [[http://sourceforge.net/p/raspberry-gpio-python/wiki/Examples/]]\\ **servo:**\\ [[http://kampis-elektroecke.de/?page_id=3066]]\\ [[https://learn.adafruit.com/adafruits-raspberry-pi-lesson-8-using-a-servo-motor/overview]]\\ {{:raspberry-udk_ss2016:servo_test.py.zip|}}\\ ---- ==== 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:\\ [[http://at.or.at/hans/pd/objects.html|Arduino & PD]]\\ {{:raspberry-udk_ss2016: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:\\ [[http://www.pd-tutorial.com/|Programming Electronic Music in Pd - Johannes Kreidler]]\\ [[http://en.flossmanuals.net/puredata/|Pure Data Flossmanual]]\\ [[http://puredata.info/docs/manuals]]\\ Example:\\ {{:raspberry-udk_ss2016: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 ==== [[http://sam.aaron.name/2012/11/02/supercollider-on-pi.html]]\\ [[https://supercollider.github.io/development/building-raspberrypi.html]]\\ ---- ==== Links ==== The MagPi:\\ [[https://www.raspberrypi.org/magpi/]] Elektronikwissen:\\ [[http://www.elektronik-kompendium.de]]\\ Led Vorwiderstand berechnen:\\ [[http://www.spaceflakes.de/led-rechner/]]\\ Datenblätter:\\ [[http://www.datasheetarchive.com]]\\ [[http://www.alldatasheet.com]]\\ Kauf von Raspberry Pis & Bauteilen:\\ Berlin:\\ [[http://www.conrad.de]]\\ [[http://www.segor.de]]\\ [[http://www.sly.de]]\\ [[http://www.tinkersoup.de]]\\ Versand:\\ [[http://www.sparkfun.com]]\\ [[http://www.reichelt.de]]\\ [[http://www.pollin.de/shop]]\\ [[http://www.watterott.com]]\\ [[http://de.rs-online.com/web/home.html]]\\ ----