Dave
First I would recommend adding a blank text file - ssh.txt -? then using putty or what have you on windows or terminal on macs. ssh into the build a pi, run "sudo raspi-config" turn on? VNC in? interfacing options and don't for forget to set VNC resolution in display option ,set it to a higher resolution to make sure you can read it on your remote screen. create a? "wpa_supplicant.conf " put it on the sd card's boot side . I will? add the layout here so you can copy and paste it. Hope this helps..
73,
Bill
N3VMT
?
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
ap_scan=1
fast_reauth=1
country=Us
network={
?? ?ssid="phone hotspot name"
?? ?psk="Phone password here"
?? ?id_str="0"
?? ?priority=99
}
network={
?? ?ssid="Home network"
?? ?psk="home network password"
?? ?id_str="1"
?? ?priority=100
}