Hi
Can anybody think of a reason why trying to connect to MQTT would cause the following exception on an ESP8266?
I have tried to recreate the issue on a smaller project but it seems to opertate fine. So, I can only assume it is some sort of conflict somewhere. I tried the ESP Exception decoder tool and it seems to mention SoftwareSerial. The project I am using does use softwareserial and a few timers and quite a few other bits.
Just thought I would ask here in case anyone else had come across it or had ideas,
thanks
Can anybody think of a reason why trying to connect to MQTT would cause the following exception on an ESP8266?
B4X:
Exception (28):
epc1=0x4000bf80 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000004 depc=0x00000000
>>>stack>>>
ctx: cont
sp: 3ffffcb0 end: 3fffffc0 offset: 01a0
3ffffe50: 00000005 00000066 40243c50 402068fb
3ffffe60: 3ffee9f2 00000000 0000000c 4020724c
3ffffe70: 00004bc6 3fffff48 3fffff40 00000000
3ffffe80: 3ffee82c 3ffeec54 3ffee9f2 402045fd
3ffffe90: 00000000 3fffda00 00000000 4020c200
3ffffea0: 00000000 04dd2f1a 00000000 3ffee9e8
3ffffeb0: 00000000 3ffee9e2 3ffee9f2 40203360
3ffffec0: 007a1200 31fc2da9 3ffef000 00000030
3ffffed0: 00000000 00000000 00000001 40100580
3ffffee0: 00000000 3fffdad0 000003e8 3ffef08c
3ffffef0: 3fffdad0 3fffff50 000003e8 4020a152
3fffff00: 40204c3c 00000000 00000014 4020a18d
3fffff10: 00000000 4bc6a7f0 1645a1ca 00000000
3fffff20: 00000000 00000000 00000004 00000005
3fffff30: 00000002 00000005 00000063 00002505
3fffff40: 00000001 00002d05 00000001 40202e05
3fffff50: 00000000 3fffff38 3fffff40 3fffff48
3fffff60: 002b5c18 00000000 3ffee868 3ffef08c
3fffff70: 3fffdad0 3ffee858 3ffee8ac 40201379
3fffff80: 3fffdad0 3ffee858 3fff0f54 40202fbc
3fffff90: 3fffdad0 00000000 3ffef04c 40206a4f
3fffffa0: feefeffe feefeffe feefeffe 4020a238
3fffffb0: feefeffe feefeffe 3ffe84f4 40101591
<<<stack<<<
I have tried to recreate the issue on a smaller project but it seems to opertate fine. So, I can only assume it is some sort of conflict somewhere. I tried the ESP Exception decoder tool and it seems to mention SoftwareSerial. The project I am using does use softwareserial and a few timers and quite a few other bits.
Just thought I would ask here in case anyone else had come across it or had ideas,
thanks