-->
Page 1 of 1

Huzzah - saving and loading .bin files

PostPosted: Wed Aug 31, 2016 8:34 am
by DNITKE
I have been working on a project based on the Adafruit Huzzah and want to distribute the code as a .bin file. I can export the compiled code using Ctl-Alt-S in the Arduino IDE (which creates a myfilename.cpp.adafruit.bin file in the sketch folder) but I can't figure out how to load a .bin file to a Huzzah. Any help would be greatly appreciated!

Re: Huzzah - saving and loading .bin files

PostPosted: Wed Aug 31, 2016 8:36 am
by martinayotte

Re: Huzzah - saving and loading .bin files

PostPosted: Thu Sep 01, 2016 7:32 am
by DNITKE
martinayotte wrote:esptool.py from https://github.com/themadinventor/esptool


Thank you...I will give this a try as soon as I can install Python and read up on it!