Skip to content

Instantly share code, notes, and snippets.

@vaibhavpandeyvpz
Created May 25, 2019 04:08
Show Gist options
  • Save vaibhavpandeyvpz/b80298ce7912afb6d3388220b5f32410 to your computer and use it in GitHub Desktop.
Save vaibhavpandeyvpz/b80298ce7912afb6d3388220b5f32410 to your computer and use it in GitHub Desktop.
Headless Connection To Raspberry Pi Zero W w/o Screen/HDMI
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=IN
network={
ssid="VPZ"
psk="SecretWifiPassword"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment