[last updated: 2022-10-07]
go to: ...
-----
- Why:
Some components/modules/devices have inputs/outputs that can handle 5v.
Other devices have I/O that can only handle 3.3v. Putting a 5v signal into a 3.3v input will usually damage the part.
If you need to connect two such different devices, you must "level-shift" their I/O voltages so they work with each other without damage.
(Note we're only talking digital signals here, not analog.)
- What:
Level shifters are components/modules that take in say a 5v digital signal and put out a 3.3v signal,
or they take in a 3.3v signal and put out a 5v signal.
(There are of course other variations, but this is the basic, most common usage).
- Types:
-
.
.
.
eof