how to find ip address of raspberry pi code example
Example 1: get ip of raspberry pi
hostname -I
Example 2: ping raspberry pi
ping raspberrypi.local
Example 3: find ip address rpi with nmap
nmap -sV -p 22 192.168.1.0/24
hostname -I
ping raspberrypi.local
nmap -sV -p 22 192.168.1.0/24