Skip to content

minweny/raspberryPiZeroWWifiClientAPMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

raspberryPiZeroWWifiClientAPMode

Raspberry Pi Zero W Wifi Client AP Mode (AP-STA)

[https://github.com/billz/raspap-webgui/wiki/RPi-Zero-W-AP-STA-mode]

connect to your WiFi network in headless mode

[https://github.com/billz/raspap-webgui/wiki/FAQs#how-do-i-prepare-the-sd-card-to-connect-to-wifi-in-headless-mode]

/boot/wpa_supplicant.conf    

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB

network={
    ssid="my_SSID"
    psk="my_PSK"
    key_mgmt=WPA-PSK
}

create ssh in boot folder

About

Raspberry Pi Zero W Wifi Client AP Mode (AP-STA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published