3
votes
1answer
1k views

TTL voltage shift from 5 to 3.3 Volts “UART”

I want to make serial communication with a device which works on 0-5 Volt TTL level. But my serial chip uses 3.3 Volt logic. (this is an UART communication) I know that I need a step down at least ...
2
votes
3answers
277 views

Which 74xx logic families are overvoltage tolerant on their outputs?

Here's my dilemma: I have a 3.3v active-low logic line, and I want to use it to drive a 5v active-low logic line. The 5v line already has a pullup, so my plan was to use an open-collector buffer IC ...
6
votes
1answer
819 views

How is this circuit for level converting (5V<>3.3V) working?

Does anybody know, how is this circuit exactly working? It is level converter between 5V and 3.3V logic and it is bi-directional. I have some theory, but I am not sure with it (I never worked with ...
3
votes
3answers
2k views

Bidirectional level swiching 5V <-> 3.3V

I am looking to interface a 3.3V device with a 5V one. This will require the shifting of the logic levels between the two devices. Doing this in one direction is a trivial matter, but I need to do ...