I'm trying to power my ESP32 which requires an operating voltage of 3.3 V. I have a 5 V, 5 A DC power supply so I set up a voltage divider circuit with a 5 kΩ resistor and a 10 kΩ resistor, therefore Vout = 5 V · (10k / (10k + 5k)) = ~3.33 V.
When measuring the voltage in the middle when just a wire is there, I get a nice reading of 3.2 - 3.4 V which is perfect (see image below).
Here I measured the DC voltage at the white wire and put the COM probe to GND. I get the excepted readings.
THE PROBLEM: When I hook up my ESP-32 to where the white wire was, and connect the ground of the ESP to the ground rail directly connected to the PSU, the board only receives a voltage of 0.6 V (I measured the voltage at the 3.3 V & GND pins on the board with my DMM). It's really weird since the voltage at the node should be 3.2 - 3.4 V. I don't know if I'm wiring something wrong, I'm still very new to electronics.
Additional info:
This board is the ESP32 WROVER CAM Board by Freenove. The
PSU in fact does output 5 VDC, 5 A (measured both with a DMM).