Exceptions and stack dumps with NodeMCU

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
User avatar
lucaberta
Normal user
Posts: 59
Joined: 09 May 2016, 11:26
Location: Lausanne, Switzerland
Contact:

Exceptions and stack dumps with NodeMCU

#1 Post by lucaberta » 02 Jun 2016, 15:20

Hi all,

I have testing a NodeMCU v1.0 board I have received lately, and have found issues with R107 and also R106.

I have tried all sorts of different configuration for power, to rule out any issues with USB power instability on the NodeMCU, and am currently running the board with a separate PSU hooked to the breadboard, so there is nothing connected to the USB port, as I have connected another FT2232-based adapter directly to the RX/TX pins on the NodeMCU pins.

So power supply should not be issue.

This is what I got after loading R107:

Code: Select all

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1
WIFI : Disconnecting!
WIFI : Connecting... 2
WIFI : Disconnecting!
WIFI : Connecting... 3

Exception (29):
epc1=0x4022e617 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000019 depc=0x00000000

ctx: sys 
sp: 3ffffd00 end: 3fffffb0 offset: 01a0

>>>stack>>>
3ffffea0:  3ffef238 01db3e77 3ffef238 01db3e77  
3ffffeb0:  3ffffed0 4022e727 3ffeea8c 0000000d  
3ffffec0:  4024b52a 0000000e 3ffef238 00000064  
3ffffed0:  00000018 3ffef1ac 3ffe8410 3ffe8410  
3ffffee0:  3fff42ef 3fffc6fc 3fff4724 00000005  
3ffffef0:  402302c3 3ffef160 3ffef238 01db3e77  
3fffff00:  00000001 40248538 3ffeeb4c 40105d5c  
3fffff10:  4022ff78 4022ff4c 0000001c 401006d8  
3fffff20:  40231d0d 4022ff4c 00000064 401077a4  
3fffff30:  3ffeebac 40231cd4 3ffef178 3ffeff60  
3fffff40:  4022ff42 3ffea500 3ffeff60 00000008  
3fffff50:  4022fee9 3ffef178 3ffeff60 01db3e77  
3fffff60:  4023039c 40242d31 3ffeff38 3ffeff60  
3fffff70:  40242d31 60000600 3fffb384 40242d31  
3fffff80:  40242d76 3fffdab0 00000000 3fffdcb0  
3fffff90:  3ffeff88 3fffdad0 3fff2b40 4022236b  
3fffffa0:  40000f49 40000f49 3fffdab0 40000f49  
<<<stack<<<

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1
WIFI : Disconnecting!
WIFI : Connecting... 2
WIFI : Connected!
INIT : I2C
INIT : Boot OK
INIT : Normal boot
After a while, the ESP reboots for no apparent reason.

Out of curiosity, I compiled and loaded an older R106 build, and I also have issues there:

Code: Select all

INIT : Booting Build nr:106
WIFI : Connecting... 1

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

ctx: sys 
sp: 3ffffdd0 end: 3fffffb0 offset: 01a0

>>>stack>>>
3fffff70:  4022643d ffffffff 00000000 00000000  
3fffff80:  402264b2 3fffdab0 3fffdab0 00000000  
3fffff90:  40225e6f 3fffdab0 00000000 4022228b  
3fffffa0:  3ffea7d8 40000f49 3fffdab0 40000f49  
<<<stack<<<

 ets Jan  8 2013,rst cause:2, boot mode:(3,0)

load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:106
WIFI : Connecting... 1

 ets Jan  8 2013,rst cause:4, boot mode:(3,0)

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:106
WIFI : Connecting... 1

 ets Jan  8 2013,rst cause:4, boot mode:(3,0)

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:106
WIFI : Connecting... 1

I now wonder if there is any garbage left somewhere on the flash chip, maybe, and that causes the reboots. I have flashed a number of times a blank file I have created for the 4MB/32Mbit flash, and have used esptool.py to flash it. Still having the issues after compilation and flashing from the Arduino GUI.

I am really scratching my head now as I have no clue about what to do next.

Anyone with a suggestion for me? NodeMCU looks like an excellent board for my projects, with the reset and firmware update buttons, but it's not been much stable so far...

