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

User avatar
By Johnny Slow
#59018 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?