-->
Page 1 of 1

Huzzah arduino core upload time

PostPosted: Wed Jan 25, 2017 6:59 pm
by quilkin
I'm beginning to play with a new Huzzah esp8266 module, using Ardino 1.8 IDE.
Everything working fine but it takes 40 seconds or more to upload a tiny sketch. I assume it's uploading 200k or so of the Arduino core code as well as my sketch.
Is there any way that core code can be permanently stored in the module so that the bootloader only has to upload my new code each time?

Re: Huzzah arduino core upload time

PostPosted: Mon Jan 30, 2017 11:09 am
by g6ejd
Have you tried increasing the speed IDE, tools, upload speed), I can generally upload at 512000 and with some modules 962100. The default 115200 speed is generally chosen to deal with device production spreads, but most work at full speed (962100), try it and see. In answer to your specific question - no it's always a full upload.