So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Mahmut Özdemir
#75548 Today at 10:53 pm Last Edit: Today at 10:59 pm by ozdemir03
I am using ESP8266 with Arduino to connect wifi but when i using AT commands like "AT+CWJAP=..." i am getting this error;

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

wdt reset
load 0x40100000, len 612, room 16
tail 4
chksum 0x12
load 0x3ffe8000, len 788, room 4
tail 0
chksum 0x50
load 0x3ffe8314, len 264, room 8
tail 0
chksum 0x4a
csum 0x4a

2nd boot version : 1.1
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size : 4Mbit
jump to run user1

rd
ready

Image

how can i fix this problem?

by the way sorry for my bad english
User avatar
By gibo77
#80893 if YOU ARE using Arduino IDE, do not use AT commands. There are examples in the Arduino IDE to start with and will keep you busy for the next month. :) Arduino IDE is a separate programming than AT commands.