NEW PRODUCT – 74LVC245 – Breadboard Friendly 8-bit Logic Level Shifter

Window-114

NEW PRODUCT – 74LVC245 – Breadboard Friendly 8-bit Logic Level Shifter. Most of our customers love using the Arduino for prototyping, design and invention but find themselves stuck when trying to connect the Arduino to the latest sensors, displays, controllers, interfaces, etc. as they are almost all 3.3V logic these days. We try to solve this problem by having all our breakout boards be 5V compatible or when that’s not possible, including a level shifter chip but there are still thousands of tempting devices out there.

This chip solves the problem of how to interface 3.3V logic devices to a 5.0V logic chip such as the Arduino. Most 3.3V devices do not like being run with 5V signals and can be damaged or flaky. The 74LVC245 is designed so that even when it runs at 1.8V, it still happily accepts 5V signals in one pin and converts it to a lower logic level on the opposite pin. This chip is only for digital signals, it doesn’t convert analog signals (you need an op amp for that). It has 8 pipes it can convert and it wont work nicely with bi-directional/pull-up based devices such as I2C or 1-Wire. It does work great for SPI, Serial, Parallel bus, and other logic interfaces.

Using it is simple. We suggest checking out the 74LVC245 datasheet for details but essentially: connect VCC to your logic level you want to convert to (say 3.3V), Ground connects to Ground. Wire OE (output enable) to ground to enable the device and DIR (direction) to VCC. Then digital logic on the A pins up to 5V will appear on the B pins shifted down to the VCC logic.

In stock and shifting now!


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


4 Comments

  1. “it wont work nicely with bi-directional/pull-up based devices such as I2C or 1-Wire”? Typo?

  2. hiya! we’re not sure what you mean, can you elaborate a little more? if there’s a typo we’ll fix it right away!

  3. Yeah, that phrase tripped me up too! I just wasn’t expecting to see the phrase “won’t work” and “nicely” in the same sentence… but it does make sense.

  4. @FourthDr: I don’t believe it’s a typo. Because of the way I2C and 1-Wire work, this type of device in incompatible. Both protocols rely on the fact that both devices (master AND slave) can drive the lines independently from one another.

    For example, with I2C, the start condition requires that the master hold the SDA line low while the slave controls the SCL line. This means both devices are driving a line.

    With the 74245, the DIR pin controls the direction of all the lines at once, so this would be impossible.

Sorry, the comment form is closed at this time.