Raspberry Pi: Alarm-Anlage (Teil 1 von 4)

Favorit
Raspberry Pi: Alarm-Anlage (Teil 1 von 5)

In diesem Video wird gezeigt, wie Sie den Raspberry Pi als Bewegungsmelder einsetzen können.

Vielen Dank für Ihre Unterstützung:
http://www.patreon.com/sempervideo?ty=c
http://amazon.sempervideo.de
https://flattr.com/donation/give/to/sempervideo

http://astore.amazon.de/sempervideo-21?_encoding=UTF8&node=6

etc/network/interfaces

auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

WPA_Supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
ssid=”MEINE-SSID”
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=TKIP
psk=”MeinPasswort”
}

iwlist scanning