Answers for "set up raspberry pi headless"

0

raspberry pi headless

create a file in the root folder of the sd card ("boot") called 
wpa_supplicant.conf
add scan_ssid=1 if connecting to hidden network
===========contents of file:=================
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>

network={
 ssid="<Name of your wireless LAN>"
 psk="<Password for your wireless LAN>"
}
Posted by: Guest on March-20-2021
2

raspberry pi wifi headless

DONT FORGET TO ADD AN EMPTY ssh FILE TO THE BOOT!!
Posted by: Guest on June-21-2021

Browse Popular Code Answers by Language