Page 1 of 2
Can't autodetect firmware, because proper answer not receive
Posted:
Wed Jul 20, 2016 12:11 am
by GotADab
i have to log in to esplorer and manually send the command do file init.lua to start the program.
so after i finish programming the esp-01 module and remove power. once i apply power again the program does not start.
i flashed a custom build firmware, and 1 out of every 20 times it will read the firmware. but it still wont start the init.lua
what am i doing wrong
Re: Can't autodetect firmware, because proper answer not rec
Posted:
Wed Jul 20, 2016 7:34 pm
by GotADab
So i read somewhere that i needed to update the SDK firmware as well as install the nodemcu firmware.
this @ baudrate 115200 worked perfectly the first time i plugged it in to esplorer.
but only the first time. then it went back to normal.
i have a makerfire esp-01 that is supposedly 1mb instead of 512kb. i wront the sdk firmware bin to the address 0x7C000.
what am i missing guys?
Re: Can't autodetect firmware, because proper answer not rec
Posted:
Wed Jul 20, 2016 7:51 pm
by GotADab
So this is what it does now.
i flashed the firmware, default bin, and blank bin.
did the samething as always.
then when i pushed a button (which is to tell me if the door is closed) it did a panic error, and then reloaded with the Nodemcu info. It says Program Start, but does not start up mqtt.
Re: Can't autodetect firmware, because proper answer not rec
Posted:
Thu Jul 21, 2016 12:16 am
by marcelstoer
Isn't the error message pretty self-explanatory? line 22, "already connected"... And why don't you just post the code here rather than a screen shot of it? You had us count the lines individually because you even cut off the line numbers, sigh.