Y
Hacker News
new
|
ask
|
show
|
jobs
by
pkphilip
1117 days ago
Can any of this be done using an open source design? that is, would it be possible to create open source engine management kits for vehicles?
3 comments
tyingq
1117 days ago
There's also a fair amount of open source short of full engine management. Things like read/write into the CAN bus, altering fuel curves without fully taking over the engine computer, burning altered EEPROMs for older ECMs, etc.
link
pkphilip
1113 days ago
Thank you! Would you know why it is not possible for the entire engine management unit to be fully open sourced?
link
jacquesm
1117 days ago
Yes, yes, and that's already been done:
https://rusefi.com/
/
https://github.com/rusefi/rusefi/wiki/Hardware
and others...
link
pkphilip
1113 days ago
Thank you!
link
ilyt
1117 days ago
AFAIK you can "just" take Cortex-R based MCU and just configure it properly and you will get the "resets if 2 cores don't agree" behaviour
link