Andree-HB
22.02.2018, 07:03
Hi Kollegen,
hat schon mal Jemand mit dieser Firmware gearbeitet ?
https://github.com/jeelabs/esp-link
ich habe sie mit diesem Tool und der Anleitung geflasht
https://wepts.wordpress.com/2016/09/18/step-to-flash-esp-link/
Screenshot
http://www.pixelklecks.de/pictures/esp-link.JPG
Ich bekomme den angeschlossen nodeMCU mini zwar geflasht, es wird auch ein AP aufgemacht und ich kann mich verbinden...aber ich bekomme keine Oberfläche unter http://192.168.4.1/
...und ich weiß nicht warum - weiß Jemand Rat ?
Initial serial flashing
Download the latest release (https://github.com/jeelabs/esp-link/releases) or use the user1.bin file that is produced by the build process. You will need to flash the bootloader, the user1.bin firmware, blank wifi settings, and init data as described below.
Important: the firmware adapts to the size of the flash chip using information stored in the boot sector (address 0). This is the standard way that the esp8266 SDK detects the flash size. What this means is that you need to set this properly when you flash the bootloader. If you use esptool.py you can do it using the -ff and -fs options. See the end of this page for instructions on installing esptool.py.
The short version for the serial flashing is:
flash boot_v1.X.bin from the official SDK or from the release tgz to 0x00000
flash blank.bin from the official SDK or from the tgz to 0x3FE000
flash esp_init_data_default.bin from the official SDK or from the tgz to 0x3FC000
flash user1.bin to 0x01000
hat schon mal Jemand mit dieser Firmware gearbeitet ?
https://github.com/jeelabs/esp-link
ich habe sie mit diesem Tool und der Anleitung geflasht
https://wepts.wordpress.com/2016/09/18/step-to-flash-esp-link/
Screenshot
http://www.pixelklecks.de/pictures/esp-link.JPG
Ich bekomme den angeschlossen nodeMCU mini zwar geflasht, es wird auch ein AP aufgemacht und ich kann mich verbinden...aber ich bekomme keine Oberfläche unter http://192.168.4.1/
...und ich weiß nicht warum - weiß Jemand Rat ?
Initial serial flashing
Download the latest release (https://github.com/jeelabs/esp-link/releases) or use the user1.bin file that is produced by the build process. You will need to flash the bootloader, the user1.bin firmware, blank wifi settings, and init data as described below.
Important: the firmware adapts to the size of the flash chip using information stored in the boot sector (address 0). This is the standard way that the esp8266 SDK detects the flash size. What this means is that you need to set this properly when you flash the bootloader. If you use esptool.py you can do it using the -ff and -fs options. See the end of this page for instructions on installing esptool.py.
The short version for the serial flashing is:
flash boot_v1.X.bin from the official SDK or from the release tgz to 0x00000
flash blank.bin from the official SDK or from the tgz to 0x3FE000
flash esp_init_data_default.bin from the official SDK or from the tgz to 0x3FC000
flash user1.bin to 0x01000