Current Lua downloadable firmware will be posted here

User avatar
By GotADab
#51077 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
Attachments
worked 1.PNG
the one time it worked
normally.PNG
what it normally does
User avatar
By GotADab
#51137 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?
User avatar
By GotADab
#51138 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.
Attachments
program initlua.PNG
init.lua program
panic init not started.PNG
Panic and reload
User avatar
By marcelstoer
#51154 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.