Hi - I've spent the last 2 months learning, new to the hobby. I had some EE classes back in college - but that was a long time ago, and my math skills have long since rusted.
After a lot of online research and trial-and-error, this circuit is working, and I'm really looking for a "review" and some feedback from anyone interested in helping me out.
The requirements I worked off of:
* power source is a 1s 3.7v LIPO - so I need low-voltage shutoff and a 3.7 to 5V boost to power the Arduino
* need to use one momentary switch for both power on, arduino signaling, and power off
I solved the first requirement, after a lot of research, with three small devices I bought. They are labeled in detail in the attached diagram. One is a low voltage protection circuit from Turnigy. The second is a soft-latch switch from Pololu - which I didn't find until after I had learned how to create my own, this one is much better. The third is a simple 5V step-up that I also got from Pololu.
So, yes, so far I've only stood on the backs of others more intelligent than me. What I had to do myself was create a circuit to use the single button in the circuit to signal the soft-latch switch to power on when the device was off, but when the device was on I wanted the same button to be tied to the Arduino for digital signaling to my program.
After reading a number of other posts, I got the attached circuit working, using a PNP transistor to "disconnect" the button from the soft-latch once the arduino was powered on. I can then use logic in the arduino to signal the soft-latch to turn off through pin D3, and I coded it to do this when the same button is pressed and held for 2 seconds.
I forgot to label the resistors - they are 100K. I added the diodes based on some other implementations I'd looked at, to prevent any reverse current through the two circuits using the switch.
Thank you for taking the time to read this far - I'm trying to learn and I'm open to any and all feedback.

After a lot of online research and trial-and-error, this circuit is working, and I'm really looking for a "review" and some feedback from anyone interested in helping me out.
The requirements I worked off of:
* power source is a 1s 3.7v LIPO - so I need low-voltage shutoff and a 3.7 to 5V boost to power the Arduino
* need to use one momentary switch for both power on, arduino signaling, and power off
I solved the first requirement, after a lot of research, with three small devices I bought. They are labeled in detail in the attached diagram. One is a low voltage protection circuit from Turnigy. The second is a soft-latch switch from Pololu - which I didn't find until after I had learned how to create my own, this one is much better. The third is a simple 5V step-up that I also got from Pololu.
So, yes, so far I've only stood on the backs of others more intelligent than me. What I had to do myself was create a circuit to use the single button in the circuit to signal the soft-latch switch to power on when the device was off, but when the device was on I wanted the same button to be tied to the Arduino for digital signaling to my program.
After reading a number of other posts, I got the attached circuit working, using a PNP transistor to "disconnect" the button from the soft-latch once the arduino was powered on. I can then use logic in the arduino to signal the soft-latch to turn off through pin D3, and I coded it to do this when the same button is pressed and held for 2 seconds.
I forgot to label the resistors - they are 100K. I added the diodes based on some other implementations I'd looked at, to prevent any reverse current through the two circuits using the switch.
Thank you for taking the time to read this far - I'm trying to learn and I'm open to any and all feedback.
