TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Control units for automotive

2 pointsby selmatabout 9 years ago
Has anyone experiences with programming or hacking control units for automotive?<p>Since it is proprietary software do you have any good resources how to get this kind of knowledge (besides to be car-mechanic and access to expensive software and manuals)?<p>Story behind: I know a few stories where guys with luxury cars had an issues with electronics and payed a insane money for troubleshooting in service station. Unfortunately they weren&#x27;t able to solve it quickly and within reasonable budget. They just simply order new unit and replace it.<p>On the other hand, there is small group of guys who specialize on control units. They are &quot;cheaper&quot; then authorized car-stations but still have great income and work for next 6 months. What is untold...i am not sure from where they have got required knowledge and information.

1 comment

davismwflabout 9 years ago
So in general ECU&#x27;s are not easy to just wholesale replace as they may have safeguards built into other electronics looking for proprietary signals from the ECU to activate. You can reprogram aspects of an ECU pretty easily, and you can even clone an ECU. But as far as just replacing it with a non-OEM ECU, I would think it would be cost prohibitive to do the research and development needed to do it properly. This is especially true of higher end cars, where the ABS computer, Radio, Transmission Controller etc all are usually separate and require signals from the ECU. You could reverse engineer it again, but time isn&#x27;t free.<p>There are specs you can find on ECU&#x27;s, most are SAE specs, and most late model ECU&#x27;s use CAN bus for communication. Sparkfun has an article that talks about reading diagnostic codes etc and shows a list of most specs, although I don&#x27;t think it is comprehensive. <a href="https:&#x2F;&#x2F;learn.sparkfun.com&#x2F;tutorials&#x2F;getting-started-with-obd-ii" rel="nofollow">https:&#x2F;&#x2F;learn.sparkfun.com&#x2F;tutorials&#x2F;getting-started-with-ob...</a><p>Aftermarket companies that sell &quot;chip&quot; tuners, from what I understand, work by first using the known protocols to gain access and tune what is possible, but then also will either pay the OEM for access to make other modifications (and thereby usually be covered under factory warranty), or they will reverse engineer things like the fuel map so they can modify it, which works but isn&#x27;t so warranty friendly.