Commit Graph

10 Commits

Author SHA1 Message Date
John Loper II 8f6869034c feat: Create comprehensive ECU power supply diagnostic test plan
- Added symptom reference guide (what to see/not see with key ON)
- 7-step diagnostic test plan:
  1. Basic power check (dash lights, fuel pump prime)
  2. ECM fuse voltage test (both sides - corroded contacts)
  3. ECU relay swap test
  4. Fuse box inspection (water damage/corrosion)
  5. ECU power pin test (verify 12V at connector)
  6. ECU ground pin test (<1 ohm)
  7. Fusible link test (continuity + voltage)
- Test decision tree for troubleshooting flow
- Priority order (immediate tests first)
- Documentation template for recording results
- Based on similar GM Express/Savana cases found online
- Answers John's questions: dash lights, check engine light, multiple ECU power points
2026-03-22 19:10:55 -04:00
John Loper II cc74c9ec1f docs: Research on GM ECU power issues and similar cases (2026-03-22)
- Documented John's insight: Two ECUs failing identically suggests power supply issue
- Researched GM Express no-spark cases online
- Found similar cases: corroded fuse box, water intrusion, bad fusible links
- Key finding: Cleaning corroded fuse boxes has restored function in similar cases
- Water damage patterns: fuse box corrosion, ECU connector corrosion, ground points
- Why two ECUs fail same way: power supply issue affects both identically
- Diagnostic priorities: Check ECM fuses, inspect fuse box, clean contacts
- Resources: fuse-box.info, 2CarPros, GM forums, JustAnswer cases
- If power is fixed, eBay ECU should work - save 00-500!
2026-03-22 18:56:26 -04:00
John Loper II 640f810e63 CRITICAL: Re-evaluating ECU diagnosis - John's insight about power supply
- John correctly noted: Two ECUs failing identically is suspicious
- New theory: ECU power supply issue (fuse/relay/fusible link) could cause both ECUs to fail
- Water damage from puddle incident may have corroded fuse box or power distribution
- If ECU power is bad, eBay ECU won't work either
- This could save 00-500 on replacement ECU
- Added detailed ECU power supply diagnostic procedure:
  - Check ECU fuses (ECM, IGN, EFI, FUEL PUMP)
  - Check ECU relay (swap with horn relay)
  - Test ECU power pins (should be 12V clean)
  - Test ECU ground pins (should be 0V)
  - Check fusible links
  - Inspect fuse box for water damage
- NEW PRIORITY: Fix power supply BEFORE replacing ECU again
2026-03-22 18:30:50 -04:00
John Loper II 83663ff302 feat: T-Pin ground test CONFIRMS ECU is root cause
- John used T-pin to ground ECU trigger wire at ICM connector
- Engine fires and runs when trigger wire grounded
- PROVES: Everything after ECU works perfectly
- CONCLUSIONS:
  - CKP sensor: WORKS (produces ~5V square wave)
  - CMP sensor: WORKS (has power/ground)
  - ICM: WORKS (responds to ground trigger)
  - Ignition coil: WORKS (fires when triggered)
  - Spark plugs/wires: WORKS (engine fires)
- ROOT CAUSE: ECU not sending trigger signal
- The eBay replacement ECU is also bad (internal water damage)
- NEXT: Replace ECU with known-good unit
2026-03-22 18:26:49 -04:00
John Loper II 1451803c7d feat: CKP sensor confirmed WORKING - ECU is root cause
- CKP square wave test: ~5V signal when flywheel turned manually
- CKP sensor IS producing signal - rules out CKP failure
- Detailed wiring analysis from John's notes:
  - Distributor plug: 12V power, good ground
  - Ignition coil: Resistance measurements show coil intact
  - ICM back plug: 12V power present, ground present
  - Problem: No trigger from ECU to ICM (0V vs 6.3V good)
- CONCLUSION: ECU internal damage from water intrusion
- The eBay replacement ECU is also bad
- Next: Replace ECU with known-good unit
2026-03-22 18:23:14 -04:00
John Loper II acaafbfc9a docs: Document comprehensive voltage readings from John's notepad (2026-03-22)
- Added CKP sensor voltage readings: 10.9V power (good) vs 11.38V reference
- Added CMP sensor voltage readings: 12V power, ground, signal all good
- Added ICM voltage readings showing 0V trigger signal in bad van
- CRITICAL FINDING: ECU not sending trigger to ICM (0V vs 6.3V in good van)
- CKP power supply verified GOOD - not the problem
- CKP AC signal test while cranking still needed
- Root cause: ECU not firing coils despite good CKP power
2026-03-22 18:16:26 -04:00
John Loper II efa71f47ec docs: Document comprehensive diagnostic history and next steps for crank no-start issue
- Record all previous diagnostic work (3x CKP sensors, 3x ignition coils, 3x ICMs)
- Document key finding: grounding ICM signal pin restores spark
- Add next diagnostic steps (CKP 5V reference, CMP sensor check, etc.)
- Add section for John's notepad voltage measurements
- Prepare for systematic continuation of diagnosis
2026-03-22 15:58:23 -04:00
John Loper II 35dc471e10 feat: Add CrankNoStart issue folder
- Create CrankNoStart/ folder with README.md and progress.md
- Set up issue tracking template for no-spark condition
- Document diagnostic priority order and common failure points
- Add tools, parts, and resources sections
- Update main README with active issue status (High urgency)
2026-03-21 21:18:44 -04:00
John Loper II 12722e2fc5 feat: Add VIN and comprehensive vehicle specs
- Add VIN: 1GNFG15M121104394
- Engine: 5.0L V8 L30 Vortec (230 HP, 280 lb-ft)
- Add complete vehicle specifications table
- Add VIN decoder breakdown with all 17 characters explained
- Add maintenance schedule and recommended fluids
- VIN shows: Fort Wayne, IN assembly plant, 2002 model year
2026-03-21 21:12:25 -04:00
John Loper II 5e2002849e Initial commit: 2002 Chevy Express 1500 Vehicle Maintenance Tracker
- README.md with vehicle info template and typical specs
- ISSUE_TEMPLATE.md for tracking maintenance issues
- Project ready for John to add VIN and start documenting issues
2026-03-21 21:08:00 -04:00