You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been testing serial communication between ESP 12F and another device.
What i've found is if Rx pin of ESP 12F has to be HIGH at boot. If it is pulled LOW before power is applied ESP does not boot.
In my case Arduino nano had LED on pin 13 which i used for software serial and was pulling the pin to ground.
Just posted because i haven't found anything anywhere about Rx pin having to be HIGH at boot for ESP to start up.
The text was updated successfully, but these errors were encountered:
Hi,
I've been testing serial communication between ESP 12F and another device.
What i've found is if Rx pin of ESP 12F has to be HIGH at boot. If it is pulled LOW before power is applied ESP does not boot.
In my case Arduino nano had LED on pin 13 which i used for software serial and was pulling the pin to ground.
Just posted because i haven't found anything anywhere about Rx pin having to be HIGH at boot for ESP to start up.
The text was updated successfully, but these errors were encountered: