I'm attempting to build a voltage divider to connect a 3.3V sensor to an Arduino MKR 1000, which has a 5V pin. Below is a schematic and pictures of my circuit. I'm not sure what I'm doing wrong unless I have the Vin and Vout confused. Any help would be greatly appreciated. Thank you.
A voltage divider doesn't work as a power supply because the resistance of the load is in parallel with the "bottom" resistor (the resistor connected to ground). That lowers the voltage, usually by a lot depending on what you are trying to power.
A voltage divider only work for low current "signals" and "references".
If you want to bring 5V power down to 3.3V power you need a voltage regulator.
Good point. Not familiar with that board and should have checked. Was assuming the voltage divider was being added because the board didn't have an on-board regulator and/or present the output on an external pin. Since it does, there is no reason why not to use it.