This guide will have you connecting to your device without going through your local network.

You may need to use an adapter if your computer doesn't have an Ethernet port.
cmd into the Windows search bar.ssh pi@edgepi-<serial-number>.local to securely connect to your device.The serial number can be found on the back of the device.

3. Enter your device's password as prompted (default is 'pi').
4. Now that you're connected, run the ifconfig command to access your device's connection settings.
5. Locate the inet address within ETH0.

sudo raspi-config.
System Options by pressing Enter.
Wireless LAN option.


ifconfig command again, you should see another inet address below wlan0.
Congrats! You can now disconnect your device from Ethernet and enjoy your wireless device.
Now that your edgepi is connected to WiFi, you can view its sensor values from the online portal, or program it however you'd like.