Chat freely about anything...

User avatar
By 339CD
#87274 good day to all in this forum,
I am running a sketch on my ESP8266 but sometime I got a reset message printed on my PC terminal as follows:


New Client.
GET /favicon.ico HTTP/1.1
Host: 192.168.1.240
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37
Accept: image/webp,image/apng,image/*,*/*;q=0.8
Referer: http://192.168.1.240/
Accept-Encoding: gzip, deflate
Accept-Language: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en
Soft WDT reset

>>>stack>>>

ctx: cont
sp: 3ffffd30 end: 3fffffc0 offset: 01b0
3ffffee0: 3ffee7d4 0000002d 3fff0334 4020793f
3ffffef0: 3ffee7d4 3ffe8ab2 3ffeea70 402053e7
3fffff00: 3ffee7d4 3ffe8ab2 3ffeea70 40201994
3fffff10: 40208b30 00000000 00001388 00000000
3fffff20: 00000000 3fff138c 40100eac 0002a302
3fffff30: 00000000 3fff07ac 0037008f ff6f6369
3fffff40: 0000002d 3ffee7c8 3fffff7c 3ffeeb9c
3fffff50: 3ffef3c4 40202984 42c80000 3ffeeb9c
3fffff60: 3ffee7cc 3ffee7c8 3ffee992 40201d9c
3fffff70: 00000000 00000000 fffeea70 00000000
3fffff80: 00000000 fffe85e2 3ffeea70 40201374
3fffff90: 00000000 00000000 00000001 3ffeeb9c
3fffffa0: 3fffdad0 00000000 3ffeeb6c 4020635c
3fffffb0: feefeffe feefeffe 3ffe852c 40101529
<<<stack<<<
⸮hManufacturer ID=0x5449
Device ID=0x1050
Connecting to AMB_EMA_RIT
Web server running. Waiting for the ESP IP...

I will apprecite very much any help on this problem.
Thanks in advance.
regards.
User avatar
By btidey
#87283 Reset is a watchdog reset. These are triggered when the watchdog is not updated periodically.

Something in your sketch is taking too long; either a long delay or an inner loop waiting too long for something.

You haven't posted your sketch code so it is impossible to say the cause.
User avatar
By 339CD
#87287 thanks btidey:

it was a never ending internal loop !

Thanks for the assistance
regards