Electronic – How to know what power supply to use with a circuit

microcontrollervoltage

I've bought this tiny microcontroller called a Photon. It comes with a micro USB connector for powering the device (which I am connecting to my computer). I've read somewhere that the maximum voltage that can be applied to the pins of the device is 3.3V.

I'm an electronics newbie. The Photon did not ship with a power adapter. I want to connect it to a wall socket so that it is always on. I'm thinking of using a 5V 1A iPhone adapter, but how can I be sure this will not destroy the circuit?

In general, is there any way I can know what adapter is safe to use with a circuit?

Here is an image of my device:

enter image description here

Best Answer

The board can be powered via USB, so the 5V adapter is OK.

The required voltage of 3.3V is generated on-board from the 5V supply. The maximum voltage for the inputs is 3.3V.

You can find the datasheet here: https://docs.particle.io/datasheets/photon-datasheet/.

In general you should try to find the specification. You can also look at the schematics and the specification of the parts.

Related Topic