Search found 3 matches

by nchase
Wed Jun 28, 2023 7:14 am
Forum: General Discussion
Topic: Flash Download Tool: Can't Download
Replies: 2
Views: 4339

Re: Flash Download Tool: Can't Download

We eliminated the issue by switching to esptool (https://github.com/espressif/esptool/releases).
by nchase
Thu Mar 16, 2023 7:56 am
Forum: General Discussion
Topic: Flash Download Tool: Can't Download
Replies: 2
Views: 4339

Re: Flash Download Tool: Can't Download

I'm facing the same issue on some custom boards. Any updates on this?
by nchase
Tue Mar 14, 2023 11:28 am
Forum: ESP-IDF
Topic: LWIP connect() fails with -1 and errno 128
Replies: 0
Views: 1695

LWIP connect() fails with -1 and errno 128

Hi experts, I face an issue that happens when connecting to a remote host over WiFi using LWIP. It happens every couple of transmission cycles seemingly randomly after a wakeup from deep sleep or cold boot. The error returned from connect() is -1, with an errno of 128, indicating that the socket is ...