chibberd / remote_camera

0 stars 0 forks source link

Enable ssh and wireless #2

Closed chibberd closed 5 years ago

chibberd commented 5 years ago

https://www.raspberrypi.org/forums/viewtopic.php?t=191252

Add empty file 'ssh' to boot partition.

Add file wpa_supplicant.conf to boot partition and paste in:

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

network={ ssid="your_real_wifi_ssid" scan_ssid=1 psk="your_real_password" key_mgmt=WPA-PSK }

chibberd commented 5 years ago

Include the quotes: https://www.raspberrypi-spy.co.uk/2017/04/manually-setting-up-pi-wifi-using-wpa_supplicant-conf/