Is there any IC available to convert sensor signal to CAN signal?

Joined
Feb 28, 2020
Messages
1
I am working on a project where I need to convert my sensor signal into CAN signal, what is the simplest way to do this ?, Is there any IC available which will help me or there is compulsory a need of MCU for doing that ?
Thanks in Advance :D
 
chiragctwinkle said:
I am working on a project where I need to convert my sensor signal into CAN signal, what is the simplest way to do this ?, Is there any IC available which will help me or there is compulsory a need of MCU for doing that ?
Thanks in Advance :D

No.

Communication based protocol.

https://en.wikipedia.org/wiki/CAN_bus
 
There are very straightforward CAN comms libraries for all the leading MCUs, especially Arduino.
 
chiragctwinkle said:
I am working on a project where I need to convert my sensor signal into CAN signal, what is the simplest way to do this ?,
The simplest way is to use a sensor that already outputs CAN, there are a number of different types out there, so if your needs are covered by one, I'd do that.

One possible site that may help
https://www.sensorsportal.com/HTML/Sensor.htm
along with any of the regular electronics parts distributors.
 
Back
Top