ESP32
Raspberry Pi
Networking
Use
ifconfig
then
wlan0
to find MAC address (right after
ether
) and IP. Other options include:
ip a
to find the IP
use
arp-scan
to scan all IP under the current network (sudo installation required)