ESP8266 basic operation
Posted: Fri Dec 02, 2016 1:43 pm
I have ESP8266 Wifi Shield connected to Arduino Uno.
My sketch includes SparkFunESP8266WiFi.h. It calls the following methods on ESP8266:
begin
setMode
connect
getAP
All of these often require many retries, between 0 to 70, to succeed. Is this normal?
My sketch includes SparkFunESP8266WiFi.h. It calls the following methods on ESP8266:
begin
setMode
connect
getAP
All of these often require many retries, between 0 to 70, to succeed. Is this normal?