Skip to content

Raspberry Pi WiFi

Jesper Bagge edited this page Nov 22, 2018 · 1 revision

Setting up WiFi on your Raspberry Pi

WiFi is configured in the file wpa-supplicant

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

It should look something like this:

network={
    ssid="testing"
    psk="testingPassword"
}
Clone this wiki locally