FriendlyARM NanoPi NEO Plus2 Handbuch - Seite 10

Blättern Sie online oder laden Sie pdf Handbuch für Hauptplatine FriendlyARM NanoPi NEO Plus2 herunter. FriendlyARM NanoPi NEO Plus2 13 Seiten. Arm board

FriendlyARM NanoPi NEO Plus2 Handbuch
Open the file "/etc/wpa_supplicant/wpa_supplicant.conf" with vi or gedit and append the following lines:
network={
ssid="YourWiFiESSID"
psk="YourWiFiPassword"
}
The "YourWiFiESSID" and "YourWiFiPassword" need to be replaced with your actual ESSID and password.
Save, exit and run the following commands your board will be connected to your specified WiFi:
ifdown wlan0
ifup wlan0
If your WiFi password has special characters or you don't want your password saved as plain text you can use
"wpa_passphrase" to generate a psk for your WiFi password. Here is how you can do it:
wpa_passphrase
YourWiFiESSID
Following the prompt type in your password. If you open the file "/etc/wpa_supplicant/wpa_supplicant.conf" you
will find that your password has been updated and you can delete your clear-text password.
Connect NanoPi NEO Plus2 to USB Camera(FA-CAM202)
The FA-CAM202 is a 2M-pixel USB camera module. Boot your NEO Plus2, connect it to the internet, log in the
system as root, compile and run the mjpg-streamer utility:
10/13