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
asm:16:workshops:rgb-led-strip-raspberry [2016/05/03 12:08] – [Teilnehmer (max 10)] com2uasm:16:workshops:rgb-led-strip-raspberry [2021/04/18 12:35] (current) – external edit 127.0.0.1
Line 29: Line 29:
  
 *  Die Teilnehmer sollten keine Angst vor Elektronik und dem Programmieren haben. Ansonsten ist das ein Einsteigerlevel. *  Die Teilnehmer sollten keine Angst vor Elektronik und dem Programmieren haben. Ansonsten ist das ein Einsteigerlevel.
 +*  Fragen oder Anmeldung per E-Mail direckt an patrick.hess [ät] com2u.de
  
 === Material für Teilnehmer / Unkosten === Material für Teilnehmer / Unkosten
Line 41: Line 42:
 | ~~=row()~~  | derchris  | LED Stripe, Netzteil, FadeCandy  | | ~~=row()~~  | derchris  | LED Stripe, Netzteil, FadeCandy  |
 | ~~=row()~~  | iomf42    | LED Stripe, Netzteil, FadeCandy  | | ~~=row()~~  | iomf42    | LED Stripe, Netzteil, FadeCandy  |
-| ~~=row()~~ Benno                                      +| ~~=row()~~ b3n       LED Stripe, Netzteil, FadeCandy  
-| ~~=row()~~                                            +| ~~=row()~~ mazzoo    evtl netzteil                    
-| ~~=row()~~                                            +| ~~=row()~~ sumi      LED Stripe, Netzteil, FadeCandy  
-| ~~=row()~~                                            +| ~~=row()~~ hauke     LED Stripe, Netzteil, FadeCandy  
-| ~~=row()~~                                            +| ~~=row()~~ sam       FadeCandy                        
-| ~~=row()~~                                            +| ~~=row()~~ Raipat    Netzteil, FadeCandy              
-| ~~=row()~~                                            +| ~~=row()~~ benny     LED Stripe, Netzteil, FadeCandy  
-| ~~=row()~~                                            |+| ~~=row()~~ stefan    LED Stripe, Netzteil, FadeCandy  |
  
 +=== Weiterführende Workshops
 +[[WS2812:|LED Steuerung WS2812]]
  
-**Install Raspberry Image**+{{:asm:16:workshops:FadeCandy.png?500|}} 
 + 
 + 
 +== Install Raspberry Image
  
 https://www.raspberrypi.org/downloads/raspbian/ (Raspbian Jessie) https://www.raspberrypi.org/downloads/raspbian/ (Raspbian Jessie)
Line 64: Line 70:
 **Check IP address. Go to the router and check out the new IP-Address. ** **Check IP address. Go to the router and check out the new IP-Address. **
  
-Router: 192.168.1.1+  WLAN: NETGEAR 
 +  Router: 192.168.1.1 
 +  User: admin 
 +  Password: password 
 + 
 +http://192.168.1.1/index.htm -> Menu -> Attached Devices 
 + 
 +{{:asm:16:workshops:router.png?200|}} 
 + 
 +{{:asm:16:workshops:ip.png?600|}}
  
-User: admin 
  
-Password: password 
  
-http://192.168.1.1/index.htm -> Menu -> Attached Devices 
  
 Change the name of your Raspberry: http://developpeers.com/blogs/change-the-hostname-of-your-raspberry-pi Change the name of your Raspberry: http://developpeers.com/blogs/change-the-hostname-of-your-raspberry-pi
  
 **Connect to the raspberry**  **Connect to the raspberry** 
