I am working on uploading code to over 100 Arduino boards. Needless to say it is a bit time consuming and back-breaking to program them each manually. I am on the verge of being able to wirelessly ( using Xbee's ) program each individual module.
My next step is to automate the process. I have very little experience ( but some ) writing windows apps, scripts, etc.
Can anyone suggest the best way to do this? All I would need to do is access a terminal window and then the Arduino IDE with this app/script.
If you are setup to build outside of the IDE using just a Makefile, you do not have to mess with changing the logging verbosity.
I build everything outside the IDE and just edit with my favorite syntax highlighting editor now. Building within IDE 0012 gets errors I don't see when building using just a Makefile.