I'm working on a project that will use a membrane keypad to control all functions of the project.
I need a latching circuit to control power. To turn power on, a button on the keypad needs to be pushed. The circuit needs to be turned off by using a pin on the Arduino. The Arduino is powered by 5V from a boosted 3.7V Lipo battery. Ideally the latched circuit can tolerate 1 amp.
I came across this circuit, http://www.circuitpop.com/pic2.html. Is this circuit suitable? I will need to buy in these parts especially if need be.
It'll be great if anyone can offer some advice on this. I'm very new to circuits.
Have you considered using a standalone atmega328 chip (which you can get ready-assembled on a board with the crystal if you want) and running it directly from 3.7V? Then you wouldn't need either the power supply voltage booster or the power supply switch, because you can put the chip in power-down mode to turn it off, and wake it up again when certain of the membrane keys are pressed.
Two CMOS NOR gates make a flip-flop to control a p-channel MOSFET power switch.
A push button and pull-down resistor form the turn-on circuit, and the load
can pull the other input high to switch it off again. The supply voltage (and MOSFET)
is assumed logic-level.