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
embedded_art_system [2017/09/02 19:36]
admin [WLAN]
embedded_art_system [2017/09/13 18:08] (current)
admin [Miscellaneous]
Line 8: Line 8:
  
 ---- ----
-==== Raspberry Pi Image ====+==== Embedded Artist Image ====
 How to make an Embedded Artist Image ...\\ How to make an Embedded Artist Image ...\\
 ... based on Raspbian Wheezy 2014-09-09:\\ ... based on Raspbian Wheezy 2014-09-09:\\
Line 17: Line 17:
 [[https://www.raspberrypi.org/downloads/raspbian/]]\\ [[https://www.raspberrypi.org/downloads/raspbian/]]\\
  
----- +=== Program ===
-==== Program ====+
 All the code one need for the EAS:\\ All the code one need for the EAS:\\
 [[Program]] [[Program]]
  
----- +=== Directories ===
-==== Directories ====+
 [[Directories]] [[Directories]]
  
----- +=== OSC Protocol ===
-==== OSC Protocol ====+
 [[OSC communication protocol]] [[OSC communication protocol]]
  
----- +=== Duino-Pi Protokol ===
-==== Duino-Pi Protokol ====+
 [[Duino-Pi Protokol]] [[Duino-Pi Protokol]]
  
Line 83: Line 79:
 ---- ----
 ==== WLAN ==== ==== WLAN ====
-[[https://linuxundich.de/raspberry-pi/drei-wege-das-wlan-auf-einem-raspberry-pi-einzurichten/]]\\+[[wireless|WLAN]]\\ 
 + 
 +---- 
 +==== Py Live Cam ==== 
 +Setup for a Raspberry Pi live camera with Python.\\ 
 +[[live_cam|Py Live Cam]] 
 + 
 +---- 
 +==== Web Cam ==== 
 +[[webcam|Web Cam]]
  
-Update 
-  $ sudo apt update 
-  $ sudo apt full-upgrade 
-  $ sudo reboot 
-Find the wireless adapter 
-  $ iwlist scan 
-  wlan0     No scan results 
-  lo        Interface doesn't support scanning. 
-  eth0      Interface doesn't support scanning. 
-Scan for networks 
-  $ sudo iwlist wlan0 scan | egrep "(ESSID|IEEE)" 
-    ESSID:"mywireless" 
-    IE: IEEE 802.11i/WPA2 Version 1 
-    ESSID:"theothernetwork" 
-    IE: IEEE 802.11i/WPA2 Version 1 
 ---- ----
 ==== Miscellaneous ==== ==== Miscellaneous ====
 [[GitHub Manual]]\\ [[GitHub Manual]]\\
-[[Change User]]\\ +[[change_user|Change the User]]\\ 
-[[Stop Blanking]]\\+[[stop_blanking|Blanking]]\\
 [[Recover the Password]]\\ [[Recover the Password]]\\