3

Why does the automotive industry sticks with 5V sensor outputs instead of something like 4-20 mA? Wouldn't it be a solution less prone noise? What are the advantages in using a 5V output instead of a current signal?

Manzillo
  • 97
  • 5

1 Answers1

1

The Automotive industry completely uses CAN Bus at this point,

CAN Bus uses a differential receiver using the ISO 11898−2 [7] high-speed protocol standard that has excellent EMI immunity.

enter image description here

The Two Wire differential solution is favourable for redundancy in the event that one of the signals is broken, the standard handles various error states where 1 of the signals are broken.

A lot of sensor technology is moving towards lower voltages for various reasons, one of which being reduced power consumption. It makes sense that the automotive industry would follow this trend instead of having to make its own branch of sensors developed specifically at higher voltages for automotive. (I understand that automotive grade sensors are generally much more robust than comparative consumer grade ones, which translates to the cost difference)

So, my conclusion would be,

1. Differential (~5V) logic provides plenty of EMI protection

2. Automotive industry want to use existing technology; this means following the trend of reduced voltage. The alternative would be the Automotive industry developing its own sensors that would cost the consumers a lot more!

Sneaky Puffin
  • 600
  • 2
  • 9