Arduino remote configuration

Hi,
I use ubuntu to build a hardware server and connect some Arduino devices, I want to complete the configuration of Arduino devices remotely. Hosts can attach to hardware servers via VPN

I currently have two ideas:

One is to upload the file and complete the board's configuration on the server through the command line. But didn't find any relevant documentation on Linux commands to configure Arduino boards.

The other is to use a virtual serial port, map the server serial port to a TCP port, and convert the TCP port into a virtual serial port in the host. Not sure if this method is possible.

Windows PC -> Linux server -> arduino
Thanks.

There appears to be some confusion here as to what "complete the configuration of Arduino devices" actually means.

1 Like

If it is calibration points etc you can save it in EEPROM. If it is executable code that is a different problem. If it is code then look up OTA (Over The Air) and possible a different micro.

thanks
I solved it with a virtual serial port, I made the download baud rate consistent with the baud rate of the serial server and then completed the compilation

Thanks,
I mean remote programming of Arduino.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.