nodemcu / nodemcu-flasher

A firmware Flash tool for nodemcu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash over wifi

bolsunovskyi opened this issue · comments

Hello, can I somehow flush nodemcu over wifi without wires ? If not it would be a good enhancement :)

The boot loader, which does the flashing, is in the ROM of the ESP module and not part of nodemcu. It can't be changed.

You could, however, connect 2 modules together, one as a dedicated flasher. It's been done as an arduino programmer. Not easy, though.