Tim
Yes the nano is the end goal.
As far as multiple circuits thy can all run in one chip 7555.
Don't worry about the pressure in the line it won't hurt any thing. Have my 1.01 restricted to a .080 orifice and it works fine at 90MPH.
There are a few glow drivers already out there that will adjust to the plug heat.
As far as fuel pressure it will not mater it will do what it dose now control the flow at different RPM's.
The system will work off the 3rd channel needle it will just make adjustments as far as the needle will travel.
This will all depend on the needle and how much the flow will change with the adjustment.
You will have to be in the ball park to start and the needle will only be able to adjust very little. It will not take much to change the ex gas temp.
At low speed it will run very lean to try and raise the temp. this will be a good thing as the throttle will be sharp as a tack.
It all sounds good on paper will see if it pans out.
so hows that nano pretty easy to wright the code? will get one it is on my list. heck thy have them at Radio shack down the street.
It is just easer to experiment with this chip for now. built this set up in less time than writing one line of code.
David
The learning code part is the time killer for me, but I have to be straight up on this - the arduino has really rekindled my interest in electronics in a big way! I've been in a rut with it for the last 15 or so years, and this thing can do stuff that I never thought possible without spending a small fortune back then. Has been bad for my boating though - not much work getting done on boats! There are some good tutorials on the web, as well as some books for self paced learning. "Programming Arduino, getting started with sketches" by Simon Monk is what I'm reading at the moment and is not difficult to follow. The Nano is small and light, but this stuff can be done even smaller! The Nano is good for learning though. Easy to work with. One thing I did find while doing some websurfing - the servo's work better with their own power feed than taking power from the arduino.
I'd be hesitant to go with lean low to mid range, especially on smaller boats. From experience gained with certain carbs and trying to optimise them, it's much better to be slightly rich in that area. Particularly on throttling down. if you wanted to avoid having the needle change for EGT at partial throttle but still wanted to use a 555 circuit, perhaps a simple microswitch on the throttle arm to disable the circuit below full throttle could work?
A lot of the inboard glow drivers on the market are too big / heavy for small boats like 20 riggers, and to be honest - way more expensive than the parts required to get it done for a "proof of concept". If I'm going to make a system that does what I want, I can integrate them all together. One of the beautiful things about using logic to do it is conditions can be set, say for example if the mixture is fine tuned by the EGT, we could tell it to only make adjustments when the throttle is at a certain position, or if the head temp is in a certain range etc etc. The possibilities are amazing.