Thanks,

Luca

JR01
Normal user
Posts: 260
Joined: 14 Feb 2016, 21:04
Location: South Africa

Re: Exceptions and stack dumps with NodeMCU

#2 Post by JR01 » 02 Jun 2016, 19:17

Rubbish left in SPIFFS, type 'erase' on serial interface if you can get to control it - when you can catch it live. Also had that last night, the problem was that I mis type the SSID....
-----------
IOTPLAY. Tinkerer, my projects are @ http://GitHub.com/IoTPlay, and blog https://iotplay.org. Using RPi, Node-Red, ESP8266 to prove Industry 4.0 concepts.

tozett
Normal user
Posts: 734
Joined: 22 Dec 2015, 15:46
Location: Germany

Re: Exceptions and stack dumps with NodeMCU

#3 Post by tozett » 02 Jun 2016, 19:40

or try crossing the serial pins, will erase too (multiple times mentioned here in the forum, you find this with the forum search...)

User avatar
lucaberta
Normal user
Posts: 59
Joined: 09 May 2016, 11:26
Location: Lausanne, Switzerland
Contact:

Re: Exceptions and stack dumps with NodeMCU

#4 Post by lucaberta » 02 Jun 2016, 22:27

Unfortunately I tried all of methods you mention, but the issues are not solved.

Here is longish dump of the latest tinkering I have done on my SparkFun ESPthing:

Code: Select all

INIT : Booting Build nr:107
WIFI : No SSID!
INIT : I2C
INIT : Boot OK
INIT : Normal boot
>settings

System Info
  IP Address    : 0.0.0.0
  Build         : 107
  Unit          : 0
  WifiSSID      : ssid
  WifiKey       : wpakey
  Free mem      : 26592

Ok
>wifiscan
WIFI : SSID Scan start
WIFI : 5 networks found
WIFI : 1: ***** (-77)
WIFI : 2: ***** (-43)
WIFI : 3: ***** (-88)
WIFI : 4: ***** (-34)
WIFI : 5: ***** (-89)


Ok
WD   : Uptime 0 ConnectFailures 0 FreeMem 26384
WD   : Uptime 1 ConnectFailures 0 FreeMem 26352
>wifissid *****

Ok
>wifikey *****

Ok
>save
FLASH: Settings saved
FLASH: Settings saved

Ok
>wificonnect
WIFI : Connecting... 1
WIFI : Connected!

Ok
>settings

System Info
  IP Address    : 192.168.5.113
  Build         : 107
  Unit          : 0
  WifiSSID      : *****
  WifiKey       : *****
  Free mem      : 25656

Ok
WD   : Uptime 1 ConnectFailures 0 FreeMem 25784

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

ctx: cont 
sp: 3fff39a0 end: 3fff3b70 offset: 01a0

>>>stack>>>
3fff3b40:  00000000 00000000 00000001 402223d1  
3fff3b50:  3fffdad0 00000000 3fff2b39 402223ff  
3fff3b60:  feefeffe feefeffe 3fff2b50 40100958  
<<<stack<<<

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

load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

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

ctx: sys 
sp: 3ffffcc0 end: 3fffffb0 offset: 01a0

>>>stack>>>
3ffffe60:  00000022 40104879 00040000 4010368a  
3ffffe70:  3ffee850 40103856 00000003 00000000  
3ffffe80:  00000000 00347069 53000000 4000050c  
3ffffe90:  3fffc278 401036ac 3fffc200 00000022  
3ffffea0:  3ffffeb0 3fff3d60 3ffeea8c 00000000  
3ffffeb0:  40000f68 00000030 0000001c ffffffff  
3ffffec0:  40000f58 00000000 00000020 00000000  
3ffffed0:  0010c59f 00000001 00003a98 00000000  
3ffffee0:  ffffffff 3fffc6fc 60000600 3fffdab0  
3ffffef0:  00000000 3fffdcb0 3ffeff80 00000030  
3fffff00:  0000001c 00000000 00000000 40105d5c  
3fffff10:  0010a6ca 3ffefc84 0000001c 401006d8  
3fffff20:  3ffea504 401064e7 00000064 401077a4  
3fffff30:  00000000 00000001 40225bab 3ffea504  
3fffff40:  3ffeff60 3ffea500 3ffeff60 00000001  
3fffff50:  40225c14 3ffea504 3ffeff60 0035c5d6  
3fffff60:  4010638e 40242d31 3ffeff38 3ffeff60  
3fffff70:  40242d50 60000600 3ffea7a8 3ffea7a8  
3fffff80:  40242d76 3fffdab0 00000000 3fffdcb0  
3fffff90:  3ffeff80 3fffdab0 00000000 4022236b  
3fffffa0:  40000f49 40000f49 3fffdab0 40000f49  
<<<stack<<<

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

