Post topics, source code that relate to the Arduino Platform

User avatar
By nate4495
#17675 The "busy pl.." will happen eventually in most cases when you try and connect, because if something isn't right when it closes the ESP will hang FOREVER. To solve this you can either wire the ESP to an N-Mosfet to power it on and off using the arduino, this works well as a hardware reset... OR "Transparent mode" if you want to go software this is supposed to work but I haven't tried it and can't verify..
User avatar
By satyasankar09
#17892
nate4495 wrote:The "busy pl.." will happen eventually in most cases when you try and connect, because if something isn't right when it closes the ESP will hang FOREVER. To solve this you can either wire the ESP to an N-Mosfet to power it on and off using the arduino, this works well as a hardware reset... OR "Transparent mode" if you want to go software this is supposed to work but I haven't tried it and can't verify..


I also facing Busy p after a connection is closed, I dont want Hardware reset, Here is my Log:

Host: 192.168.4.1
Connection: keep-aliveAT+CIPSEND=0,52


OK
> <h1>Hello</h1>&lth2>World!</h2><button>LED1</button>
SEND OK
AT+CIPSEND=0,21


OK
> <button>LED2</button>
SEND OK
AT+CIPCLOSE=0

1,CONNECT

+IPD,1,314:GET /favicon.ico HTTP/1.1
Host: 192.168.4.1
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Linux; Android 4.4.2; iris X1 Build/X1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-GB,en-US;q=0.8,en;q=0.6

0,CLOSED

OK
,400:GET / HTTP/1.1
Host: 192.168.4.1
Connection: keep-aliveAT+CIPSEND=0,52

busy p...
<h1>Hello</h1>&lth2>World!</h2><button>LED1</button>AT+CIPSEND=0,21

busy p...
<button>LED2</button>AT+CIPCLOSE=0

busy p...





---------------------------
My Question is what is transprent mode, how to use it, and how this can solve busy p problem.

THanks a lot.