Current Lua downloadable firmware will be posted here

User avatar
By HelmutCAD
#47873 Hi there,

maybe somebody is able to help me out.
I got a new nodemcu yesterday and I try to flash the firmware. I was able to do that, was easy. I got the firmware from http://nodemcu-build.com/, I flashed it with Linux and esptool.py
> python ./esptool.py --port .. write_flash 0x000000 <path-to-firmware>
... Output-> Flash params set .... wrote 401408 bytes .... Leaving ...

So far, looks not bad. After that, the blue led is on and when I try to reach the device in a terminal I got every second the following error message (repeating):
Fatal exception (28): epc1=0x40001800, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00007ff0, depc=0x00000000

In case I hit the reset button on the board, the message stop and only some unreadable characters are on the screen. So I try to change the baudrate from 300 up 115200 without any results.

Some Ideas to help me out?

Thanks
Helmut