So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Guyle
#72883 Hello,
This is my first post here and I was hoping someone might be able to help.

I've been using an Adafruit Huzzah Feather microcontroller for the past month (ESP8266) and its been working fine. I'm uploading data from a HX11 load sensor (measuring weight) to http://www.Thingspeak.com.

All was working fine until recently when I started getting errors. Data would upload for a second and then crash?
I checked the serial output and this is what it gives me:

Soft WDT reset

ctx: cont
sp: 3ffefb30 end: 3ffefdf0 offset: 01b0

>>>stack>>>
3ffefce0: 0000000d 3ffeeab8 3ffefd20 40203781
3ffefcf0: 3ffe0034 3ffe8a2c 3ffeeab8 40203e1f
3ffefd00: 3ffefd40 000000c8 3ffefd20 40204097
3ffefd10: 3ffefd40 000000c8 3ffeeae0 402023e2
3ffefd20: 3fff1164 0000000f 00000003 402047fd
3ffefd30: 3ffe8a2c 3ffefd84 3ffeeae0 4020252e
3ffefd40: 3fff19dc 0000000f 00000000 00000000
3ffefd50: 00000000 00000000 bdb7a42e 40204234
3ffefd60: 3ffeead0 0005e5da bdb7a42e 40202741
3ffefd70: 302e302d 37363938 3ffe8a00 3ffeedc0
3ffefd80: 3fffdad0 3fff1714 0000001f 0000001e
3ffefd90: 00000000 00000000 00000000 00000000
3ffefda0: 00000000 00000000 3fff175c 0000000f
3ffefdb0: 0000000f 3fff16fc 0000000f 00000008
3ffefdc0: feefeffe 3ffeead0 3ffeeae0 3ffeedc0
3ffefdd0: 3fffdad0 00000000 3ffeedb8 402044a0
3ffefde0: feefeffe feefeffe 3ffeedd0 4010070c
<<<stack<<<
⸮! ⸮⸮!

And here is another similar error message

Exception (28):
epc1=0x40203475 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000217 depc=0x00000000

ctx: cont
sp: 3ffefb30 end: 3ffefdf0 offset: 01a0

>>>stack>>>
3ffefcd0: 3ffeeab8 00000000 3fff170c 4020346e
3ffefce0: 95996ab8 3ffefd84 3ffe8d40 00000000
3ffefcf0: 3ffe8904 00000b28 00000165 402033a0
3ffefd00: 00000000 00000001 3ffeeab8 40202214
3ffefd10: 3ffe8d40 95996ab8 3ffefd84 4020411f
3ffefd20: 3fff118c 00000011 3ffefd84 3ffe8a2c
3ffefd30: 3ffe8a2c 3ffefd84 3ffeeae0 40202450
3ffefd40: 3ffeead0 0005e5da 3ffefd84 4020420c
3ffefd50: 3ffeead0 0005e5da c3f37bc2 40204234
3ffefd60: 3ffeead0 0005e5da c3f37bc2 40202741
3ffefd70: 3638342d 3636392e 3f003638 3ffeedc0
3ffefd80: 3fffdad0 3fff11b4 0000001f 00000011
3ffefd90: 00000000 00000000 00000000 00000000
3ffefda0: 00000000 00000000 3fff118c 0000001f
3ffefdb0: 00000011 3fff06bc 0000000f 0000000a
3ffefdc0: 00000000 00000000 00000001 3ffeedc0
3ffefdd0: 3fffdad0 00000000 3ffeedb8 402044a0
3ffefde0: feefeffe feefeffe 3ffeedd0 4010070c
<<<stack<<<
⸮!⸮⸮!

The HX11 load sensor works fine when connected to an Arduino Uno, so I know the sensor is working fine.
I've no idea how to read the error message, so any help would be much appreciated.

Thanks.