-->
Page 1 of 1

burn C++ application in esp8266

PostPosted: Fri May 10, 2019 6:20 am
by labeutte
hello,
I developed an esp8266 application (c ++) with API arduino. It works fine when I upload it.
How to burn it in the ESP for it starts at boot ?
thanks for answers.

Re: burn C++ application in esp8266

PostPosted: Sat May 11, 2019 7:58 pm
by QuickFix
Just make sure GPIO15 is pulled LOW and GPIO0 (and GPIO2) are pulled HIGH (both using resistors). :idea:
BootModes.png


If you're using a NodeMCU or a Wemos (or any other development board), it should run without any alterations or special switch settings.