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.

Speeduino – Arduino based engine management

121 pointsby canbusalmost 2 years ago

11 comments

technothrasheralmost 2 years ago
I had some fun a few years ago developing a replacement circuit for Ferrari 308&#x2F;Mondial ignition ECUs, and then subsequently the ones for the 328&#x2F;Mondial 3.2&#x2F;Testarossa cars. It was interesting to see how crude but still effective the original circuits from the 1980&#x27;s were, but also how much polish I could give to it while retaining form&#x2F;fit&#x2F;function compatibility, using an ARM Cortex-M0 and other modern ICs available to me.<p>One of the biggest updates I was able to do was to add a much more rugged power supply. The original boxes get fried easily by dirty jump starters, pulling the alternator while running, etc. It was pretty easy with the components available now to make a new circuit that protects from all that.<p>The most interesting thing to me was that when I went to a more modern ignition map rather than the crude 8 stepped curve they had originally implemented, while testing showed it produced more power and better emissions, people beta testing for me reported it felt &#x27;too smooth, less fun&#x27;. So I went back to the original crude steps &lt;shrug&gt;.<p>Anyway, it was an engaging project that taught me a lot about engine ignition, and I&#x27;ve now sold about 100 boxes and helped keep these old classics on the road.
评论 #36165338 未加载
评论 #36165626 未加载
评论 #36164700 未加载
评论 #36164468 未加载
评论 #36164695 未加载
评论 #36164271 未加载
rainbowzootsuitalmost 2 years ago
Shout-out to the OG of open and DIY engine management systems: MegaSquirt.<p><a href="https:&#x2F;&#x2F;megasquirt.info&#x2F;history&#x2F;" rel="nofollow">https:&#x2F;&#x2F;megasquirt.info&#x2F;history&#x2F;</a><p><a href="http:&#x2F;&#x2F;www.megamanual.com&#x2F;MSFAQ.htm" rel="nofollow">http:&#x2F;&#x2F;www.megamanual.com&#x2F;MSFAQ.htm</a><p>I participated in the Yahoo group where the early development of this happened and had a car that my friend and I retrofitted. Bowling and Grippo deserve all the credit due for making this in a free and open spirit.<p>The original way one made the kit is to order a board in a group buy, and import a BOM .csv file to digikey to put together your own parts kit. It looks like you can mostly still do the same today.
评论 #36170216 未加载
评论 #36166306 未加载
Matrix89almost 2 years ago
I&#x27;ve used to run my it in my miata, until I&#x27;ve moved to Haltech. Given what it&#x27;s worth speeduino is a killer in terms of price to performance. IIRC I&#x27;ve moved because speeduino being based on ATMega, doesn&#x27;t allow for high resolution tables, and overall it&#x27;s quite basic. My friend used to run megasquirt and while it had more features according to him megasquirt was harder to setup right than speeduino
评论 #36166923 未加载
fegualmost 2 years ago
This is so cool, a nice push towards low cost repairs and de facto &quot;right to repair&quot; for hobbyists. The MX5 is also a cool and inexpensive test vehicle. Hope more models are added.
评论 #36164430 未加载
anfractuosityalmost 2 years ago
Out of interest does a typical engine management system used in a car, make use of an MCU which supports lockstep computing, with multiple cores executing the same instructions simultaneously?
评论 #36164393 未加载
评论 #36163290 未加载
评论 #36163160 未加载
skypantheralmost 2 years ago
This has me thinking, are there any similar projects for antique &quot;dumb&quot; cars? I have a 1940 Chevy with a simple distributor, points, timing, etc that all need tweaking now &amp; then. When any of those are out of tune, it runs rough, starts hard, stinks, and so on. I&#x27;m not looking for performance, but more efficient and reliable operation would be wonderful.<p>It would involve a lot more than just an Arduino &amp; some wiring obviously. And a lot of the car&#x27;s charm is its low-tech originality.
评论 #36165967 未加载
评论 #36166225 未加载
评论 #36165954 未加载
评论 #36166168 未加载
haunteralmost 2 years ago
One of my favorite examples <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=iH9lp-Nms-o">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=iH9lp-Nms-o</a>
ctrlc-rootalmost 2 years ago
Having gone down the rabbit hole of researching aftermarket ECUs for my cars I&#x27;ve discovered that in the US it&#x27;s basically illegal to make changes to any part of a street legal car&#x27;s emission control system which of course includes the ECU. It seems that it has been for several years but the EPA did not enforce the regulation consistently.<p>* <a href="https:&#x2F;&#x2F;www.saveourracecars.com&#x2F;about.html" rel="nofollow">https:&#x2F;&#x2F;www.saveourracecars.com&#x2F;about.html</a><p>* <a href="https:&#x2F;&#x2F;www.aemelectronics.com&#x2F;product-legal-restrictions" rel="nofollow">https:&#x2F;&#x2F;www.aemelectronics.com&#x2F;product-legal-restrictions</a><p>* <a href="https:&#x2F;&#x2F;tiremeetsroad.com&#x2F;2021&#x2F;07&#x2F;13&#x2F;how-californias-bar-approved-smog-stations-know-you-have-a-modified-ecu-resulting-in-a-failed-smog-test&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tiremeetsroad.com&#x2F;2021&#x2F;07&#x2F;13&#x2F;how-californias-bar-app...</a>
mewse-hnalmost 2 years ago
I&#x27;d love to convert my ninja 250 from 1987 over to fuel injection but I don&#x27;t think I have the electrical expertise to figure it out. There are even throttle bodies available from japan where they had fuel injection much earlier than north america. Oh well.
westmealalmost 2 years ago
Love speeduino! I&#x27;m using it to resuscitate an old 87 corvette in batch injection&#x2F;ignition mode. Starts up but I&#x27;ve got wayyy more to fix on this old turn.
slicktuxalmost 2 years ago
This is awesome!