-
Notifications
You must be signed in to change notification settings - Fork 1
Wireless
Jacob Oursland edited this page Oct 2, 2015
·
12 revisions
Wireless instructions here: http://weworkweplay.com/play/automatically-connect-a-raspberry-pi-to-a-wifi-network/
Wireless instructions here: https://www.youtube.com/watch?v=UGuJrHVd8s8
Performance was fine with my network, but could be problematic in a noisy environment.
Summary:
wpa_cli
scan
scan_results
add_network
set_network 0 ssid "YOUR_SSID"
set_network 0 psk "NETWORK_PSK"
enable_network 0
save_config
quit
Will persist across reboots
If the network does not have a password, use this:
set_network 0 key_mgmt NONE
instead of setting the psk.