I have a 1969 Oldsmobile F-85 that will be fuel injected (hopefully) this spring
Drive train
- 455 0.30 over to 468
- 750 Holley with milled choke tower
- Holley single-plane intake
- A to mild comp cam
- Lightly ported C-Heads
- Hooker comp headers
- 2.5" Flowmaster exhaust
- Th-350 automatic with manual valve body and 11” converter
- 12 bolt rear axle with 3.92 posi
- Recurved GM Hei
Chassis
Front
- 12" disk brakes
- Tubular A-arms
- Fast ratio steering box
- Polygraphite bushings
- 1 3/4" sway bar
- Custom wound coil springs
- Koni adjustable shocks
Rear
- Stock drum brakes
- Boxed trailing arms
- 1" sway bar
- Custom wound coil springs
- Koni adjustable shocks
- Airbag in right coil spring
Plans
- I plan on converting her in steps.
- Start with modifying the intake to accept injectors (think 36 lb/h will be right)
- I will then use the carburetor as a throttle body in the beginning, just modify it to have a TPS
- Something like this guy has done but I intend to leave the carb unmolested.
- http://www.mez.co.uk/ms2.html
- I don't think there will be any problems other than the fact that I have no IAC, this is only a temporary step, and if the fuel injection works properly I will get a good throttle body from the US containing TPS and IAC. (I will also use the Hei to run the ignition)
- Installing a new throttle body.
- Converting the ignition to CNP and ditching the Hei.
Thoughts
As a crank trigger I plan to use the hall that is in the web shop, I plan to make a trigger wheel out of aluminum and press in four magnets with 90 degrees between them, this will then be mounted on the vibration damper. The hall sender will then be placed in an aluminum adjustable holder.
As cam trigger I am still considering whether to mount a magnet in the timing chain gear or modify the distributor.
Shopping lists
MembersPage/TrondPedersen/VemsList
MembersPage/TrondPedersen/Wirelist
The board is a ver 3.1 with serial 93.
Questions:
Question:
A friend of mine want to buy a 3.2, I dont have the time to help him with the soldering so he is probably going to buy an assembled 3.2.
The assembled controller includes
- knock sensor interface (1 channel available on EC18 pin3)
- EGT sensor interface: not by default, but order AD597AR and ask (in order note) for free install. Also order K-thermocouple connector if you prefer to fit it to the end of flying loom compensational cable.
- currently no: ibutton interface
- 10 TO220 FETs default
- 8 TO220 IGBTs default
- DPAK FETs or IGBTs: on request
Finally soldered the inductor and fuse in on my GenBoard.
Made myself a serial cable and connected it to the board, powered it up with 12 volt and 0.5amp from my power supply.
And:
Nothing.
Nothing shows on bray terminal.
Checked the cable,its ok.
Shorted the rx and tx on the cable and checked the computer side of the connection. It's ok.
Measured 12 volt in and 5 volt out from the voltage regulator, ok
Checked and vcc on the mega128 got 5 volt so the board should have all its power...
Any ideas? What have I done wrong?
- Maybe swapped RX and TX, try swapping them ?
That did it.
Used Robs step by step guide, see now that it is for a female DSUB, while i use a cable and connect it directly to the serial port. the GenBoard/BuildProcedures/SerialPort page cleared it up.
thanks.
How do you enable both wbo2 sensors?
Suppose I have to configure both individually but cant seem to find anything on how this is done in the wiki/manual.
(Running a v8 with one sensor to each bank)
The same question goes to EGR.
I can't find anything about where to connect sensor #2.
Soldered everything that GenBoard/Manual/WBSensorControllerCompleting stated.
Powered the board up and tried to check Pump Zero DC, its -3.2 volt!
Tried to change this in confix.txt and loaded it up but it's not changing.
Measured +4.05 volt on pump- (pin 7 on the econoseal 18) and 0.803 on pin 9.
Any ideas?
MembersPage/TrondPedersen/ConfigTxt
A: by MembersPage/SteenAndersen
Your values in config.txt is way off. I see that you specify \n
wbo2_nernstdc_target=08
where i have a value of 0xA6. When i adjusted i mesured voltages across nernst cell (pin 13 & 18 in EC18).
- wbo2_nernstdc_target=95 -> Vnernst = 0,40V
- wbo2_nernstdc_target=E4 -> Vnernst = 0,62V
wbo2_pump_pw_zero=84
also seem a bit high. I have 0x64 on my board, and it changes approximately by N*0.2Volt. So you should try wbo2_pump_pw_zero=65 or so, and mesure for 0.0Volt across Pump(+) and Pump(-) that pin 7 & 9 on EC18.
Anyway i think you should read the rather long WBO2 configuration process in the html manual, found in
[html manual section 4.2 wbo2] and make your config.txt more complete as 1.st step.
Also you can snatch another users config parameters for wbo2 as starting point, as i did. f.i. my parameters so far, that is working in my car is.\n
############################################################# # ================ EGO enable and WBO2 ============= # ==== config13 #define ODDFIRE 0 // 0:normal, 1:odd-fire #define O2_WB_SENSOR 1 // 0:narrowband, 1:diy-wb #define CONTROL_STRATEGY 2 // 0:speed-density, 1:alpha-N #define BARO_CORRECTION 3 // 0:off, 1:on config13=02 ##################################################################### # ====================== WBO2 =========== # normal board (UNCONFIRMED VALUES) # wbo2, target Ri (pulse amplitude) [5V/8192] # wbo2_ri_target=96 # OPA amplification, g = 270/75 + 1 = 4.6 # Vadc = g * (5 - Vnernst) # Vnernst DC at sensor wire = 4.45V # Vnernst DC at adc = 4.6 * (5 - 4.45) = 2.53 # nernstdc_target = Vadc / g * 256 = 141 = 0xA6 # wbo2, target nernstDC [5V/256] # wbo2_nernstdc_target=A6 ; must be adjusted to sensor. # # wbo2 config set by test, see. my history page # # Works fine, warmup about 40-60 sec. total, before La:x.xx shows on LCD. wbo2_warmup_ramp=C0 wbo2_warmup_target=FF wbo2_abs_limit=E4 wbo2_limit_maxt=A0 wbo2_fallback=60 wbo2_retry_t=06 wbo2_edgetime_min=62 wbo2_calibration=C3 # Measured in free air to 20.95 %o2 reading on LCD. wbo2_edgetime_corr=BA wbo2_pump_pw_zero=64 # measured for board 182 (3.94V) wbo2_ri_target=96 # yes i readjusted for Ri=150 wbo2_nernstdc_target=A6 # for 0,45V nernst voltage measured # smaller signal, higher PID values: # -- Not configured yet -- # # Not sure about what values, just hacked from others. wbo2_heater_pid_kp=46 wbo2_heater_pid_ki=10 wbo2_heater_pid_kd=1A wbo2_heater_pid_ilimit=80 wbo2_pump_pid_kp=40 wbo2_pump_pid_ki=2E wbo2_pump_pid_kd=08 wbo2_pump_pid_ilimit=84 wbo2_ri_confidence_scale=80 # ????????