Powering Photon simultaneously via USB and Vin

Hi,

I have not found an answer to this hence the question. If Photon is powered via Vin and USB cable plugged in - won’t they conflict? On Arduino boards this is solved by Mosfet used as a switch to cut off USB power if the Vin is used but I don’t see it in Photon.

My application will use Photon plugged into larger board with its own power supply feeding Photon but I would need to use USB every now and then.

1 Like

There is a protection diode that prevents power from Vin to USB, so your USB port is safe.
If you want to protect your Vin source against USB power, you’d have to add an external diode too.

But I thought there was something in the docs about this and there are several threads in this forum too (mainly about the Core, but the Photon behaves just the same in this regard).

See Vin pin description here
https://docs.particle.io/datasheets/photon-datasheet/#pin-description
https://docs.particle.io/datasheets/photon-datasheet/#power
The key info is the bit about “a reverse polarity protection series schottky diode between VUSB and VIN”

Forum discussions
What happens if both vin and USB are connected to 5V
Use USB serial for datalog while core is powered over Vin?

2 Likes

Thanks very much for the reply and the links.

1 Like