-->
Page 1 of 2

ESP-01 for dummies

PostPosted: Tue May 26, 2015 8:47 pm
by K1ll3r5p3c
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

Re: ESP-01 for dummies

PostPosted: Thu May 28, 2015 4:29 am
by tytower
Try the WiKi right at the top of this page you are on

Re: ESP-01 for dummies

PostPosted: Wed Jun 03, 2015 7:47 pm
by K1ll3r5p3c
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 ?

Re: ESP-01 for dummies

PostPosted: Wed Jun 03, 2015 9:05 pm
by tytower
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.