Exception (9):
epc1=0x40103873 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000016 depc=0x00000000

ctx: sys 
sp: 3ffffcd0 end: 3fffffb0 offset: 01a0

>>>stack>>>
3ffffe70:  3ffee850 40103856 3fff4d2c 00000000  
3ffffe80:  60000600 00000000 00000000 4000050c  
3ffffe90:  3fffc278 401036ac 3fffc200 00000022  
3ffffea0:  3ffffeb0 4022616b 3fff4d2c 3fff400c  
3ffffeb0:  40000f68 00000030 0000001e ffffffff  
3ffffec0:  40000f58 00000000 00000020 00000000  
3ffffed0:  3ffeade0 c0633d0c 3ff20a00 c0000000  
3ffffee0:  00000000 00000000 00000033 3fffdab0  
3ffffef0:  00000000 3fffdcc0 3ffea738 00000030  
3fffff00:  3ffef258 401064e7 3ffeeb10 40105d5c  
3fffff10:  00000000 00000001 40231d38 3ffef258  
3fffff20:  3ffef238 3ffef258 00000064 401077a4  
3fffff30:  3ffeeb28 40231cd4 3ffef178 3ffeff60  
3fffff40:  00000000 00000000 40105d75 00000100  
3fffff50:  00000033 00000001 4010585a 3ffee850  
3fffff60:  3fff4d2c 401021c6 00000000 00000000  
3fffff70:  40242d50 40101f93 00000000 00000000  
3fffff80:  40101fce 00000000 00000002 3fffdcb0  
3fffff90:  40225e2a 3fffdab0 00000000 4022236b  
3fffffa0:  3ffea738 40000f49 3fffdab0 40000f49  
<<<stack<<<

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�USystem will reset in 10 seconds...
RESET: Reboot count: 0
FLASH: Zero Fill Sector: 107
FLASH: Zero Fill Sector: 108
FLASH: Zero Fill Sector: 109
FLASH: Zero Fill Sector: 110
FLASH: Zero Fill Sector: 111
FLASH: Zero Fill Sector: 112
FLASH: Zero Fill Sector: 113
FLASH: Zero Fill Sector: 114
FLASH: Zero Fill Sector: 115
FLASH: Zero Fill Sector: 116
FLASH: Zero Fill Sector: 117
FLASH: Zero Fill Sector: 118
FLASH: Zero Fill Sector: 119
FLASH: Zero Fill Sector: 120
FLASH: Zero Fill Sector: 121
FLASH: Zero Fill Sector: 122
FLASH: Settings saved
FLASH: Settings saved

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�USystem will reset in 10 seconds...
RESET: Reboot count: 1
FLASH: Zero Fill Sector: 107
FLASH: Zero Fill Sector: 108
FLASH: Zero Fill Sector: 109
FLASH: Zero Fill Sector: 110
FLASH: Zero Fill Sector: 111
FLASH: Zero Fill Sector: 112
FLASH: Zero Fill Sector: 113
FLASH: Zero Fill Sector: 114
FLASH: Zero Fill Sector: 115
FLASH: Zero Fill Sector: 116
FLASH: Zero Fill Sector: 117

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�USystem will reset in 10 seconds...

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�USystem will reset in 10 seconds...
RESET: Reboot count: 2
FLASH: Zero Fill Sector: 107
FLASH: Zero Fill Sector: 108
FLASH: Zero Fill Sector: 109
FLASH: Zero Fill Sector: 110
FLASH: Zero Fill Sector: 111
FLASH: Zero Fill Sector: 112
FLASH: Zero Fill Sector: 113
FLASH: Zero Fill Sector: 114
FLASH: Zero Fill Sector: 115
FLASH: Zero Fill Sector: 116
FLASH: Zero Fill Sector: 117
FLASH: Zero Fill Sector: 118
FLASH: Zero Fill Sector: 119
FLASH: Zero Fill Sector: 120
FLASH: Zero Fill Sector: 121
FLASH: Zero Fill Sector: 122
FLASH: Settings saved
FLASH: Settings saved

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�USystem will reset in 10 seconds...
RESET: Reboot count: 3
FLASH: Zero Fill Sector: 107
FLASH: Zero Fill Sector: 108
FLASH: Zero Fill Sector: 109
FLASH: Zero Fill Sector: 110
FLASH: Zero Fill Sector: 111
FLASH: Zero Fill Sector: 112
FLASH: Zero Fill Sector: 113
FLASH: Zero Fill Sector: 114
FLASH: Zero Fill Sector: 115
FLASH: Zero Fill Sector: 116
FLASH: Zero Fill Sector: 117
FLASH: Zero Fill Sector: 118
FLASH: Zero Fill Sector: 119
FLASH: Zero Fill Sector: 120
FLASH: Zero Fill Sector: 121
FLASH: Zero Fill Sector: 122
FLASH: Settings saved
FLASH: Settings saved

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : No SSID!
INIT : I2C
INIT : Boot OK
INIT : Normal boot
>wifiscan
WIFI : SSID Scan start
WIFI : 5 networks found
WIFI : 1: ***** (-78)
WIFI : 2: ***** (-41)
WIFI : 3: ***** (-87)
WIFI : 4: ***** (-42)
WIFI : 5: ***** (-87)


