Friday 17 January 2020

usb - Switch between 5V power supplies?


I'm designing a board that can be powered either by USB or an ATX power supply. They can both be plugged in at the same time, independently. I'd like the ATX to provide 5V if its plugged in, but fall back to the USB if possible. The chips in the circuit will all be running at 5V.


Any ideas?




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