Skip to content

Instantly share code, notes, and snippets.

@dade80vr
Created August 29, 2019 22:03
Show Gist options
  • Save dade80vr/059b1cffd0af9a939ea7b337ea0c7fc2 to your computer and use it in GitHub Desktop.
Save dade80vr/059b1cffd0af9a939ea7b337ea0c7fc2 to your computer and use it in GitHub Desktop.
wpa_supplicant.conf example file for Raspberry Raspbian Buster and older
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="<your_wifi_SSID>"
psk="<your_wifi_password>"
key_mgmt=WPA-PSK
}
@dade80vr
Copy link
Author

Remember that actual Raspberrys work only with 2,4GHz Wi-Fi ! 5,0GHz network are not supported

@Grmfly
Copy link

Grmfly commented May 17, 2024

Rpi zero 2 w wifi problem it seems I can't connect to my wifi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment