Connect to Raspberry Pi no HDMI output
Plug raspberry pi into router in one of the lan plugs using a ethernet cable
Using this tool: https://github.com/thoqbk/pi-oi find the ip of your raspberry pi
Download latest version at: https://raw.githubusercontent.com/thoqbk/pi-oi/master/pi-oi.jar
Run pi-oi using command:
java -jar pi-oi.jar
If that does not work, maybe try another solution from here: https://raspberrypi.stackexchange.com/questions/12440/ssh-into-raspberry-pi-without-knowing-ip-address
ssh into your raspberry pi
For me i needed to activate the wifi. that is done from the terminal using this command:
sudo raspi-config
Now select system options -> wireless lan
put in ssd (wifi name) then password. thats it!
Last updated