I have a Raspberry Pi 3 B+ and I'm trying to use it to run some servos. I'm brand new to the hardware and networking part of this setup - I only have experience with programming, but not this part.
I want to set up the Raspberry Pi so I can program on it using my laptop.
I'm using this guide. But I'm stuck on the part where I SSH into the Pi.
I flashed the recommended Raspian download + other software to an SD card and inserted it into the Pi. I saved the blank ssh
file to the boot folder, as well as a wpa_supplicant.conf
file that has this inside:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="NETWORK SSID"
psk="YOUR PASSWORD"
key_mgmt=WPA-PSK
}
I found the IP of the Pi by plugging it into my router and using the Fing app to see the IP was 10.10.10.110. When I try to SSH into that address using Putty, it gives me a network error and says the connection timed out.
I try to ping the Pi from my laptop and it says destination host unreachable.
Any ideas?
ssh
file was for. When I search for how to activate SSH, all the guides assume I'm already using a terminal, but I have to SSH into it first before I can use a terminal. – pez Jan 19 '19 at 21:37bootcode.bin
,start.elf
,start_x.elf
etc. are located. That's where I saved thessh
andwpa_supplicant.conf
files, and they're still there after removing the SD card from the Pi and viewing its contents my laptop. – pez Jan 19 '19 at 21:54ssh
andwpa_supplicant
. Witch other software did you flash to the card? – jake Jan 19 '19 at 21:59raspberrypi.local
- assuming you have windows 10 – Jaromanda X Jan 19 '19 at 23:57