Tuesday 25 June 2019

automotive - Can I use this analog switch for CAN bus signals?


In the deutsch 9 pin obd interface for heavy trucks, some manufacturers use the pin F,G for J1939 protocol and some use it for J1708 protocol. I am trying to use a NLAS4684 analog switch with dual SPDT configuration to get the desired output based on the pins usage by manufacturers.


I am worried about connecting an Analog switch next to the vehicle BUS pin. Is it safe to connect this switch to the diagnostic port to route signals? The Rd_on for this switch is low and the current per channel is around 300mA.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...