nitrous yet?
Read the manual to see if your question is answered there before posting. If you have questions about MS1/Extra or MS2/Extra or other non-B&G code configuration or tuning, please post them at http://www.msextra.com The full forum rules are here: Forum Rules, be sure to read them all regularly.
-
dieselgeek
- MegaSquirt Newbie
- Posts: 19
- Joined: Wed Sep 08, 2004 11:27 am
- Location: Omaha, NE
nitrous yet?
Is there Nitrous control yet, similar to MSnS-Extra, and if not, how hard would that be to add?
thanks!
-scott
-
jsmcortina
- MegaSquirt Guru
- Posts: 332
- Joined: Mon May 03, 2004 12:34 am
- Location: Birmingham, UK
- Contact:
Working on MS2/Extra
1. We've only just started but have already run out into the 32k compiler limit in the free CodeWarrior compiler, so we need do some trickery
1A. I tried gcc but the code seems WAY slower.
2. There are so few spare output pins it is going to be a real compromise between different features.
James (glum face)
MS1/Extra at: http://www.msextra.com/manuals/MS_Extra ... _Index.htm
MS2/Extra at: http://www.msextra.com/ms2extra (runs on MS2 and Microsquirt)
-
Bruce Bowling
- Site Admin
- Posts: 285
- Joined: Mon Feb 16, 2004 4:25 pm
- Location: Baltimore, MD
Re: nitrous yet?
Scott,dieselgeek wrote:After a ton of happy MSnS-Extra installs, I'd like to try an MS-II on a friend's truck.
Is there Nitrous control yet, similar to MSnS-Extra, and if not, how hard would that be to add?
thanks!
-scott
What requirements do you use for your nitrous configuration? Asking because the general-purpose I/O may be sufficient, depending on what conditions you need. The three LED drivers and IAC all have GPIO mode.
- Bruce
-
dieselgeek
- MegaSquirt Newbie
- Posts: 19
- Joined: Wed Sep 08, 2004 11:27 am
- Location: Omaha, NE
Software, we'd settle for something as simple as a generic output triggered by RPM and TPS, so we can at least trigger a wet system. Ignition timing retard would save the expense of running an external ignition box (triple the cost of MS).
But what's in MSnS-Extra, would be nice: ignition retard, extra fuel (for a dry shot) Anti-lag, checkback, etc. The turbo truck uses anti-lag to fire 100-150hp N2O until 10psi of boost, this is *incredibly* effective for launch tuning. Not that our needs are the same as everyone else... but Extra's N20 controls better most of the commercial units IMO.
I'm not sure how much effort it would take to implement the software portion into MS-II; please forgive me if I am asking for miracles...
thanks,
-scott
-
jsmcortina
- MegaSquirt Guru
- Posts: 332
- Joined: Mon May 03, 2004 12:34 am
- Location: Birmingham, UK
- Contact:
The software side isn't particularly difficult, it is a matter of juggling the outputs.dieselgeek wrote:I'm not sure how much effort it would take to implement the software portion into MS-II; please forgive me if I am asking for miracles...
James
MS1/Extra at: http://www.msextra.com/manuals/MS_Extra ... _Index.htm
MS2/Extra at: http://www.msextra.com/ms2extra (runs on MS2 and Microsquirt)
-
BottleFed70
- Helpful Squirter
- Posts: 91
- Joined: Fri Jun 24, 2005 2:22 pm
I need something to connect to my "N2O armed" switch. So that the N2O flows only when I want it to.
I'm not using a knock sensor.. I wonder if there's an easy way to make the knock sensor input work for this?
MSII, v3.0 PCB, v2.36 firmware, Megatune 2.25
BottleFed70 wrote:The only thing keeping me from doing nitrous controll on my MSII v3 is a lack of inputs.
I need something to connect to my "N2O armed" switch. So that the N2O flows only when I want it to.
I'm not using a knock sensor.. I wonder if there's an easy way to make the knock sensor input work for this?
The knock sensor is an ADC. You can have a 0V / 5V rocker switch tied into it. You just have to write code that tests for > or < 2.5 V, code up what you want to do when the switch is on, and you are done. The knock sensor is presently read at least every few ms, plenty fast.
-
BottleFed70
- Helpful Squirter
- Posts: 91
- Joined: Fri Jun 24, 2005 2:22 pm
That's almost too easy!grippo wrote:
The knock sensor is an ADC. You can have a 0V / 5V rocker switch tied into it. You just have to write code that tests for > or < 2.5 V, code up what you want to do when the switch is on, and you are done. The knock sensor is presently read at least every few ms, plenty fast.
MSII, v3.0 PCB, v2.36 firmware, Megatune 2.25
-
EFI-Unlimited
- MegaSquirt Newbie
- Posts: 4
- Joined: Tue Jul 19, 2005 5:24 am
(PW over RPM, as in)
2.5ms 2500
2.9ms 3500
3.1ms 4500
3.0ms 5500
3.0ms 6500
etc.
Brian