Need some suggestion ignition coil pulse detection


Closed Thread
Results 1 to 9 of 9
  1. #1
    Join Date
    May 2007
    Location
    Republic Serbia
    Posts
    105

    Wink Need some suggestion ignition coil pulse detection

    Did any idea how to make ignition coil pulse detection with next :
    1. Input via CD 40106 like filter
    2. Output with LM 324.
    3. All to work at 12V.

    Function:

    When pulse come to input of CD 40106 in output of LM 324 to we have +12V.
    If pulse stop output must drop to 0V

    I was look some similar from China but it was hard to make schematic becouse
    PCB is to small and two layer SMD.
    It is basic for automatic switch from gasoline to LPG in car....
    Final end output is relay 12V 10A DC.

    I do not want full project from someone but only idea....

    Regards.

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    How it is connected to the ignition coil? On the HV side (with any kind of sensor) or the LV (Tach) side?

    If on the LV side, it's plain easy, even a PIC10F would do. Just need to detect a frequency and that's it. 4Cyl tach signal at idle is around 30Hz.

    You could check on google for a Frequency To Voltage application, you find it, you're half done, add a comparator at the output of it and you have something that should work.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    May 2007
    Location
    Republic Serbia
    Posts
    105


    Did you find this post helpful? Yes | No

    Red face

    Quote Originally Posted by mister_e View Post
    How it is connected to the ignition coil? On the HV side (with any kind of sensor) or the LV (Tach) side?

    If on the LV side, it's plain easy, even a PIC10F would do. Just need to detect a frequency and that's it. 4Cyl tach signal at idle is around 30Hz.

    You could check on google for a Frequency To Voltage application, you find it, you're half done, add a comparator at the output of it and you have something that should work.
    LV side of coil - where is coil switched to gnd to make HV at out.
    Triger coil side 12V to 0V signals ....
    Thanks

  4. #4
    Join Date
    Mar 2009
    Location
    Florida USA
    Posts
    22


    Did you find this post helpful? Yes | No

    Smile Interface Ignition Coil to PIC etc

    Here is what you need to do:

    From the low end of the ignition coil to the anode side of a diode 1N4002, then to Resistor 8.2K then to Resistor 3.9K, then to Basis of a NPN Transistor. A capacitor of 68nF between 8.2K and 3.9K Resistor to ground. A Resistor of 3.9k from Collector to +5Volt, Emitter to Ground. Signal from the Collector to your Circuit.

    Code:
    Coil----Diode-----Resistor 8.2K------Resistor 3.9k-------| Base Transistor
                                      |                  |
                                      |                  |
                                     Cap 68nF          Resistor
                                      |                 3.9k
                                      |                  |
                                     Gnd                Gnd
    Hope this helps.
    Last edited by Darrel Taylor; - 28th April 2009 at 01:59. Reason: Added [code] tags

  5. #5
    Join Date
    Mar 2009
    Location
    Florida USA
    Posts
    22


    Did you find this post helpful? Yes | No

    Default Follow up on Interface...

    My little drawing didn't work too well but you should get the idea...

  6. #6
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    vBulletin has some tags that can help with that.

    The ASCII diagrams work best inside of a code block.

    <b>[code]</b>diagram goes here<b>[/code]</b>

    hth,
    DT

  7. #7
    Join Date
    May 2007
    Location
    Republic Serbia
    Posts
    105


    Did you find this post helpful? Yes | No

    Thumbs up

    Quote Originally Posted by misterg View Post
    Here is what you need to do:

    From the low end of the ignition coil to the anode side of a diode 1N4002, then to Resistor 8.2K then to Resistor 3.9K, then to Basis of a NPN Transistor. A capacitor of 68nF between 8.2K and 3.9K Resistor to ground. A Resistor of 3.9k from Collector to +5Volt, Emitter to Ground. Signal from the Collector to your Circuit.

    Code:
    Coil----Diode-----Resistor 8.2K------Resistor 3.9k-------| Base Transistor
                                      |                  |
                                      |                  |
                                     Cap 68nF          Resistor
                                      |                 3.9k
                                      |                  |
                                     Gnd                Gnd
    Hope this helps.
    Thank's I will probe and post what was as result.
    Robert

  8. #8
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,615


    Did you find this post helpful? Yes | No

    Wink Kiss method

    Hi,

    You also can use a small relay ( 1 Amp. Omron G5V i.e. ) , placed along the Ignition Coil;

    just scope what is going out of the coil pins of the relay ...

    oh, surprise ! ... and moreover ... no HV spikes !!!

    Alain
    Last edited by Acetronics2; - 28th April 2009 at 20:47.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  9. #9
    Join Date
    Mar 2009
    Location
    Florida USA
    Posts
    22


    Did you find this post helpful? Yes | No

    Default code box

    Hi Darrel,
    thanks for the tip with the code box, appreciate it.
    Gunther

Similar Threads

  1. Pulse Capture and byte building
    By boroko in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 21st July 2009, 01:59
  2. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  3. Replies: 3
    Last Post: - 13th September 2008, 17:40

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts