Hello There!
I am using ESP12-F as a WiFi shield to Arduino. Only problem I am facing is, Arduino won’t connect to WiFi, until I pull the reset of ESP8266 low. Once the ESP is reset, everything works fine as expected. One of the solution I have in my mind is to connect ESP8266 rest pin to a digital pin of Arduino and pull low from setup. Is it a good idea? Will it work? or are there any better solutions?
Thanks in advance!