I am working on a project that has a very low power constraint. It has to operate on very less current, do I chose to use a bare bone Arduino. And I want it to shut down after 1 minute of inactivity. I found out such resources in ZolaLab website:
But I have another condition too, i.e, it has to start by itself when it is powered on for the first time (in our town, there is power failure frequently) which is not possible using the above circuit.
I decided to use a 470uF capacitor in place of the switch, but it has to be a discharged every time after Arduino boots up.
Can anyone help me by giving other possible solutions.
Thanks in advance