I need to reset my esp-12 at times using software, without manually doing it. How do you guys suggest i do it?
I have a project running arduino uno along with the esp-12. I am using arduino IDE to program the esp.
1) is it possible to connect RST pin of ESP directly to a digital pin of arduino and reset it by making it low-->HIGH. from arduino?
2) I also found that in some posts, that ppl suggest using CH_PD to restart the module. is it so?
3) is it possible to connect esp's RST pin to one of its OWN digital pin, make it go low using digitalwrite()?
So, pls suggest me if any of the above is possible, or even sensible in the first place to do. Or if u guys have a better approach to it. All i need is a way to reset the esp using code.
Thanks in advance