Speeduino: Open-Source Engine Management
21–30 of 58 posts
Re: Speeduino: Open-Source Engine Management
#22Re: Speeduino: Open-Source Engine Management
#23What is engine management? This is not a very "searchable" term.
Re: Speeduino: Open-Source Engine Management
#24What is engine management? This is not a very "searchable" term.
Re: Speeduino: Open-Source Engine Management
#25This is super cool. Much like the Raspberry Pi, I could see this as a way for non-developers to start getting interested in FOSS software/hardware hacking.
Re: Speeduino: Open-Source Engine Management
#26While I love that this is possible you have to be very literate in electronics for this to make sense. A lot of car guys just aren't going to rip apart their wiring harnesses and do testing to make sure it'll work with their onboard sensors. That being said I'm currently looking into this for a turbo econobox. Haven't decided whether to go this route or a standalone but I still have plenty of time to source parts.
I mean, I don't think you have to "rip apart the wiring harnesses".
Re: Speeduino: Open-Source Engine Management
#27While I love that this is possible you have to be very literate in electronics for this to make sense. A lot of car guys just aren't going to rip apart their wiring harnesses and do testing to make sure it'll work with their onboard sensors. That being said I'm currently looking into this for a turbo econobox. Haven't decided whether to go this route or a standalone but I still have plenty of time to source parts.
Re: Speeduino: Open-Source Engine Management
#28Earlier quoted context omitted.
I'm not aware of any aftermarket EMS's using FPGAs, and there are quite a lot of them. The engine position sensing isn't something that requires a lot of specialized hardware: The sensors are usually one or two reluctors or hall effect sensors that give, say, 12 to 64 clock edges per engine rotation. Determining engine position is pretty easy with most microcontroller's built-in timers. I know that megasquirt, and fr…
> I'm not aware of any aftermarket EMS's using FPGAs, and there are quite a lot of them. Engine management has been using PLDs/FPGAs for years.. look at Autronic, Syvecs, Pectel, and a bunch of research engine management systems that are too expensive for mortals to buy. If you're building something in 2020, you'd be shortsighted to not put an FPGA between the engine position inputs, and your time-sensitive outputs.…
Why? Without supporting information this sounds like cargo-culting. What are the timing requirements and why can't they be achieved with current microcontrollers?
Re: Speeduino: Open-Source Engine Management
#29Earlier quoted context omitted.
I mean, I don't think you have to "rip apart the wiring harnesses".
Agreed. In fact, the engine bay wiring harness can probably be kept mostly or completely intact. If the stock sensors are being reused, there's no need to mess with the wiring harness at the sensor end. If the position of components in the engine bay is not significantly changing, then the routing of the wiring harness doesn't need to change either. At most, you're going to have to figure out how to connect the harne…
Re: Speeduino: Open-Source Engine Management
#30Is my car still insurable if I run this?