-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Description
I use both SoftwareSerial and WiFiClient.
During normal operations, it sometimes works for many hours but other times it gives a wdt reset.
This looks like it has a relation between SoftwareSerial and WiFiClient.
If I use mySerial.enableRX(false) before starting the function with the WiFiClient, it seems to keep working, otherwise it looks like to crash on different places.
ets Jan 8 2013,rst cause:4, boot mode:(3,6) wdt reset
This was during client.print() operations, the first client.print with the data succeeded, then just after that, only when sending an empty line with client.print("\r\n")
it gave the wdt reset.
But earlier, it was just during receiving data on the SoftwareSerial:
`ets Jan 8 2013,rst cause:4, boot mode:(1,6)``
And a couple of other times also during normal receiving on the serial:
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
So many different boot modes, they all seem only to occur if I don't use the mySerial.enableRX(false)
.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.