Is there a way to create an easy way to setup the Wifi without a keyboard and monitor?
Maybe bluetooth?
Any thoughts or ideas are welcome.
Thanks.
Code: Select all
country=us
update_config=1
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="your ssid here"
psk="your password here"
}
Yes I was thinking of pre setting them up, but then I thought if they change it it would stop working.HawaiianPi wrote: ↑Tue Jun 16, 2020 6:54 pmThe "boot" partition is readable from a Windows or Mac OS computer, and wpa_supplicant.conf is a simple text file. It shouldn't be too difficult for your friends to edit. The other option is to get their WiFi info and pre-configure the file yourself (assuming they trust you with that info).
Ive decided to try it this way until I can find a better solution.HawaiianPi wrote: ↑Tue Jun 16, 2020 6:54 pmThe "boot" partition is readable from a Windows or Mac OS computer, and wpa_supplicant.conf is a simple text file. It shouldn't be too difficult for your friends to edit. The other option is to get their WiFi info and pre-configure the file yourself (assuming they trust you with that info).
Ah thank you thats good to know!HawaiianPi wrote: ↑Tue Jun 16, 2020 10:35 pmNote that the in-use location for the file is /etc/wpa_supplicant/wpa_supplicant.conf and Raspbian will automatically move it from the "boot" partition to that location and use it. That's how WiFi info could be updated after a change as well (a new one in "boot" will replace any previous one in /etc/wpa_supplicant/).