Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
raspberry-udk_ss2016:material [2016/06/25 10:14]
admin [SSH:]
raspberry-udk_ss2016:material [2016/07/08 01:16]
admin [Python]
Line 9: Line 9:
  
 ---- ----
-==== Images====+==== Images ====
 [[http://www.raspberrypi.org/downloads|Raspbian]]\\ [[http://www.raspberrypi.org/downloads|Raspbian]]\\
 [[https://ccrma.stanford.edu/~eberdahl/Satellite/|Satellite CCRMA]]\\ [[https://ccrma.stanford.edu/~eberdahl/Satellite/|Satellite CCRMA]]\\
Line 15: Line 15:
  
 ---- ----
-==== Image Brennen====+==== Image Brennen ====
 [[http://www.raspberrypi.org/documentation/installation/installing-images/README.md]]\\ [[http://www.raspberrypi.org/documentation/installation/installing-images/README.md]]\\
 [[http://elinux.org/RPi_Easy_SD_Card_Setup]]\\ [[http://elinux.org/RPi_Easy_SD_Card_Setup]]\\
Line 30: Line 30:
  
 ---- ----
-==== Handouts====+==== Handouts ====
 {{:raspberry-udk_ss2016:embedded_platforms_for_art_-_raspberry_pi_for_media_artists_handout_udk-ss2016_tag1.pdf|Handout Tag01}}\\ {{:raspberry-udk_ss2016:embedded_platforms_for_art_-_raspberry_pi_for_media_artists_handout_udk-ss2016_tag1.pdf|Handout Tag01}}\\
 {{: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_tag2.pdf|Handout Tag 02}}\\
  
 ---- ----
-==== KODI (XBMC)====+==== KODI (XBMC) ====
 [[http://wiki.xbmc.org/?title=Raspberry_Pi]]\\ [[http://wiki.xbmc.org/?title=Raspberry_Pi]]\\
 [[http://www.raspbmc.com/]] [[http://www.raspbmc.com/]]
  
 ---- ----
-==== Shell====+==== Shell ====
 {{:raspberry-udk_ss2016:unix-refcard.pdf|}}\\ {{:raspberry-udk_ss2016:unix-refcard.pdf|}}\\
 [[http://wiki.ubuntuusers.de/Shell/Einf%C3%BChrung]]\\ [[http://wiki.ubuntuusers.de/Shell/Einf%C3%BChrung]]\\
Line 46: Line 46:
  
 ---- ----
-==== SSH: ==== +==== Static IP Address ====
-Win:\\ +
-[[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]] +
-[[http://alexcappiello.com/15122-f12/win-ssh.php|X-forwarding on Windows]]\\ +
-Static IP Address:\\+
 <del>[[http://embeddedartist.dernulleffekt.de/doku.php?id=ip_and_network]]\\</del> <del>[[http://embeddedartist.dernulleffekt.de/doku.php?id=ip_and_network]]\\</del>
 [[raspberry-udk_ss2016:interfaces|Static IP Address]]\\ [[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/]]\\
  
 ---- ----
Line 65: Line 69:
  
 ---- ----
-==== FTP====+==== FTP ====
 with sftp and the "IP-Address" up- and download files.\\ with sftp and the "IP-Address" up- and download files.\\
 [[https://cyberduck.io/]]\\ [[https://cyberduck.io/]]\\
Line 71: Line 75:
  
 ---- ----
-==== OMX Player====+==== OMX Player ====
 [[http://omxplayer.sconde.net/]]\\ [[http://omxplayer.sconde.net/]]\\
 [[http://elinux.org/Omxplayer]]\\ [[http://elinux.org/Omxplayer]]\\
 **Pyomxplayer**\\ **Pyomxplayer**\\
 [[http://embedded-artist.net/doku.php?id=python_omxplayer]] [[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====+==== RaspiCam ====
 [[http://www.raspberrypi.org/documentation/raspbian/applications/camera.md]]\\ [[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/raspivid.md]]\\
Line 87: Line 97:
  
 ---- ----
-==== GPIO====+==== GPIO ====
  
 [[http://elinux.org/Rpi_Low-level_peripherals|Low Level Peripherals]]\\ [[http://elinux.org/Rpi_Low-level_peripherals|Low Level Peripherals]]\\
Line 110: Line 120:
 [[https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf|Python 3 Cheat Sheet]]\\ [[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]]\\ [[https://www.raspberrypi.org/magpi/issues/essentials-games-vol1/|Make Games with Python]]\\
 +**GPIO**\\
 +[[https://pypi.python.org/pypi/RPi.GPIO]]\\
 **picamera:**\\ **picamera:**\\
 [[http://picamera.readthedocs.org/en/release-1.4/]]\\ [[http://picamera.readthedocs.org/en/release-1.4/]]\\
Line 123: Line 135:
  
 ---- ----
-==== Pure Data====+==== Pure Data ====
 pure data:\\ pure data:\\
     $ sudo apt-get install puredata     $ sudo apt-get install puredata
Line 135: Line 147:
 {{:raspberry-udk_ss2016:pduino-0.5.zip|}}\\ {{:raspberry-udk_ss2016:pduino-0.5.zip|}}\\
 Manuals:\\ Manuals:\\
-[[http://www.pd-tutorial.com/german/]]\\ +[[http://www.pd-tutorial.com/|Programming Electronic Music in Pd - Johannes Kreidler]]\\ 
-[[https://flossmanuals.net/puredata/]]\\+[[http://en.flossmanuals.net/puredata/|Pure Data Flossmanual]]\\
 [[http://puredata.info/docs/manuals]]\\ [[http://puredata.info/docs/manuals]]\\
 Example:\\ Example:\\
Line 154: Line 166:
  
 ---- ----
-==== Links====+==== Links ====
 The MagPi:\\ The MagPi:\\
 [[https://www.raspberrypi.org/magpi/]] [[https://www.raspberrypi.org/magpi/]]