-->
Page 1 of 2

:ust rc=1

PostPosted: Thu Jan 28, 2021 6:39 pm
by peeyushg
ESP8266 stops sending all of a sudden in AP mode. It is very random. Turning on Serial debugging prints :ust rc=1 for each send attempt. The ESP eventually resets with EXCCAUSE Code of either 28 or 29.

While it is most likely a problem with my code, trying to track it down led me to the send method of UDPContext.h. It seems to me that the err_t can be either 0 (ERR_OK) or a negative value. I've dug through all the source code and can't seem to figure out what might be returning a positive value of 1.

Any clue what might be returning a value of 1 or what might be going on that suddenly halts the send operation?

Thanks.

Re: :ust rc=1

PostPosted: Tue Feb 16, 2021 12:39 pm
by eriksl
Is this Arduino?

Re: :ust rc=1

PostPosted: Fri Feb 19, 2021 3:23 am
by peeyushg
Yes. I'm using the Arduino platform with release version 2.3.0.

Re: :ust rc=1

PostPosted: Mon Feb 22, 2021 4:06 am
by eriksl
Please ask your question in arduino section, it's specific to arduino.