It’s wonderful to finally have time to start work with the Seed.
My question is how slow should the compile and upload be. Currently I am experiencing about 2 minutes to compile and upload initially and on subsequent compiles of the same but modified sketch is 8 seconds.
Is this to be expected. My machine is certainly not doing a lot during this time according to Task Manager’s CPU usage and turning anti-virus off doesn’t make any difference.
Turn on verbose output and you’ll see that, first time you build after starting Arduino IDE, it builds all the libraries, etc, needed for your program on the selected platform. Subsequent builds are faster, as long as you don’t close the IDE or change the target platform.
Arduino IDE isn’t quite smart enough to manage all the dependencies in an ideal fashion. But, to me, it’s not a huge inconvenience.