Haha
What I'm trying to do is build a nitrous controller. The programmable controllers available are extremely expensive. Most of the controllers on the market bring the nitrous gas flow on at around 10-20% flow and then over a pre designated time progressively increase the gas flow up to 100%
I want to be able to control the gas flow based on my own map related to rpm. This way I can bring up the gas flow on a curve instead of linearly. I also want to control the gas and nitrous solenoids individually so I can control the fuel mixture. My goal is to control the gas flow relative to the power band and/or timing curve of my engine.
I was using the motor shield because I want to control 4 different solenoids independently (two stages of nitrous), plus another one or two additional saftey solenoids (always 100% flow).
I don’t have any specs, however I just looked at the instruction sheet for their programmable controller (
http://holley.com/data/Products/Technical/A5164-SNOSrev.pdf) and it says
Setting the NOS Pulse Frequency
Place the Select Switch at the NOS Pulse Frequency position. Using the .001 Data Switch, select the desired frequency.
Example: [0 = 20, 1 = 25, 2 = 30, 3 = 35, 4 = 40]
Press the Programming Switch to enter your selection.
NOTE: The Pulse Frequency = how many times per second the solenoids operate. The higher the frequency, the more pulses per second. All production NOS solenoids operate best at 25 – 30 Hz.
I guess you’re right; I need control the force on the solenoid via PWM. How do I do that?