|
|
|
|
|
by dreamcompiler
1151 days ago
|
|
Relative rotary encoders are much cheaper than absolute rotary encoders, and I expect that's the problem here. If the encoders were absolute, one could make them work just like a potentiometer (because potentiometers are absolute). Relative encoders cannot remember where they were last set because they only sense dp/dt, rather than position itself. So it's up to the software to remember the last position, and everybody knows car companies won't pay software engineers tech company salaries, so by definition car companies get B-level and C-level programmers, and the driver gets weird misbehaving audio in the car. |
|