2

I am trying to upload a single program to a number of Arduinos one by one. But it is time consuming. So I would like to know if there is any way to upload the code at once to multiple Arduinos.

I have tried as follows:

3 Arduino with all the Rx, Reset, Vcc, Gnd line connected to each other. Only pin left is Tx line. So I just connect the Tx line of one arduino and program it and so on.

Is there any other way?

uint128_t
8195 silver badges14 bronze badges
asked May 28, 2016 at 13:36

2 Answers 2

2

Are you programming them for the first time or doing a update?

If is the first programming, I cant see another way.

Otherwise, If is a update and your Arduino have a Wifi module you could try something like an update on the air, where you put your new firmware in a server for example and all devices updates yourself automatically or by a command.

Google for Arduino OTA (on the air) you will get a lot of source code and examples of doing that.

answered May 28, 2016 at 13:56
1
  • Thank You for valuable time. This is not about OTA.Its for first-time code uploading. Commented May 30, 2016 at 6:41
1

Arduino uses a microcontroller from Atmel and uses a programming tool that is designed for development use and not for production programming.

What you are looking for are tools that are called "production programming tools". Atmel has a nice documentation which describes their different programming solutions: link.

answered May 28, 2016 at 14:55

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.