Ok
>wifissid *****

Ok
WD   : Uptime 0 ConnectFailures 0 FreeMem 26384
>wifikey *****

Ok
>save
FLASH: Settings saved
FLASH: Settings saved

Ok
>wificonnect
WIFI : Connecting... 1
WIFI : Connected!

Ok
>save
FLASH: Settings saved
FLASH: Settings saved

Ok
>settings

System Info
  IP Address    : 192.168.5.113
  Build         : 107
  Unit          : 0
  WifiSSID      : *****
  WifiKey       : *****
  Free mem      : 25656

Ok
WD   : Uptime 1 ConnectFailures 0 FreeMem 25784

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

ctx: cont 
sp: 3fff3980 end: 3fff3b70 offset: 01a0

>>>stack>>>
3fff3b20:  00000000 00000000 3fff0a5c 40222428  
3fff3b30:  3fffdad0 00000000 3fff0a5c 40203ac4  
3fff3b40:  00000000 00000000 3fff0a5c 40214ea4  
3fff3b50:  3fffdad0 00000000 3fff2b39 402223fc  
3fff3b60:  feefeffe feefeffe 3fff2b50 40100958  
<<<stack<<<

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1

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

wdt reset
load 0x4010f000, len 1264, room 16 
tail 0
chksum 0x42
csum 0x42
~ld
�U
INIT : Booting Build nr:107
WIFI : Connecting... 1
I have both given the erase command, and connected together the TX and RX pin, which triggered the "FLASH: Zero Fill Sector" sequence followed by the "FLASH: Settings saved".

Still, this did not solve the issue.

I am very open to any other suggestion you might. I am good at tinkering on both my OS X and Linux machines, if need be.

Many thanks,

Luca

tozett
Normal user
Posts: 734
Joined: 22 Dec 2015, 15:46
Location: Germany

Re: Exceptions and stack dumps with NodeMCU

#5 Post by tozett » 02 Jun 2016, 22:44

Code: Select all

INIT : Booting Build nr:107
WIFI : No SSID!
INIT : I2C
INIT : Boot OK
INIT : Normal boot
>wifiscan
WIFI : SSID Scan start
WIFI : 5 networks found
WIFI : 1: ***** (-78)
WIFI : 2: ***** (-41)
WIFI : 3: ***** (-87)
WIFI : 4: ***** (-42)
WIFI : 5: ***** (-87)


