EYE ON NPI - Analog Devices' LT3960 I2C to CAN-physical transceiver episode artwork

EPISODE · Jul 8, 2021 · 9 MIN

EYE ON NPI - Analog Devices' LT3960 I2C to CAN-physical transceiver

from Adafruit Industries · host Adafruit Industries

Could this week's EYE ON NPI help you with communicating with far away I2C sensors and devices? Yes, indeed it CAN! This week we're featuring the Analog Devices LT3960 (https://www.digikey.com/en/product-highlight/a/analog-devices/lt3960-high-speed-transceiver), a handy chip that will let you take advantage of the noise-durability of CAN with the universality of I2C. The LT3960 is a high-speed transceiver which creates the functional equivalent of a single-master I2C bus in the CAN physical layer and is powered from a single wide-ranging input voltage. Using two integrated CAN transceivers, the LT3960 creates a differential proxy for each of the single-ended I2C clock and data signals which is capable of traversing harsh or noisy environments across two twisted pairs. Please note! The LT3960 is not a I2C to CAN bus converter/adapter. It isn't like your CAN devices will appear on an I2C bus or vice versa. It's just a physical-layer converter: basically it lets you use your existing I2C controllers and peripherals but without the restrictive single-ended transmission layer: It should be noted that while the LT3960 uses the CAN physical layer to conduct bidirectional I2C data, the CANSCL and CANSDA buses created by the LT3960 are not traditional CAN buses carrying traditional CAN data. As such, the CANSCL and CANSDA buses between LT3960 devices cannot be shared with standard CAN transceivers in a multidrop configuration. However, you can (ha!) have multiple I2C sensors on the end of the long cable, either by having multiple sensors connected to one LT3960 or multiple LT3960's tied to the I2CAN bus along the route. A nice touch is the separate VIN pin, connected to a high-voltage LDO that can drop 60V down to 3.3V so you could also pass a high voltage power signal down the cable that could be then regulated at the end, locally, to provide power to the transceiver and sensor. This could do a great job for automotive/robotics/industrial/agricultural sensor systems with long distances or electrically-noisy environments, without having to go to wireless or having 'smart' nodes. OK so why not just use CAN bus straight-up, instead of this converter? Well, I2C is the vastly more popular protocol for a variety of sensors and devices - it's supported by every microcontroller and microcomputer we've ever seen. If you wanted to use CAN, you'd have to connect an existing I2C sensor to a microcontroller/computer with CAN and then write and support the converter firmware. But most low cost microcontrollers don't have native CAN - it's considered an advanced peripheral, so now you have to go with a pricey chip like the STM32F405 (https://www.digikey.com/en/products/detail/adafruit-industries-llc/4382/10673113) or you could try tacking a CAN converter chip (https://www.digikey.com/en/products/detail/microchip-technology/MCP2515T-I-SO/593681) onto your existing nodes, also not cheap and now adds another failure risk. So whether you're using an Arduino UNO, STM32F405 or Raspberry Pi main controller or data logger, you can take advantage of the existing I2C controller you've already got. Then use this low cost chip on either side of your sensor network to create a durable network without the added complexity of having I2C-to-CAN nodes. So for example, if you have a greenhouse with a plethora of SHT30-based soil sensors (https://www.digikey.com/en/products/detail/adafruit-industries-llc/4099/10230011), each on I2C, you can stick this chip on the end of each sensor and voila, the data can be run all the way to the end of the building (and with that 60V LDO, your CAT-5 cable (https://www.digikey.com/en/products/detail/amphenol-cables-on-demand/MP-5ERJ45UNNB-003/6052293) can provide power too). Sprinkle a few of these over your design and sweep away your EMI and stray capacitance problems with no change in firmware. This NPI just dropped, so sign up at digikey.com to be notified the moment the LT3960's (https://www.digikey.com/short/9wp0j1f5) are in stock!

Could this week's EYE ON NPI help you with communicating with far away I2C sensors and devices? Yes, indeed it CAN! This week we're featuring the Analog Devices LT3960 (https://www.digikey.com/en/product-highlight/a/analog-devices/lt3960-high-speed-transceiver), a handy chip that will let you take advantage of the noise-durability of CAN with the universality of I2C. The LT3960 is a high-speed transceiver which creates the functional equivalent of a single-master I2C bus in the CAN physical layer and is powered from a single wide-ranging input voltage. Using two integrated CAN transceivers, the LT3960 creates a differential proxy for each of the single-ended I2C clock and data signals which is capable of traversing harsh or noisy environments across two twisted pairs. Please note! The LT3960 is not a I2C to CAN bus converter/adapter. It isn't like your CAN devices will appear on an I2C bus or vice versa. It's just a physical-layer converter: basically it lets you use your existing I2C controllers and peripherals but without the restrictive single-ended transmission layer: It should be noted that while the LT3960 uses the CAN physical layer to conduct bidirectional I2C data, the CANSCL and CANSDA buses created by the LT3960 are not traditional CAN buses carrying traditional CAN data. As such, the CANSCL and CANSDA buses between LT3960 devices cannot be shared with standard CAN transceivers in a multidrop configuration. However, you can (ha!) have multiple I2C sensors on the end of the long cable, either by having multiple sensors connected to one LT3960 or multiple LT3960's tied to the I2CAN bus along the route. A nice touch is the separate VIN pin, connected to a high-voltage LDO that can drop 60V down to 3.3V so you could also pass a high voltage power signal down the cable that could be then regulated at the end, locally, to provide power to the transceiver and sensor. This could do a great job for automotive/robotics/industrial/agricultural sensor systems with long distances or electrically-noisy environments, without having to go to wireless or having 'smart' nodes. OK so why not just use CAN bus straight-up, instead of this converter? Well, I2C is the vastly more popular protocol for a variety of sensors and devices - it's supported by every microcontroller and microcomputer we've ever seen. If you wanted to use CAN, you'd have to connect an existing I2C sensor to a microcontroller/computer with CAN and then write and support the converter firmware. But most low cost microcontrollers don't have native CAN - it's considered an advanced peripheral, so now you have to go with a pricey chip like the STM32F405 (https://www.digikey.com/en/products/detail/adafruit-industries-llc/4382/10673113) or you could try tacking a CAN converter chip (https://www.digikey.com/en/products/detail/microchip-technology/MCP2515T-I-SO/593681) onto your existing nodes, also not cheap and now adds another failure risk. So whether you're using an Arduino UNO, STM32F405 or Raspberry Pi main controller or data logger, you can take advantage of the existing I2C controller you've already got. Then use this low cost chip on either side of your sensor network to create a durable network without the added complexity of having I2C-to-CAN nodes. So for example, if you have a greenhouse with a plethora of SHT30-based soil sensors (https://www.digikey.com/en/products/detail/adafruit-industries-llc/4099/10230011), each on I2C, you can stick this chip on the end of each sensor and voila, the data can be run all the way to the end of the building (and with that 60V LDO, your CAT-5 cable (https://www.digikey.com/en/products/detail/amphenol-cables-on-demand/MP-5ERJ45UNNB-003/6052293) can provide power too). Sprinkle a few of these over your design and sweep away your EMI and stray capacitance problems with no change in firmware. This NPI just dropped, so sign up at digikey.com to be notified the moment the LT3960's (https://www.digikey.com/short/9wp0j1f5) are in stock!

NOW PLAYING

EYE ON NPI - Analog Devices' LT3960 I2C to CAN-physical transceiver

0:00 9:06

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

API Intersection Stoplight Building a successful API requires more than just coding. It starts with collaborative design, focuses on creating a great developer experience, and ends with getting your company on board, maintaining consistency, and maximizing your API’s profitability.In the API Intersection, you’ll learn from experienced API practitioners who transformed their organizations, and get tangible advice to build quality APIs with collaborative API-first design.Jason Harmon brings over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.They’ll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new API’s), Platform Transformation (culture, internal education, versioning) and more.They’ll also chat with experienced API practitioners from a wide array of industries to draw out practical takeaways and insights you can use.H TV Podcast Industries Chris Jones, Derek O'Neill and John Harrison. TV Podcast Industries TV Podcast Industries is a podcast that provides discussions and reviews of various TV shows, including recent popular series like Alien Earth, The Sandman, The Last of Us, The Boys, and Daredevil Born Again. They also cover shows such as Ironheart, Star Trek: Picard, The Rings of Power, and many more, spanning both Marvel and DC universes, as well as other genres. Heart to Heart Podcast One on One / Next Level Studios In the Heart to Heart Podcast, we talk to some of our favorite & most interesting people in the entertainment industry so you can feel empowered and learn that even in the most challenging of industries, where there’s a will there’s a way.Whether you’re an actor, a writer, a casting director, a talent rep, or just someone interested in the behind the scene happenings of the entertainment industry, this podcast will have something for you. NOW, this isn’t just another How To podcast for actors. Plenty of those shows already exist. In Heart to Heart, every guest will share stories inspired by their sometimes winding path to success on their own terms. The Learning Future Podcast with Louka Parry The Learning Future The world has never been changing more rapidly, dislocating the ways we work, learn and live. On The Learning Future Podcast we discuss the knowledge, skills and dispositions we all need for our learning future, exploring insights through interviews with world-class educators, researchers, policy makers, and leaders from across industries and across the world.

Frequently Asked Questions

How long is this episode of Adafruit Industries?

This episode is 9 minutes long.

When was this Adafruit Industries episode published?

This episode was published on July 8, 2021.

What is this episode about?

Could this week's EYE ON NPI help you with communicating with far away I2C sensors and devices? Yes, indeed it CAN! This week we're featuring the Analog Devices LT3960...

Can I download this Adafruit Industries episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!