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

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: 16
Thanks: 4
Thanked 1 Time in 1 Post
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

Attached Thumbnails
Click image for larger version

Name:	242845047-2285455-700_700.jpg
Views:	64
Size:	80.4 KB
ID:	5512  
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 02-01-2010, 10:12 PM   #2 (permalink)
EcoModding Lurker
 
Join Date: Feb 2009
Location: colorado
Posts: 16
Thanks: 0
Thanked 3 Times in 1 Post
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: 16
Thanks: 4
Thanked 1 Time in 1 Post
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: 16
Thanks: 4
Thanked 1 Time in 1 Post
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 Thumbnails
Click image for larger version

Name:	buna 3.jpg
Views:	39
Size:	57.6 KB
ID:	5682  
  Reply With Quote
Old 03-28-2010, 06:44 AM   #5 (permalink)
EcoModding Lurker
 
Join Date: Jan 2010
Location: romania
Posts: 16
Thanks: 4
Thanked 1 Time in 1 Post
I did upgrade to mpguino with atmega 328
I used code 080 to indicate l/100km with Arduino 13
mpguino not indicate anything, the speed of 000.00, 00.00 instant tank .....
I entered as code 079 and 00.00
I entered code 075 as one who works well with atmega 168 and runs on 328 as well but now the tank instantly indicate l/100km
I entered the fog do not know what to do

  Reply With Quote
Reply  Post New Thread




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



Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com