PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ESP-Link, Wifi-Serial Bridge - Hilfe gesucht



Andree-HB
22.02.2018, 06: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

Ceos
22.02.2018, 06:54
hast du geprüft ob dein rechner eine IP Adresse von dem AP zugewiesen bekommt oder nur eine automatisch generierte lokale IP Adresse angenommen hat?

Geh auf dein Netzwerk-Center, dann auf oben links auf Adapter wechseln und dann auf dein WLAN Adapter Rechtsklick -> Status -> Details
IPv4-Standardgateway ist die IP des AP
IPv4-Adresse ist die eigene
IPv4-Sibnetzmaske definiert in welchem Adressbereich dein REchner liegen muss um mit der AP reden zu können.

Überall wo in der Subnetzmaske 255 steht, muss die Adresse von PC und AP identisch sein, wo 0 steht kann es sich unterscheiden. Mindestens eine der .0 Adressen MUSS verschieden sein, sonst hast du einen Addresskonflikt.



PS: Ich bin ja mal wahhaftig von dem Git beeindruckt! Docker Container zum Compilieren liegt schon bei, das ist ja genial und hundertfach einfacher als maven imho.

Andree-HB
22.02.2018, 15:11
...dies sind die Netzwerkeinstellungen - ich habe zumindest eine IP vom AP vergeben bekommen (.2)

33286

Ceos
23.02.2018, 06:51
Das sieht schonmal gut aus, benutzt du den master branch vom git oder die 2.2.3? In der Main Page steht dass das PRojekt aktuell instabil ist wegen Umstellung auf 3.0 und 2.2.3 die letzte Stabile Version ist