well I got m'self some bike TBs and planning ahead for fitting them.
Thing of using PIC (yep back to that again) or two to run them as follows.
The timing will be run separately from the fuelling, maybe by having its own controller. As there will be a crank position sensor, this will act as a
dizzy with fixed timing map plus a vacuum sensor will apply and advance, much like a distributor vacuum advance unit.
I haven't done enough reading, but the fuelling will be dependent on the output from an oxygen sensor in the exhaust - petrol will be supplied so
this is in the correct range and there will be adjusted to be richer (?) when the engine is cold i.e. input from a water temp. sensor.
Is this a workable system or not?
quote:
Originally posted by 02GF74I haven't done enough reading, but the fuelling will be dependent on the output from an oxygen sensor in the exhaust - petrol will be supplied so this is in the correct range and there will be adjusted to be richer (?) when the engine is cold
I did the whole installation for £200 , I built the megasquirt and simulator from scratch but had to pay £50 for the PCB and processor, i could have
programmed my own HC08 but had to buy it with the board and map sensor, the other parts I sourced from RS and Farnells.
I dont think it would be very feasible to build from scratch without lots of development time etc, when you look into what is involved with the
megasquirt firmware and programming and logging software it would take a lot of time and effort to get even a basic system working.
Paul
quote:
Originally posted by martyn_16v
[
Personally i'd just go for Megasquirt. Everyone may be doing it these days but it is a competent system and you'll struggle to build an effective working system from scratch for much less. If you have PCB making facilities you could make it even cheaper than normal, secondhand HC08 processors loaded with the MS firmware should be available for pennies if you ask around now that people have been upgrading them to MS2, and the components themselves are cheap as chips.
[Edited on 20/6/06 by martyn_16v]
You should use a basic map.
i agree with the thing that you could use the wide band sensor to give you tuning advice!
but to rely on them and to adjust the mixture on the fly?
i also thingk that the sensor need time to react to changes in the mixture..
and thats where the basic mapping is for.
also i wouldn't use 2 seperate systems for this because the things are close to each other.... and to communicate there isn'tmuch time for
that.
Tks
quote:
Originally posted by tks
also i wouldn't use 2 seperate systems for this because the things are close to each other.... and to communicate there isn'tmuch time for that.
The number of inputs and the calculations required to get the correct injector pulsewidth are surprisingly complex (they are all listed on the MS
website). The hardware to drive injectors is also not trivial, especialy if you are using low impedance injectors.
A simple igntion controller is quite doable in a PIC, but I think you are letting yourself in for a whole world of pain making a fuel computer from
scratch.