Sample Header Ad - 728x90

How would/do I access/program a remote Arduino through SSH via an intermediate computer?

5 votes
4 answers
5474 views
I have Arduino IDE installed on my laptop and I'd like to program a remote Arduino (Uno) that is connected to a remote machine in the same network, say, for instance, a Raspberry Pi (to which the Arduino Uno would be plugged with the USB cable) connected to my wireless network. What would I need to set up to do that? Note: I don't mean to use the Arduino as a SSH client. What I'd like to do is some kind of tunnelling, preferably SSH, between Arduino IDE on my laptop and the Raspberry PI, to which the Arduino board is connected with the USB cable. Ideally what would happen when I press the Upload button is that the firmware, compiled locally would then be sent to the remote Arduino through the tunnel. Also I would use the serial monitor to remotely connect to the /dev/ttyACM0 device node on the remote Pi.
Asked by user86969
Jan 30, 2017, 08:49 PM
Last activity: May 4, 2020, 10:39 PM