by SamBamboo » Tue May 22, 2012 7:42 pm
This idea is a little crazy but...
First of all I don't exactly understand the data sheet specs for MOSFETS, but I know these will eat up some power RDS(on).
I dont like the idea of having to throw 2.5V+ to turn the thing OFF, that is sort of the opposite of what I want to do.
I could easily pair an ATtiny45 to the system to handle this ridiculous situation. Have it read a digital pin from the 1284p,
once it reads LOW that mean BOD has been triggered on the 1284p, then ATtiny45 will run some code to turn the strip off, wait a second, turn itself off, set external interrupt and wait for the 1284p to turn on.
I do like this idea much better, I can understand it much easier than digging into ISR(), but will ATtiny45 consume way more power than the MOSFET?
I am going for a well working system, as well as making this system run as long as possible on batteries