SparkFun Forums 

Where electronics enthusiasts find answers.

For the discussion of Arduino related topics.
By rrc1962
#118335
I need to use an SD card shield with a Pro 5V board. I was under the impression that the Pro 5V had the same pinouts as the Arduino Uno, but I was mistaken. It appears that the pin on the Pro that matches up to the pin on the Uno that puts out 3.3V actually puts out 5V.

What's the best way to reduce 5V down to 3.3V? I'm thinking resistor, but I'd need to know the exact current draw of the SD shield to calculate that. I thought of going with a 3.3V board, but that would be even more work considering I need 5V discrete logic out and have 5V going in from another circuit.

Thanks
By thefatmoop
#118337
i'm curious of the 'best' method. If you have only a few lines needing to be lowered and current draw is virtually nothing, use a resistive divider.

http://en.wikipedia.org/wiki/Voltage_divider
resistive divider

reminds me of the OLED screen from adafruit needs 3.3v, so using a level shifter:
Image


just check everything with a voltmeter before connecting
User avatar
By leon_heller
#118342
Just use a 3.3 V LDO regulator.
By rrc1962
#118363
leon_heller wrote:Just use a 3.3 V LDO regulator.
Thanks...Don't know why I didn't think of that. I use the 5V version of this all the time.
By stevech
#118389
I've used two silicon diodes in series. Close enough, in many cases.
Mind the current rating.