Supported Injection Methods

Andy's GM DIS centric hardware design! Also works as a fuel controller for EDIS and distributor applications.
Post Reply
User avatar
DeuceEFI
LQFP144 - On Top Of The Game
Posts: 578
Joined: Thu Feb 25, 2010 3:57 am
Location: Gosport, IN USA
Contact:

Supported Injection Methods

Post by DeuceEFI »

Currently the Jaguar is configurable to run:

4 cylinder full sequential injection

6 cylinder semi-sequential injection

8 cylinder semi-sequential injection

In the future the goal is to be able to run:


6 cylinder full sequential injection

8 cylinder full sequential injection

as the hardware has been designed so the user can change jumpers around on the board and replace the 6 resistors that are the current limiting resistors between the CPU and the gate if the FETs to change from semi-sequential to full sequential once the firmware is ready.

Andy.
[Edit 09-22-2012 2213 added 8 cylinder full sequential injection]
Last edited by DeuceEFI on Sun Sep 23, 2012 3:13 am, edited 1 time in total.
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Supported Injection Methods

Post by Fred »

I take it you liked my suggestion, then :-)
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
DeuceEFI
LQFP144 - On Top Of The Game
Posts: 578
Joined: Thu Feb 25, 2010 3:57 am
Location: Gosport, IN USA
Contact:

Re: Supported Injection Methods

Post by DeuceEFI »

Yes, it only made sense to make it as universal as possible since it wouldn't take much more PCB real estate to make it happen. :-)

Andy.
User avatar
DeuceEFI
LQFP144 - On Top Of The Game
Posts: 578
Joined: Thu Feb 25, 2010 3:57 am
Location: Gosport, IN USA
Contact:

Re: Supported Injection Methods

Post by DeuceEFI »

I have updated the schematics and the PCB board for 8 FETs for injectors, so it will be ready for 8 cylinder sequential injection when the firmware is ready to test :-)
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Supported Injection Methods

Post by Fred »

Looks excellent! :-)
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
DeuceEFI
LQFP144 - On Top Of The Game
Posts: 578
Joined: Thu Feb 25, 2010 3:57 am
Location: Gosport, IN USA
Contact:

Re: Supported Injection Methods

Post by DeuceEFI »

I've just committed the latest round of updates to github, I added another output for an Accessory similar to the Fan and Fuel Pump Relay outputs.
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Supported Injection Methods

Post by Fred »

If you can, keep all spare outputs on port P. Particularly the 16 bit pins. They're way more useful than the PORT A/B pins. You could move the entire B bank of headers to P, that would give a LOT of flexibility, but also blow away all of your P pins on injection with Sean's code and leave you with no PWM pins if you had 8 injector drivers setup. Hence probably just use P for all of the spare stuff. Not the Fuel Pump, though, that stays on the dedicated pin.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
DeuceEFI
LQFP144 - On Top Of The Game
Posts: 578
Joined: Thu Feb 25, 2010 3:57 am
Location: Gosport, IN USA
Contact:

Re: Supported Injection Methods

Post by DeuceEFI »

Fred wrote:If you can, keep all spare outputs on port P. Particularly the 16 bit pins. They're way more useful than the PORT A/B pins. You could move the entire B bank of headers to P, that would give a LOT of flexibility, but also blow away all of your P pins on injection with Sean's code and leave you with no PWM pins if you had 8 injector drivers setup. Hence probably just use P for all of the spare stuff. Not the Fuel Pump, though, that stays on the dedicated pin.
I have moved the Fan and Accessory outputs off of port A, but left the Fuel Pump where it was.
Now to use the Fan and Accessory outputs you have to run jumper wires to the appropriate ports, of which I added all 8 Port P outputs to pin headers.
I already had all 8 Port B outputs brought out to pin headers so that we could jumper them to anything in the future... :-)

I also modified the drawing for the XOR chip for the Ignition Timing Advance Output (and DIS Bypass) so that we can select by jumpering the inputs to different CPU output pins so it is flexible for Port T2/T3 or Port P if the user or the firmware developer wishes.

I have committed/pushed my latest changes (minus the Load/Run configuration that you are working on) and even added a couple of .png files of the proposed board from KiCAD.

Let me know your thoughts about the changes I have made... Hopefully I followed your train of thought above... :-)

Time for bed...
Post Reply