This is a guide on setting up VS Code to use with the EdgePi and a couple of the packages you may need. You don't have to use VS Code you can use anything you want like PyCharm or Thonny but we recommend VS Code for its ease of use.
To connect your device, follow the guides here.
The computer you're using and your EdgePi must be connected to the same network.
Remote - SSH
.Remote - SSH
Make sure you download the official extension by Microsoft.
Python
.Python
.Remote-SSH: Connect to Host...
to run the command.pi
.edgepi-<serial-number>.local
.The serial number can be found on the back of the device.
pi@
followed by your device's IP Address
3. Select the Linux
platform for the remote host.
4. Enter password.
pi
.If you made it this far, continue with VSCode by setting up the virtual environment and SDK.