Friday 13 June 2014

switches - Issues with Latching switch using push button


I'm trying to make a latching power switch based off this schematic (source: EDN) push button latching power circuit


I emulated the circuit in Falstad and everything works like it should (link to simulation).


However, it doesn't work when assembled on a PCB. When I click the button, I see a sudden spike at Vout from 0 to 0.2V and then it quickly settles back to zero. I'm seeing no behavior that is similar to the simulation. I'm now starting to think I selected the wrong MOSFET/Transistor for the job, but I'm not sure which property would effect the circuit.


Here are some more details about my imlementation:



  • Vs - LiPo Battery (3.9 to 4.2 V Nominal)

  • Desired Vout - mirrors +Vs


  • Mosfet - FDN352AP

  • Transistor - MMBT2222A


Any thoughts? This is the first analog circuit I've built (simulated a few), so not really sure where to start looking.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...