PlatformIO Remote

Hello,
We have an NUCLEO-STM32F429ZI board attached to the Nvidia Jetson Xavier computer, I am connected to the Jetson Xavier directly, there is no internet connection for both of us, but my PC and Nvidia can see each other on the network (ssh, scp, ping etc)

Basically what I want to do is, to upload/monitor/debug the stm32 board from my computer, using the Nvidia Jetson as a bridge.

As an example:
upload_port = username@192.168.1.XXX:/dev/ttyACM0

How can I achieve such usage
Thanks in advance

PIO remote is what you want. Check the docs for setup.

2 Likes