espSuite
espSuite copied to clipboard
No "things" SSID
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������������
Same issue here
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.
I have updated the library and provided new binaries. Please check if the issue is fixed.
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 :
@ybizeul I've patched it just now. Please take another look.
No binaries ? Or just bin/esp32/wemos_lolin32/espSuite.ino.bin
?
Sorry! I had forgotten to generate an esp8266 binary, but it's there now.