-(shell: e.g. via Putty: http://www.putty.org/) 
  
-(file transfer: e.g.WinSCP: https://winscp.net/eng/download.php )+* shell: e.g. via Putty: http://www.putty.org/ 
 +file transfer: e.g. WinSCP: https://winscp.net/eng/download.php 
 +* graphical desktop: e.g. TightVNC http://www.tightvnc.com/download.php
  
-(Graphical desktop: e.g. TightVNC http://www.tightvnc.com/download.php ) 
  
-User: pi +  User: pi 
- +  Password: raspberry 
-Password: raspberry +
  
 **Download Fadecandy ressources:** **Download Fadecandy ressources:**
Line 89: Line 100:
 https://github.com/scanlime/fadecandy  https://github.com/scanlime/fadecandy 
  
-cd /home/pi/+  cd /home/pi/
  
 Recent Raspbian versions have the git tool preinstalled, but for posterity let’s confirm: Recent Raspbian versions have the git tool preinstalled, but for posterity let’s confirm:
  
-sudo apt-get -y install git+  sudo apt-get -y install git
  
 Then retrieve the Fadecandy software from Github: Then retrieve the Fadecandy software from Github:
  
-git clone git: / /github.com/scanlime/fadecandy+  git clone https://github.com/scanlime/fadecandy
  
 The package includes a pre-built executable for Raspberry Pi, but it’s built on an older version of Raspbian and won’t work on the current system. Not to worry, a new one can be compiled in just a few steps: The package includes a pre-built executable for Raspberry Pi, but it’s built on an older version of Raspbian and won’t work on the current system. Not to worry, a new one can be compiled in just a few steps:
  
-cd fadecandy/server +  cd fadecandy/server 
- +  make submodules 
-make submodules +  make
- +
-make+
  
 This takes about 10 minutes to complete, depending on your internet connection. Once it’s finished, type: This takes about 10 minutes to complete, depending on your internet connection. Once it’s finished, type:
Line 112: Line 121:
 **Test if the server is working:** **Test if the server is working:**
  
-sudo ./fcserver+  sudo ./fcserver
  
 Expected output: Expected output:
  
-[1462207979:8206] NOTICE: Server listening on 127.0.0.1:7890 +  [1462207979:8206] NOTICE: Server listening on 127.0.0.1:7890 
- +  USB device Fadecandy (Serial# OWAWFXJJYCVPZLIJ, Version 1.07) attached.
-USB device Fadecandy (Serial# OWAWFXJJYCVPZLIJ, Version 1.07) attached.+
  
 Open in the Browser: http://localhost:7890 Open in the Browser: http://localhost:7890
Line 124: Line 132:
 **Start the first simple program** **Start the first simple program**
  
-cd /home/pi/fadecandy/examples/python/+  cd /home/pi/fadecandy/examples/python/ 
 +  python burnin.py 
 +  python chase.py 
 +  python solid-white.py 
 +  python strobe.py 
 +  python crosstalk-test.py
  
-python burnin.py 
  
-python chase.py+**Install VNC server:**
  
-python solid-white.py +* http://jankarres.de/2012/08/raspberry-pi-vnc-server-installieren/
- +
-python strobe.py +
- +
-python crosstalk-test.py +
- +
- +
-**nstall VNC server:** +
- +
-http://jankarres.de/2012/08/raspberry-pi-vnc-server-installieren/+
  
 **Expand file system:** **Expand file system:**
  
-Sudo raspi-config +  sudo raspi-config 
- +  ->  'expand-rootfs 
- ->  'expand-rootfs +  sudo mv fcserver /usr/local/bin
- +
-sudo mv fcserver /usr/local/bin+
  
 To make the fcserver program start automatically when the system boots: To make the fcserver program start automatically when the system boots:
  
-sudo nano /etc/rc.local+  sudo nano /etc/rc.local
  
  
 **JAVA** **JAVA**
  
-sudo apt-get install openjdk-7-jdk +  sudo apt-get install openjdk-7-jdk 
- +  javac pathAndFilename.java 
-javac pathAndFilename.java +  java pathAndFilename 
- +  java -jar pathAndFilename.jar
-java pathAndFilename +
- +
-java -jar pathAndFilename.jar+
  
 +**ESP8266 Workshop**
  
 +http://dangerousprototypes.com/forum/viewtopic.php?f=56&t=7026
  
  
  • asm/16/workshops/rgb-led-strip-raspberry.1462277313.txt.gz
  • Last modified: 2021/04/18 12:32
  • (external edit)