-->
Page 1 of 1

Host MCU reset by esp8266 at the time of WiFi Configuraion?

PostPosted: Thu Mar 22, 2018 10:07 am
by vishal.borle
Hi Everyone!!

I have interface ESP8266 with other 32 bit MCU for sending sensor data to server.
I have interface wifi using UART and at all control using AT command.
My device is battery operated so i have control ESP8266 CH_PD pin through host MCU via 10K resistor.
everything is working fine but problem is when i sent WiFi SSID and PWD AT command by android app to MCU at that time host mcu is reset and it start as old wifi configuration.
How i can control CH_PD wifi pin with Host mcu is need to any external circuit like transistor FET or other. If
yes please suggest me how i can avoid this reset problem.
I am control this CH_PD pin for low power consumption.
I know we can use deep sleep mode but in that also ESP8266 resetting
So sir let me know i am lots of search and trying different different option but until not find better soultion.

Looking forward your reply.

Thanks
Vishal

Re: Host MCU reset by esp8266 at the time of WiFi Configurai

PostPosted: Mon Apr 09, 2018 9:36 am
by kee
when i see "reset" first came in my mind is power problem.
do you have separate dc power(battery?) for the esp8266 + your another mcu
Just my 2 cents :)