jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Wemos D1 does not create Access Point #360

Closed ivanplkolev closed 6 years ago

ivanplkolev commented 6 years ago

Hello I am trying to instal esp-link, I try with 2 different boards - Wemos d1 mini and CH340G and the result is the same, I try with NodeMCU Flashed and esptool.py, here are the logs from my esptool.py and Wemos D1, it seems to be uploaded, but when I search for networks from my phone I do not see ESP_012ABC , What I am doing wrong ?

pi@raspberrypi:~/Documents/esptool/esp-link-v3.0.14-g963ffbb $ esptool.py read_mac esptool.py v2.2.1 Connecting.... Detecting chip type... ESP8266 Chip is ESP8266EX Uploading stub... Running stub... Stub running... MAC: 68:c6:3a:9f:70:4b Hard resetting... pi@raspberrypi:~/Documents/esptool/esp-link-v3.0.14-g963ffbb $ esptool.py chip_id esptool.py v2.2.1 Connecting.... Detecting chip type... ESP8266 Chip is ESP8266EX Uploading stub... Running stub... Stub running... Chip ID: 0x009f704b Hard resetting... pi@raspberrypi:~/Documents/esptool/esp-link-v3.0.14-g963ffbb $ esptool.py flash_id esptool.py v2.2.1 Connecting.... Detecting chip type... ESP8266 Chip is ESP8266EX Uploading stub... Running stub... Stub running... Manufacturer: c8 Device: 4016 Detected flash size: 4MB Hard resetting... pi@raspberrypi:~/Documents/esptool/esp-link-v3.0.14-g963ffbb $ esptool.py erase_flash esptool.py v2.2.1 Connecting.... Detecting chip type... ESP8266 Chip is ESP8266EX Uploading stub... Running stub... Stub running... Erasing flash (this may take a while)... Chip erase completed successfully in 1.6s Hard resetting... pi@raspberrypi:~/Documents/esptool/esp-link-v3.0.14-g963ffbb $ esptool.py --port /dev/ttyUSB0 --baud 230400 write_flash -fs 4MB -ff 80m 0x00000 boot_v1.6.bin 0x1000 user1.bin 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin esptool.py v2.2.1 Connecting.... Detecting chip type... ESP8266 Chip is ESP8266EX Uploading stub... Running stub... Stub running... Changing baud rate to 230400 Changed. Configuring flash size... Flash params set to 0x004f Compressed 3856 bytes to 2763... Wrote 3856 bytes (2763 compressed) at 0x00000000 in 0.1 seconds (effective 230.9 kbit/s)... Hash of data verified. Compressed 330756 bytes to 244619... Wrote 330756 bytes (244619 compressed) at 0x00001000 in 11.1 seconds (effective 238.0 kbit/s)... Hash of data verified. Compressed 128 bytes to 75... Wrote 128 bytes (75 compressed) at 0x003fc000 in 0.0 seconds (effective 93.1 kbit/s)... Hash of data verified. Compressed 4096 bytes to 26... Wrote 4096 bytes (26 compressed) at 0x003fe000 in 0.0 seconds (effective 5386.8 kbit/s)... Hash of data verified. Leaving... Hard resetting...

yesnoj commented 6 years ago

I've the Wemos D1 mini (retired) clone, and no issue , but i've got other problems...however i've done what is explained in this video https://www.youtube.com/watch?v=MyX8bMJpuiE ad no issue at all...i've flashed a tons of times with success...

tve commented 6 years ago

Your best bet is to attach a serial port to gpio2 and look at the debug output when it boots.

ivanplkolev commented 6 years ago

The problem was that in the video was not paid attention to the 4 checked checkboxes of the 4 binary files in nodemcu flasher.

uzi18 commented 6 years ago

Please give us screenshot here for future questions.