espSuite icon indicating copy to clipboard operation
espSuite copied to clipboard

No "things" SSID

Open ybizeul opened this issue 4 years ago • 7 comments

After flashing, I don't see any SSID, I kind of feel stupid.

Used erase_flash and then write_flash without issues, but Can't see network to continue with configuration.

❯ esptool.py --port /dev/tty.usbserial-1453120 erase_flash
esptool.py v2.1
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266
Uploading stub...
Running stub...
Stub running...
Erasing flash (this may take a while)...
Chip erase completed successfully in 1.8s
Hard resetting...

~/Archives/Developpement
❯ esptool.py --port /dev/tty.usbserial-1453120 write_flash 0x0 ~/Downloads/espSuite_1MB.bin
esptool.py v2.1
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Flash params set to 0x0240
Compressed 1048576 bytes to 259051...
Wrote 1048576 bytes (259051 compressed) at 0x00000000 in 25.1 seconds (effective 334.1 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting...

Console is just sending garbage 👍

{ld��<�d�|�l�b<ǃ��s�c�b��gn�$gn���c8��d{${$x�o������������

ybizeul avatar Jan 06 '21 19:01 ybizeul

Same issue here

Zodiac-69 avatar Jul 02 '21 16:07 Zodiac-69

Hello! Sorry, I haven't maintained this project in quite a while and currently I don't have an esp-01. But I'll order some online so I can test it in the next weeks.

Vitorbnc avatar Jul 03 '21 00:07 Vitorbnc

I have updated the library and provided new binaries. Please check if the issue is fixed.

Vitorbnc avatar Jul 04 '21 23:07 Vitorbnc

Seems to be better yes, now I see thingsAP SSID, but it seems to be broken with the DHCP address delivered, it looks like it's reversed :

image

ybizeul avatar Aug 16 '21 13:08 ybizeul

@ybizeul I've patched it just now. Please take another look.

Vitorbnc avatar Aug 17 '21 01:08 Vitorbnc

No binaries ? Or just bin/esp32/wemos_lolin32/espSuite.ino.bin ?

ybizeul avatar Aug 17 '21 08:08 ybizeul

Sorry! I had forgotten to generate an esp8266 binary, but it's there now.

Vitorbnc avatar Aug 17 '21 11:08 Vitorbnc