- Connect to PC via USB, you should see a new network interface appear
-
Configure the new network interface (set ip address and add route table record)
whereip addr add <ip address>/<prefix> dev <interface> ip route add <ip address>/<prefix> dev <interface><ip address>/<prefix>can be for example192.168.0.1/24and<interface>is the name of the new network interface (can be found indmesg) -
Set the ip address of the EV3 brick (Wireless and Network > All Network Connection > Wired > IPv4 > Change) to an ip address from the same subnet as
<interface>and gateway<interface ip>Example: PC<interface>has ip address192.168.0.1/24Set the EV3 brick's ip to192.168.0.2/24and gateway to192.168.0.1 -
Install the Lego Mindstorms Micropython VSCode extension
-
Under the EV3DEV DEVICE BROWSER tab in VSCode click the connect button
- Enter a device name (for example ev3) and the ip address you assigned to the device in step 3.