-->
Page 1 of 1

ESP8266 basic operation

PostPosted: Fri Dec 02, 2016 1:43 pm
by Johnny Slow
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?