5v pin incident from ESP32 XIAO C3

Hello Internet,

In todays problem I have an esp32 xiao c3 board that I am powering using a 3.7v battery on the battery pins and I want to use the 5v pin to power a circuit.

However when I measure the voltage from the 5v pin it only reports somewhere between 0.23v -0.26v and that is with a fully charged battery.

I assume it is because of my (absolutely HORRIBLE) soldering but I really hope that it is because of another reason.

If you can help that'll be a lot!

You need to connect USB:

Power Pins
5V - This is 5v out from the USB port.

(From this page)

The source of 5v on the ESP32 board is a USB connector. Without connecting to USB there is no 5v on "5v" pin

So what you mean is that the only way I will get 5v output I will need to use a USB connector?

If that's the case then it completely defeats the purpose of what I am trying to achieve which is to power my circuit with 5v and also make it portable. Is there any solution to that?

Cannot be done.

There is a regulator on your board that can reduce 5V to 3.3V for the chip power. This regulator cannot increase voltage, only reduce voltage.

You can purchase special circuits (on Amazon or eBay) that can increase your battery voltage to 5V.

From the XIAO, yes.

You can use a "boost converter" to increase the battery voltage to 5V.

But why do you need 5V? It would be better to run the circuit with 3.3V if possible because that is the XIAO's operating voltage. With the circuit at 5V, you would need to reduce any output voltage back to 3.3V to connect it to the XIAO.

I would clarify - an external "boost converter". The XIAO board itself can't produce 5volt output from the 3.7 input

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.