Friday 17 June 2016

voltage - Bi-Directional Step up and Step down (3.3v 5, etc)


So I've been reading a few threads here and on other forums. I understand there are various solutions for stepping down or up a voltage. What I have found are the LVC series shift regs that give a constant ouput, MCP1825 which will step down 5 to 3.3 (and other versions which have different increments) the 74LCX245 which will step 2.5 or 3.3 to 5v and perhaps some others I am forgetting. Then there are ready made boards such as the Sparkfun converters or this 8 pin to 8 pin converter. But all of these are one direction only, or bi-direction switched by a jumper.


How would I convert voltages down or up in both directions without requiring a pin select.


5--3.3



5--2.5


5--1.8


thanks



Answer



Sparkfun has a tutorial on sensor interfacing/logic-level conversion that might be useful to you.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...