ESP8266 WiFi software – NodeMCU flasher

icon firmware download

Espressif logo vol

Met deze tool kan je bestanden (images) naar het flash geheugen kopiëren van een ESP8266 WiFi module, het is mogelijk om diverse bestanden kopiëren naar een bepaald adres in de chip.

Informatie (ENG):
NodeMCU flasher is a firmware programmer for NodeMCU DEVKIT V0.9. You can use it to program NodeMCU DEVKIT or your own ESP8266 board.
You MUST set GPIO0 to LOW before programming, and NodeMCU DEVKIT V0.9 will do it automatically.

This is demo version. We are working on next version and will use QT framework. It will be cross platform and open source.

When the path have some error(e.g. file not exist), the line will become red.

Tips: You could use some special path to do something interesting.

The blank.bin file:

INTERNAL://BLANK

The esp_init_data_default.bin file(for 26MHz crystal):

INTERNAL://DEFAULT


Screen:

NodeMCU flasher screen

Download NodeMCU flasher @ github.com