I'm using a latching relay. It is important that the relay keeps open as long as the Arduino does not give HIGH on the correct pin. While this is ok, i have found out that if i turn off the unit while the pulse for closed relay is sent, the pulse to open it again is naturally interrupted. So when the unit is turned back on i have a relay latched in the closed position until the Arduino completes its boot time and pulses the open pin.
So, is there a way of with only electronics to generate a pulse for 2-3k ms to make sure the relay stay latched in open until the arduino boots and gets all its pins straight?
i have tried google, but with lack of a good electronics vocabulary, i only get pulse generators and 555 time modules.
fesanb:
i have tried google, but with lack of a good electronics vocabulary, i only get pulse generators and 555 time modules.
A 555 monostable is what I was thinking of immediately. Trigger it with the Arduino (short pulse) - then let the 555 produce the long pulse for the relay.