Mikrocontroller

Raspberry Pi, ESP8266, LED Strips

Raspberry PI – WLAN konfiguration

Wie kann man eine WLAN Verbindung unter dem Raspberry Pi konfigurieren? auto lo iface lo inet loopbackiface eth0 inet dhcp allow-hotplug wlan0auto wlan0 iface wlan0 inet dhcpwpa-ssid „ssid“wpa-psk „password“ Quelle:https://learn.adafruit.com/adafruits-raspberry-pi-lesson-3-network-setup/setting-up-wifi-with-occidentalis

Nach oben scrollen