I'm getting this error for a while now, but never find anything online about it.
When im using the ESP (SDK 1.4), and let it connect to my mobile phone (as AP).
Then running an UDP client on my mobile, and UDP server on ESP.
And I'm sending at a very high rate (while true loop) udp packages from mobile to esp.
But after a while(3min) it first prints "dev 1143" then after 8 seconds wdt_reset occurs.
Why is "dev 1143" and who is printing it?
[2015-10-09 19:38:31] dev 1143
[2015-10-09 19:38:39]
[2015-10-09 19:38:39] ets Jan 8 2013,rst cause:4, boot mode:(3,7)
[2015-10-09 19:38:39]
[2015-10-09 19:38:39] wdt reset
[2015-10-09 19:38:39] load 0x40100000, len 30688, room 16
[2015-10-09 19:38:39] tail 0
[2015-10-09 19:38:39] chksum 0xac
[2015-10-09 19:38:39] load 0x3ffe8000, len 5028, room 8
[2015-10-09 19:38:39] tail 12
[2015-10-09 19:38:39] chksum 0xf9
[2015-10-09 19:38:39] ho 0 tail 12 room 4
[2015-10-09 19:38:39] load 0x3ffe93a8, len 852, room 12
[2015-10-09 19:38:39] tail 8
[2015-10-09 19:38:39] chksum 0xea
[2015-10-09 19:38:39] csum 0xea
Thanks,
WillemStatistics: Posted by willemwouters — Sat Oct 10, 2015 1:53 am
]]>