File size: 1,293 Bytes
1d3d9a5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | # VS Code
Use VS code on host machine with remote SSH plugin to evelop and run code directly on the SBC using the WiFi radio
## SBC IP address
The SBC needs to be in the same subnet as the host machine
There are many ways to find the IP addres of the SBC
- TODO: I want to display the IP address of the interfaces on the microcontroller interface
- On the router find out the DHCP assignment
- Use the debug serial interface TTYS0 connect with putty and find the address with the command ```ip a```
## VS Code Host
Use Remote SSH extension

There will be a button on bottom left ```><``` -> on top center ```Connect to host``` -> ```sona@192.168.1.227```

Once connected select ```Linux``` as platform
Then on the center page option open folder and select the home folder of the SBC, ```Trust Authors```

You are now connected to the SBC and can do remote development and launch applications directly on the SBC from the host
|