5v to 3v
I am connecting the javelin up to the Linkmatik (by flexipanel). Linkmatik operates at a Vdd of 3.3v. javelin operates at a Vdd of 5v. It needs 2 UART, 2 output and one input to connect to it where Output highs are Vdd and Input highs must not exceed Vdd.
How can I do this?
Many Thanks
Jonathan
Post Edited (Dorling) : 5/16/2007 11:42:27 PM GMT
How can I do this?
Many Thanks
Jonathan
Post Edited (Dorling) : 5/16/2007 11:42:27 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
¿Eso es OK?
Post Edited (PJ Allen) : 5/17/2007 1:38:03 AM GMT
PJ Allen. I need to go from 5v to 3.3v to do you have a drawing of that pleas
Many Thanks
Jonathan
Is it negative logic?
Is there any more information on the web about this about how it works?
Many Thanks
Jonathan
I've done a similar thing in one of my robotics projects, where I had to interface a BS2 microcontroller with a 3.3V XBee from Maxstream. I used level translator ICs to communicate between 5V and 3.3V circuits. What you need is:
5V -> 3.3V : 74LVC245 IC
3.3V -> 5V : 74HC245 IC
I was able to google a schematic for your reference: http://ciam.dyndns.org/~vitamin/tof/AXIC/arduinoxbeebuffered.jpg
Hope this helps.
Cheers,
Aaqil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
E=mc^2
1) It's positive logic: 0V for logic low, anything over about 2.7V for logic high
2) It works both ways.
3) Using the 74HC245 and 74LVC245 is faster and provides for several signal lines (they're octal parts), but these parts are unidirectional (which may not matter). Beau's circuit switches more slowly, only provides a single signal line (unless you have multiples of the circuit), but is bidirectional.
4) Some companies (like TI) now have high speed bidirectional level shifters. See the "sticky thread" in the Propeller forum for examples and links.
Post Edited (Mike Green) : 5/22/2007 3:00:52 PM GMT
I looked up TI's website for bidirectional level shifters. For those interested, heres a datasheet for the SN74LVC1T45
http://focus.ti.com/lit/ds/symlink/sn74lvc1t45.pdf
Aaqil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
E=mc^2
Post Edited (Aaqil Khan) : 5/23/2007 3:07:02 PM GMT
Many Thanks for the for the link and the IC what could be used.
It state in the schematic that the need for capacitor (http://ciam.dyndns.org/~vitamin/tof/AXIC/#proto1) but doesn't state which type are thy electrolytic or ceramic?
Many Thanks
Jonathan
Heres an interesting article if you're looking to learn more about bypass caps:
www.seattlerobotics.org/encoder/jun97/basics.html
Hope that helps.
Aaqil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
E=mc^2