-->
Page 1 of 1

wdt when using wificlient

PostPosted: Thu Feb 04, 2016 1:43 am
by steenl
On my ESP-01 using Arduino 1.6.5 with v2.0.0 board manager I can flash HTTPSRequest example and everything works fine. I connect SSID, and do the secure HTTP request.

However it seems when using WiFiClient.h such as in WiFiClient example and invoking
WiFiClient client;
I do not even see the SSID connection and get below.

Any suggestions? Could there be a conflict with older arduino wifi shield code?
Thanks :D

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

wdt reset
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld

Re: wdt when using wificlient

PostPosted: Tue Feb 09, 2016 7:51 pm
by steenl
Problem persists after uninstalling v1.6.5 and re-installing. Also tried two other PC systems across 3 ESPv-01 to no effect. Now plan is to try Arduino 1.6.7 with the later v2.x.x.
Crossed fingers and wish me luck! :?

Re: wdt when using wificlient

PostPosted: Wed Feb 10, 2016 9:38 am
by xtal
Let us know when you find that Elusive Foolish mistake you made..

I have had to remove /reapply power to clear some issues...
A simple pgm error can cause strange stuff...
Not having a return in a function can cause starnge stuff..

Re: wdt when using wificlient

PostPosted: Tue Apr 26, 2016 1:20 pm
by steenl
As most people probably expected it was a missing -01 pullup. All good now.