Chat freely about anything...

User avatar
By K1ll3r5p3c
#18549 HI

I am completely new to both arduino and ESP module and I am wondering if there is a complete guide for dummies out there. Most of the tutorials That I have found are set-ups for projects and I am looking for something that will help me step by step. I am a slow learner so any help will be appreciated.

K1ll3r5p3c
User avatar
By K1ll3r5p3c
#19398 Ok got it working but I am getting the following message over and over again:

Code: Select allets Jan  8 2013,rst cause:4, boot mode:(3,6)

wdt reset
load 0x40100000, len 25052, room 16
tail 12
chksum 0x0b
ho 0 tail 12 room 4
load 0x3ffe8000, len 3312, room 12
tail 4
chksum 0x53
load 0x3ffe8cf0, len 6576, room 4
tail 12
chksum 0x0d
csum 0x0d
Fatal exception (0):
epc1=0x40248580, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000


Am I doing something wrong ?
User avatar
By tytower
#19406 Yep . Your wiring is probably wrong . Its a common problem I think on breadboards with bad connection wires due to the initiating power draw.A direct connection between GPIO15 and reset will do it too and probably many others including a stall inside a program .

Thats the wdt ( Watchdog Timer) kicking in telling you there is a problem. keep posting anything you want to know.