I was going through old threads yesterday and this one caught my eye. Having a dual-battery setup for the inverter would actually be pretty handy, and it just so happens I've been working with different small computer chips lately, including the ATtiny85.
I'm curious if there's still any interest in a delayed-timer board? I think I could put these together for around $15 in parts (including the changes below), so how does that price compare to other available solutions?
If I were to make these, there would be some changes...
The 7805 is horrible inefficient, and it converts all that wasted energy directly into heat. I can get a nice DC-DC converter with a fixed 5V output that will work reliably with an input between 6.5V and 26V.
I would use a small rotary switch to provide an easily-adjustable timer between 0-7 minutes
An LED could be added to blink while the timer is waiting, then go on solid. This could be helpful for troubleshooting?
Output would go through a transistor rated for 1A, which should be more than enough to drive the relay.
With all that, there is still one more available pin free on the chip. This could be used as a secondary input trigger, or to drive another output. I could use it as another line for the rotary switch, and allow timing between 0-15 minutes. If used as another output, it could be set to 1/2 or double the timing of the main output, or it could be set up to trigger X minutes after the main output turns on. The nice thing about programmable chips is that it's so easy to change what is being done.
Any thoughts on this?