-
Notifications
You must be signed in to change notification settings - Fork 185
Uploading code to the Arduino via Raspberry Pi XWindows
DavidGoedicke edited this page Mar 8, 2018
·
1 revision
A different way to upload code to the Arduino is by using an X-11 connection.
You connect to your RasperryPi with x windows enable using the -X attribute like this
ssh -X pi@ixe[00]In this way, X11 is enabled. The connection does not look in any way different. Once the connection is established you can use normal Arduino remotely. So just run:
arduinoThis will open a x-windows session with the Arduino window. Caution the connection is slow!