Page 1 of 1

Can I use the 5V power port on the ESP32 to power the sensor?

Posted: Sat Feb 08, 2025 2:37 am
by meloy9
hello,everyone!
I am using a development board from the ESP32-DevKitC series, and the sensor requires a 5V operating voltage. The pinout for the ESP32-DevKitC board is as follows. Can I use its 5V power rail port to connect the sensor's VCC power supply? Because the ESP32's GPIO port operates at 3.3V, will this cause a conflict and damage my development board?

Re: Can I use the 5V power port on the ESP32 to power the sensor?

Posted: Sat Feb 08, 2025 11:43 am
by ahsrabrifat
Yes. You can.

Re: Can I use the 5V power port on the ESP32 to power the sensor?

Posted: Sat Feb 08, 2025 5:30 pm
by mikemoy
use its 5V power rail port to connect the sensor's VCC power supply?
Yes, but what voltage is your sensors output voltage? If 5v as well you have to bring that down to 3.3v.

Re: Can I use the 5V power port on the ESP32 to power the sensor?

Posted: Tue Feb 11, 2025 12:17 pm
by hedayR
The 5V of the board can supply power to the sensor; if the sensor needs 3.3V, then it needs to be connected to the 3.3V power supply; otherwise, the sensor will be burned out.