My last project consider an heartbeat on my ESP-12E. I have done this heartbeat using the schema attached, a simple missing pulse made with a 555. The ESP sends a pulse every 100ms, if it stops this pulse, the heartbeat sends a pulse to a bistable electrovalve to close it. The heartbeat is powered by a 9v Battery (like electrovalve voltage) and the pin used to send the pulse is the TX pin of my ESP. I'm using it , because the others are used by the electrovalves.
The problem is that i need to connect the heartbeat only after the boot of the ESP (1 second after the switch on is enough), if i connect it and then switch on the ESP, the ESP doesn't run.
Can you explain me why? Maybe the TX must be in a specific state during the boot?
thanks