Ok
>wifissid *****

Ok
WD   : Uptime 0 ConnectFailures 0 FreeMem 26384
>wifikey *****

Ok
>save
FLASH: Settings saved
FLASH: Settings saved
that looked good....
it seemed to work for some seconds...
do you have anything connected?
may post a picture of the device?

User avatar
lucaberta
Normal user
Posts: 59
Joined: 09 May 2016, 11:26
Location: Lausanne, Switzerland
Contact:

Re: Exceptions and stack dumps with NodeMCU

#6 Post by lucaberta » 02 Jun 2016, 23:17

tozett wrote: that looked good....
it seemed to work for some seconds...
do you have anything connected?
may post a picture of the device?
the device I am doing the debugging on right now is a SparkFun ESP8266 Thing:

Image

https://github.com/sparkfun/ESP8266_Thing

The problem is that I am having the same issues on pretty much all the different ESPs I have here on my desk, from an ESP-01 to a -07, and the NodeMCU v1.0 with ESP-12E.

Is there a way to fully zap clean an ESP8266? I am afraid that some leftover in the flash gets in the way... I have tried to flash a blank file the size of the flash by doing this:

Code: Select all

$ esptool.py write_flash 0x0 blank512.bin
but this did not solve the issue.

Any hint?

Thanks,

Luca

tozett
Normal user
Posts: 734
Joined: 22 Dec 2015, 15:46
Location: Germany

Re: Exceptions and stack dumps with NodeMCU

#7 Post by tozett » 03 Jun 2016, 07:44

after flashing a first firmware with a minimal ram-config,
you can see in the serial-monitor (start before flashing) the erase-process,
it runs longer than the flashing-finish message!!!
take your time and wait for the end.
make a cold reboot (power off/on).
go to serial.
issue "erase" or "reset", wait to finish.
cold-reboot.
go to serial monitor.
issue "settings"...

this worked for me...

setup the easpeasy like normal (see wiki).
check in status-page the 'real'-ram size.
flash a new firmware with this 'real-'-ram size (wait for erase to finish)..

see if this works ... i would be glad, if it helps you...

User avatar
lucaberta
Normal user
Posts: 59
Joined: 09 May 2016, 11:26
Location: Lausanne, Switzerland
Contact:

Re: Exceptions and stack dumps with NodeMCU

#8 Post by lucaberta » 03 Jun 2016, 09:02

tozett wrote:see if this works ... i would be glad, if it helps you...
thanks tozett, I have done what you suggest many times, including reflashing and erasing/resetting also using the TX/RX data lines trick (thanks for the suggestion!) but the issue is still there. This is on multiple devices, an ESP-01, an ESP-07, a NodeMCU v1.0, and a SparkFun ESPthing.

As a test, I have reflashed my NodeMCU v1.0 with R107 and erased it and left it unconfigured the whole night, with a serial monitor running on the console, and I could see the normal messages in the log, the NodeMCU never rebooted.

But the moment I configured wifi over the serial console using wifissid and wifikey, or when I connected to the ESP_0 ssid and accessed the initial configuration GUI at 192.168.4.1, then the board would begin the reboot loop.

I have also added a few comments to this other thread, and Dave was suggesting that I might have bricked my boards by using GPIO 9 or 10:

http://www.esp8266.nu/forum/viewtopic.p ... 7298#p7298

The testing continues... thanks a lot for your help!

Ciao, Luca

tozett
Normal user
Posts: 734
Joined: 22 Dec 2015, 15:46
Location: Germany

Re: Exceptions and stack dumps with NodeMCU

#9 Post by tozett » 03 Jun 2016, 12:38

your welcome!
like to see further sharing of interesting new ideas..
:mrgreen:

saaj
New user
Posts: 1
Joined: 20 Sep 2016, 02:24

Re: Exceptions and stack dumps with NodeMCU

#10 Post by saaj » 20 Sep 2016, 02:27

Hello Luca,


I am also fcaing the same issue with sparkfunESP8266thing board didi you overcome it???

Post Reply

Who is online

Users browsing this forum: No registered users and 45 guests