B4R Question How to mass program multiple Arduinos?

Beja

Expert
Licensed User
Longtime User
Hi All,
The Arduino sketch's tested and all is ok. Now how can I upload the same app to a number of Uno boards? Now uploading one by one.
 

Beja

Expert
Licensed User
Longtime User
See this discussion: https://forum.arduino.cc/t/the-simplest-way-to-upload-a-compiled-hex-file-without-the-ide/401996

Remember that B4R generates a regular Arduino project in the Objects\src folder, so you can open it with Arduino IDE.

Thanks Erel
Didn't try it but it should work.. What I need to know is (for production) to program a number of boards.. Say 100+ boards.. I don't think the methods above is practical. Remember the EPROM programmer with 8 sockets for 8 EPROM chips to be programmed at once..
 
Upvote 0
Top