Honda-Tech - Honda Forum Discussion

Honda-Tech - Honda Forum Discussion (https://honda-tech.com/forums/)
-   Engine Management and Tuning (https://honda-tech.com/forums/engine-management-tuning-124/)
-   -   OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING (https://honda-tech.com/forums/engine-management-tuning-124/obd1-ecu-coil-plug-module-trojantuning-3275874/)

amadeuscr 04-23-2016 01:01 PM

OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
1 Attachment(s)
Here it is the ECU Finished with the module inside the ECU ... it uses 4 pins for the coils . A19 , B3 , B4 , and D5

HRTuning 04-23-2016 04:12 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
Open source for Arduino? We really appreciate your contribution to the community.

Muckman 04-24-2016 05:59 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
Can you elaborate at all about this?

amadeuscr 04-25-2016 10:38 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by HRTuning (Post 50875015)
Open source for Arduino? We really appreciate your contribution to the community.

Well we've been testing the microcontroller and it looks it has been very reliable yes !

amadeuscr 04-25-2016 10:39 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by Muckman (Post 50875907)
Can you elaborate at all about this?


Well , it all started here, but not a lot of response from people . but the whole idea was to create a cheaper option for coil on plug for OBD1 .


https://honda-tech.com/engine-manage...-pack-3274406/

JRCivic1 04-25-2016 09:46 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
So what have you done with the distributor sensors ??? Using this ECU combined with the D17A architecture makes the job easier than using your board and ECU combination on a B, D, or H series engine. How do you intend to integrate your system with these engines ??? If you can remove the conventional distributor, you will have a winner.

amadeuscr 04-26-2016 09:40 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by JRCivic1 (Post 50877594)
So what have you done with the distributor sensors ??? Using this ECU combined with the D17A architecture makes the job easier than using your board and ECU combination on a B, D, or H series engine. How do you intend to integrate your system with these engines ??? If you can remove the conventional distributor, you will have a winner.

With the D17 it's been a little hard to use the original sensors (cam and crank) but with no luck , because remember OBD1 has 3 sensors TDC , CKP y CYP , and 3 must be in the ECU to do synch . even tho I tried to use them , didn't work , they are not the same count and it only has 2 , Cam and crank , thats why in the project for d17 I took the road to install the dizzy , which is fine for now ... and even if it worked in the d17 my intentions were not focused on the d17 only , it was mostly focused for all OBD1 , that includes B , H , D , the idea is to remove the distributor functionality of high voltage distribution . but remember the CKP , TDC and CYP are inside the Distributor , so we can't get rid of it for good , but at least we can get rid of the high voltage distribution and convert it to Coil On plug, Im on my way to the Dyno to try this on a hatch with LS vtec , I will post results later ...

LightningTeg 04-26-2016 09:42 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
Very cool in for results

amadeuscr 04-26-2016 03:08 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
4 Attachment(s)

Originally Posted by LightningTeg (Post 50878186)
Very cool in for results

well , I just came back from dyno, I understand there is some tuning necessary on this but blue line is without COP and red with COP , Im having an issue with the dwell at high RPM . I have to lower it down to 2.3ms so it doesn't desynch but I lose a little bit of power , plus there is a difference of timing with COP , probably because the signal is processed faster in the microcontroller than the mechanical parts inside the dizzy , an offset of around 5-7 degrees adv , an offset conf will fix that , but not a huge issue that cannot be resolved . if there is someone that is willing to help in the project who knows about arduino and microcontroller programming is more than welcome , Im going to keep working on this to make it better and make a dynamic dwell programming also to avoid the desynch problem and finish it.

LightningTeg 04-27-2016 06:02 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
Those gains would be better realized on a car making more power obviously. But so far so good!

amadeuscr 04-27-2016 03:18 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by LightningTeg (Post 50879499)
Those gains would be better realized on a car making more power obviously. But so far so good!

Yes that's true , also , I didn't retune the car , fuel and timing can be retuned and get a little more

raverx3m 04-28-2016 09:03 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
hondata is probably looking for ways to sue you as we speak lol


post it on pgmfi.org forum we need a project to keep tat forum alive:)

pgmfi.org is somewhat part of Honda history by now...

spAdam 04-29-2016 07:51 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by amadeuscr (Post 50878700)
well , I just came back from dyno, I understand there is some tuning necessary on this but blue line is without COP and red with COP , Im having an issue with the dwell at high RPM . I have to lower it down to 2.3ms so it doesn't desynch but I lose a little bit of power , plus there is a difference of timing with COP , probably because the signal is processed faster in the microcontroller than the mechanical parts inside the dizzy , an offset of around 5-7 degrees adv , an offset conf will fix that , but not a huge issue that cannot be resolved . if there is someone that is willing to help in the project who knows about arduino and microcontroller programming is more than welcome , Im going to keep working on this to make it better and make a dynamic dwell programming also to avoid the desynch problem and finish it.

Look into the uc32 boards from ChipKit. They're 32 bit Pic-based and run at 80MHz (Arduino Uno is 16bit/16MHz), so basically double the precision at 5x the speed. Same form factor as the Uno and their IDE takes Arduino code directly so you can drop your current sketch right in and tweak it from there.

chipKIT uC32: Basic Microcontroller Board with Uno R3 Headers - Digilent

DiSCLAiMER 04-30-2016 03:33 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
very nice work, would you make public the code?

amadeuscr 05-01-2016 01:11 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by raverx3m (Post 50882457)
hondata is probably looking for ways to sue you as we speak lol


post it on pgmfi.org forum we need a project to keep tat forum alive:)

pgmfi.org is somewhat part of Honda history by now...

hope not lol , I think I have to re enable my account there , its been a while since I posted in that forum . its been dead for a long time . what happened with that lawsuit by the way ?

amadeuscr 05-01-2016 01:14 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by spAdam (Post 50882890)
Look into the uc32 boards from ChipKit. They're 32 bit Pic-based and run at 80MHz (Arduino Uno is 16bit/16MHz), so basically double the precision at 5x the speed. Same form factor as the Uno and their IDE takes Arduino code directly so you can drop your current sketch right in and tweak it from there.

chipKIT uC32: Basic Microcontroller Board with Uno R3 Headers - Digilent

that uc32 looks very nice , but to be honest Im looking to make it even smaller, plus if you do the math , I only need a proc that can handle 6Mhz that will be good for 13K rpm , unless we are installing this on bikes lol . but thanks for the tip , Im actually getting one for another project I have .

amadeuscr 05-01-2016 01:16 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by DiSCLAiMER (Post 50884000)
very nice work, would you make public the code?

why would I keep it to myself ? lol

spAdam 05-01-2016 03:46 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by amadeuscr (Post 50885334)
hope not lol , I think I have to re enable my account there , its been a while since I posted in that forum . its been dead for a long time . what happened with that lawsuit by the way ?

You couldn't be sued for your device, there's nothing there to infringe on their IP. They didn't invent COP or hold patents on it.


Originally Posted by amadeuscr (Post 50885337)
that uc32 looks very nice , but to be honest Im looking to make it even smaller, plus if you do the math , I only need a proc that can handle 6Mhz that will be good for 13K rpm , unless we are installing this on bikes lol . but thanks for the tip , Im actually getting one for another project I have .

I figured, just throwing it out there as an option to get into 32 bit without re-prototyping the whole thing or learning another code base. I would asssume that your end goal is a proprietary board. I think it would be worth the $30 to experiment with.

Full_Tilt 05-02-2016 04:34 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
I was working on this at one point but never got to the point of testing it on an engine, just had it running with the engine simulator on the bench.

Feel like posting your code? I assume its all running in the Arduino IDE since youre using the board.

amadeuscr 05-05-2016 06:23 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by spAdam (Post 50885478)
You couldn't be sued for your device, there's nothing there to infringe on their IP. They didn't invent COP or hold patents on it.



I figured, just throwing it out there as an option to get into 32 bit without re-prototyping the whole thing or learning another code base. I would asssume that your end goal is a proprietary board. I think it would be worth the $30 to experiment with.



Im starting to consider a little more the board cause Im adding the Offset Retard to adjust the timing to the correct number and also thinking about the Dynamic Dwell .

amadeuscr 05-05-2016 06:25 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 

Originally Posted by Full_Tilt (Post 50885945)
I was working on this at one point but never got to the point of testing it on an engine, just had it running with the engine simulator on the bench.

Feel like posting your code? I assume its all running in the Arduino IDE since youre using the board.

I know how you feel , I was doing this even before hondata published their coilpack retrofit . And yes , everything is running on arduino IDE.

amadeuscr 05-05-2016 06:33 PM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
1 Attachment(s)
This is the first revision of the micro controller programming , as of now , I take no responsibility of the use of this information . this is the beta version and its just for development purposes.

SpeedRacerEX-R 05-24-2016 08:25 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
Why is that a zip file? it's only 147 lines of code.

enzoferrari 05-25-2016 01:39 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
Good job!
In later engines (such as F23's as I know), the sensors are located at the crank pully side of the engine. I think in those engine the dizzy is just working as a distributor and coil, not like the older ones which contain sensors too. If I'm correct, you could completely remove the dizzy in those engines; Which makes the bay more shaved and clear. What you think?

spAdam 05-25-2016 05:32 AM

Re: OBD1 ECU COIL ON PLUG MODULE - TROJANTUNING
 
Well the one on the crank in the later engines is a crankshaft fluctuation sensor, part of the obd2 system's misfire detection strategy. It doesn't actually have to do with timing the engine, but can be used for such with an alternate setup. You can't run an engine with only crank signal though. There has to be a sensor on the cam or the engine cannot sync.


All times are GMT -8. The time now is 06:57 PM.


© 2024 MH Sub I, LLC dba Internet Brands