hansjny / Natural-Nerd

587 stars 445 forks source link

Serial Monitor Text #8

Closed JannikLiebl closed 5 years ago

JannikLiebl commented 5 years ago

Hey. I tried to recreate your project but got the following message in the serail monitor when being connected to the lamp:

Connecting to sound_reactive ... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Connection established! IP address: 192.168.4.2 Sending heartbeat

Exception (2): epc1=0x3ffe853c epc2=0x00000000 epc3=0x00000000 excvaddr=0x3ffe853c depc=0x00000000

ctx: cont sp: 3ffefe40 end: 3fff0110 offset: 01a0

stack>>> 3ffeffe0: 000000ff 00000090 3ffeed28 40202b08
3ffefff0: 3ffeef2c 00000090 00000000 00000000
3fff0000: ffff0000 01c203ff 00000000 00000000
3fff0010: 00000009 38373635 3fff003d 40202c70
3fff0020: 3ffeed7c 00000090 00000090 00000000
3fff0030: 000000fc 00000004 3fff0090 3fff00a1
3fff0040: 40107340 3ffeef2c 3ffe8388 3ffeed50
3fff0050: 3ffef0e4 00000000 00000001 40107528
3fff0060: 00000044 00000000 00000000 3ffefff0
3fff0070: 0000005a 3ffeef2c 402037e6 3fff0af4
3fff0080: 3fff00a0 3fff0090 00000004 40203f6c
3fff0090: 00000008 00000008 00000008 00000008
3fff00a0: 00000001 00012fd1 3ffef0b8 3ffef0e4
3fff00b0: 3ffeed50 3ffe8388 3ffeef2c 40202d33
3fff00c0: 3ffe88a8 0104a8c0 3ffe88a8 0104a8c0
3fff00d0: 00000001 00012fd1 3ffef0b8 3ffef0e4
3fff00e0: 3ffeed50 3ffe8388 3ffef0b8 40202ebb
3fff00f0: 3fffdad0 00000000 3ffef0dd 4020404c
3fff0100: feefeffe feefeffe 3ffef0f0 40100958
<<<stack<<<

ets Jan 8 2013,rst cause:2, boot mode:(1,6)

ets Jan 8 2013,rst cause:4, boot mode:(1,6)

wdt reset

Meanwhile only two leds on the strip light up bright white. The button presses on the master don't seem to do anything. Can you help me?

hansjny commented 5 years ago

Hello!

Hmm, I don't get this exception. Did you use the same components as I did?

I also occasionally get a wdt reset with cause 4, that's why I made the lamps send heartbeats to detects crashes so it could recover, but it only happens from time to time.