Friday 2 June 2017

Switch between power supplies with a MOSFET



I'm new here and my knowledge in electronics is basic, so what I'm trying to do is to switch between two power sources, one at 5V an other at 12V, I already made a circuit that kinda works, but I have to use a diode on the 5V source to lower the real voltage and I don't want that. Is there any way to do that without draining the 5V source?


It would be no problem if the draining would be on the 12V source. Circuit


L.E Looks like that I was wrong, the 3V source does nothing there, I've tried other configurations and I've got nothing, seems that the easiest way to do it is with a relay.


enter image description here


Also I'll try using a Schottky diode as @gbulmer told me in the comment.




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...