Results 1 to 15 of 825

Thread: DIY LTCC or similar system for LT1s

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Fuel Injected! spfautsch's Avatar
    Join Date
    Apr 2015
    Location
    Montgomery City, MO
    Age
    53
    Posts
    883
    Here's a fix release that addresses the coils being dwelled before the PCM has demonstrated control of the EST line.

    I tested the issue in question and was unable to reproduce it at initial cranking with this firmware. I have a couple videos if anyone would like to see them. There may be the possibility of instances where a coil sticks at the end of a cranking attempt, but I've no intention of addressing that for what I believe to be very good reason. Also, initial startup will generally be delayed by another 90* of crank rotation from the last release due to waiting for the PCM to "light the fire" so to speak.

    I didn't intend for this to be a major code revision, but when I started looking at how the high resolution and EST interrupts were handled it occurred to me they were being abstracted through the arduino namespace into somewhat less efficient constructors. This was eliminated. I'm going to call this an "interim" release because I removed a handful of references to pinMode() in this revision, and references to digitalRead() and digitalWrite() in the upcoming 0.9.41 revision. As near as I can tell, all that remains to make this compile within the Atmel AVR Studio is a suitable replacement for the arduino Serial object. But I'm not at all convinced there's good reason to do that. Anyway, the newer external interrupt handlers should honor the interrupt handling priority intended (EST being highest, then Hi Res input, followed by Lo Res input, then all others) when I originally conceived it.

    What this revision does is basically hook the EST interrupt to a rising edge trigger at startup as well as after a stall / no-start condition occurs. As soon as a rising edge signal is caught and confirmed it switches the interrupt to using a falling edge trigger in order to catch the coil firing event. The "protection mechanism" is that whenever the interrupt 0 trigger signal is set to rising edge, no coils will be dwelled.

    I've given this brief road testing. Will try to do more complete testing tomorrow - a clutch stall hot restart and a few other odbball cases. If anyone has more ideas for a testing "protocol" please post them!

Similar Threads

  1. Which TBI system is better?
    By KeyAir in forum GM EFI Systems
    Replies: 41
    Last Post: 05-13-2019, 09:39 PM
  2. Hard start 93 LT1 with LTCC Ignition Mod
    By beestoys in forum GM EFI Systems
    Replies: 0
    Last Post: 05-18-2015, 08:58 AM
  3. ABS system?
    By K1500ss4x4 in forum Gear Heads
    Replies: 3
    Last Post: 02-06-2014, 06:21 AM
  4. Vortec EGR System?
    By EagleMark in forum OBDII Tuning
    Replies: 40
    Last Post: 06-02-2013, 10:07 PM
  5. Quicker way to do Spark Hook test on the street for LT1s and others?
    By sherlock9c1 in forum Fuel Injection Writeups Articles and How to New and Old
    Replies: 15
    Last Post: 03-03-2013, 01:52 AM

Bookmarks

Posting Permissions

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