Quick Wifi Setup Guide - Raspberry Pi 3 Model B - Home Assistant - AutoM8 HD

20.01.2018
This is a quick setup guide to get your Raspberry Pi 3 Model B connected to Wifi to remove the need for cabled networking! Raspberry Pi 3 Model B: http://amzn.to/2Droy1j Short Micro USB Charging Cables http://amzn.to/2Dr8hK1 Raspberry PI 3 Case: http://amzn.to/2DwAq1r Configuration Guide/Code: ---- Get the current network config ---- sudo ifconfig ---- Scan for Wireless Networks ---- sudo iwlist wlan0 scan ---- Edit the Wireless config file ---- sudo nano /etc/wpa_supplicant/wpa_supplicant.conf --- Copy below into wireless config file ---- network={ ssid="YOUR SSID/WIRELESS NAME" psk="YOUR WIFI PASSWORD" } ----Reboot the PI sudo reboot ---- Troubleshoot restarting the wlan interface ---- ---- disable wireless ---- sudo ifdown wlan0 ----enable wireless ---- sudo ifup wlan0

Похожие видео

Показать еще