Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
Register Now
 Register Now

Now available from EcoModder: ScanGauge II fuel economy gauge.  Click for details.  

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 02-01-2010, 02:29 PM   #1 (permalink)
EcoModding Lurker
 
Join Date: Jan 2010
Location: romania
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
heeelp code


which is the most appropriate source code for the Arduino(atmega 168)
I B4 Passat TDI
I am from Romania and I need units of measure kilometers and liters
Thank you in advance


(Support Ecomodder.com & get rid of these annoying ads!)      
 
Attached Images
File Type: jpg 242845047-2285455-700_700.jpg (80.4 KB, 12 views)
  Reply With Quote
Old 02-01-2010, 10:12 PM   #2 (permalink)
EcoModding Lurker
 
Join Date: Feb 2009
Location: colorado
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
I used this code: http://opengauge.googlecode.com/svn/...no/mpguino.pde. You have to modify it slightly to work on the Passat's fuel consumption signal. Find this line in the code:

attachInterrupt(0, processInjOpen, FALLING);
attachInterrupt(1, processInjClosed, RISING);

and change it to:

attachInterrupt(0, processInjOpen, RISING);
attachInterrupt(1, processInjClosed, FALLING);

More info on it here and here.

Good luck!
  Reply With Quote
Old 02-02-2010, 10:18 AM   #3 (permalink)
EcoModding Lurker
 
Join Date: Jan 2010
Location: romania
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
thanks for the reply
not find here the role of buttons
What role have?
function?
explain me

thanks
  Reply With Quote
Old 02-27-2010, 01:37 PM   #4 (permalink)
EcoModding Lurker
 
Join Date: Jan 2010
Location: romania
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
I finish mpguino
I installed on car
calibration fail
I used code 075
yetimus you what values to use VSS pulse / miles?
the calculations and the board is clear indication that the value of pulse / km would be about 2138 pulse / km, but the information is incorrect
sometimes show the real speed sometimes appropriated to 100km / h over
I think the information is correct injection fuel value is correct
Attached Images
File Type: jpg buna 3.jpg (57.6 KB, 4 views)
  Reply With Quote
Reply  Post New Thread

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
97 Chrysler LHS (OBDII trouble code) Carguy2010 Off-Topic Tech 1 11-06-2009 04:46 PM
Enhancements to MPGuino code -- bargraph display, etc. skelly OpenGauge / MPGuino FE computer 20 09-13-2009 08:23 PM
code hacks wiki page dcb OpenGauge / MPGuino FE computer 0 04-24-2009 01:03 AM
Trouble Code PO401 EGR Flow Insufficient Detected Ford Man Off-Topic Tech 3 12-31-2008 10:16 PM
Anyone know anything about MA emissions laws? SVOboy The Lounge 8 10-19-2008 03:03 PM




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
All content copyright EcoModder.com