Hi! This is my first post to this forum. I have soldering, electronics basics and computer experience. I've searched around but need some help getting started.
I recently discovered Arduino thanks to a friend and I'm looking at using it to save me a bit of money and solve a problem with my Jeep engine.
My Jeep engine has a performance modification which results in a gain of horsepower, but it also has a problem with ridding excessive heat during very specific conditions.
The Jeep straight 6 engine was designed to run just around boiling point of water, my mods have caused it to overheat when it's under load, the RPM's are between 1,000 & 2,000 (approx) and I'm into the throttle by about 25-30%. I've swapped radiators and spark plugs to no avail. This is putting a serious dent in my vehicle usability, I need to solve it.
I think that Methanol/Water or just Water injection will solve my problem. It's sprayed into the intake and flashes to gas with a huge cooling effect. Further, I think I can develop an arduino board to work as an ECU for the spray system. Sometimes this is referred to as a '5th injector'.
Unfortunately I don't know where to start........
I would like to use three inputs to trigger the spray:
1 - Water temp sensor (0-5 volts variable)
2 - Distributor signal (12 volt frequency - this is the input to the ignition coil and pulses to trigger every spark event - 6 per RPM)
3 - Throttle position sensor (0-5 volt variable)
When the water temp reaches 220f (approx 4 volts)
and the RPM > 1,000
and the throttle is > 25% (approx 1 volt)
Then a 12 volt relay would be triggered, activating a pump which would spray water into the intake and cooling the engine.
The chemical/physical properties of water injection are not the issue here, only the design and function of the arduino setup.
So, my questions:
**How do I choose the parts to get started with this? **
Where can I find the info on the input and output type
Thanks for the help in this project!