hello.
Right now I have a setup were an esp8266 fetches the weather and time from the web, and the sends it to an arduino due, which displays the information on a display.
however, sometimes either the due or esp8266 (probably the esp) fails to update. If I reset the esp8266, I get update again. So, what I am imagining is pulling the esp8266's reset pin low if the arduino doesn't get its expected update.
And since I'm doing that I might as well make the esp be able to reset the due if it doesn't receive an reply.
assuming they are both powered from the same power source, is it safe to pull pins low (I'm sure I need some sort of resistor to prevent a short if one pin is high and the other is low) and do I need a pull up resistor to prevent floating pins resetting the mcus by accident?