Current Lua downloadable firmware will be posted here

User avatar
By SoC
#4239 i have a couple of units thatbi played around. reloading firmware to it using xtcom util on win7. everything works fine.

now i tried to load lua fw from this link:
https://github.com/nodemcu/nodemcu-firm ... 512k-flash

but after loading complete, i cant get any reponse from the 2 units i tried. tried to change baudrate of my serial terminal and i dont see msg on start up. i reload back AT firmware on one module, and the unit worked again with AT firmware.

is there any special requirement other than the normal reflashing procedure for the lua firmware?

im using xtcom util to reflash.
loaded lua fw at 0x00000.
User avatar
By fadleen
#4276
i have a couple of units thatbi played around. reloading firmware to it using xtcom util on win7. everything works fine.

now i tried to load lua fw from this link:
https://github.com/nodemcu/nodemcu-firm ... 512k-flash

but after loading complete, i cant get any reponse from the 2 units i tried. tried to change baudrate of my serial terminal and i dont see msg on start up. i reload back AT firmware on one module, and the unit worked again with AT firmware.

is there any special requirement other than the normal reflashing procedure for the lua firmware?

im using xtcom util to reflash.
loaded lua fw at 0x00000.


Hi,

Once you loaded the nodemcu firmware, you are now working in LUA. no longer in AT commands as before. thus you need to send in commands line-by-line into Teraterm or the serial terminal of your choice. Alternatively,you can check out the forum as there are lots of users who have created loaders/programs that enable you to run LUA script without entering the LUA commands line by line.

Fad