A couple of considerations, again for future designs.
One assumes no action should be taken until 12V supplies fully on. So that
should be detected/handled.
Also when end of 15 sec event occurs, should there be a delay before aux 12
V line is activated, to allow 12V main switch to fully remove its V ?
Lastly the trigger source, is it mechanical switch ? If so should pulse train
be initiated after it goes on then off, or initiated at leading edge of
input ? Reason for asking is if former then switch should be debounced.
The following should accomplish all the above still using ATTINY85 as discussed in
post # 6. Here is what it should look like in block code :
View attachment 147508
The main loop block group upper left right hand window, and the subroutines called as needed.
The power of programmable devices where appropriate. And simplicity of block programing if
one is new to programing micros.
There is a learning curve associated with above, so stay the course on your 555 approach,
and you can address the above design points other ways if any of them deemed necessary.
Regards, Dana.