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
Last revision Both sides next revision
raspberry:videolooper [2021/05/31 18:18]
admin [Software]
raspberry:videolooper [2021/06/07 17:53]
admin [all in one USB cable]
Line 44: Line 44:
   # start LEDs blinking   # start LEDs blinking
   printf "start to blink an LED on GPIO 27\n"   printf "start to blink an LED on GPIO 27\n"
-  /home/pi/paper-duino-pi/blink_02.py &+  /home/pi/python/blink_02.py & 
 +e.g.: 
 +   $ wget http://www.dernulleffekt.de/programme/blink_02.py.tar 
 +   $ tar xf blink_02.py.tar 
 +   $ sudo chown root:root blink_02.py 
 +   $ sudo chmod 755 blink_02.py
  
 And to start the omxplayer add that: And to start the omxplayer add that:
Line 56: Line 61:
  
  
 +
 +----
 +==== all in one USB cable ====
 +
 +To power and simultaneously connect an USB hub to the Raspberry Pi Zero with just a single USB cable one needs an [[https://en.wikipedia.org/wiki/USB_On-The-Go|USB-OTG]] cable.\\
 +
 +
 +An other possibility would be this [[raspberry:pi_zero_usb-otg|Pi Zero USB-OTG Hack]].\\
 +
 +{{:raspberry:usb-osg_on_zero_01.jpg?400|}}\\
 +
 +----
 +==== SSH over USB====
 +
 +[[raspberry:zero_over_usb|Connect a Raspberry Pi Zero over USB]]
  
 ---- ----