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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 08-19-2009, 05:52 PM   #461 (permalink)
EcoModding Lurker
 
Join Date: May 2008
Location: Humble, TX
Posts: 26

My Jetta - '99 Volkswagen Jetta
90 day: 22.69 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
The freescale chip is being powered from the obd port. The only difference I have in the diagram is rather than having the power from the obd go to freescale chip and the arduino I just have it going to the freescale chip. All the grounds from the obd port are grounded to the freescale chip and the arduino as per the diagram. I don't know if it makes much of a difference but the power from the obd connector in my car is 13v instead of 12v.

__________________
[url=http://ecomodder.com/forum/em-fuel-log.php?vehicleid=378]
[img=http://ecomodder.com/forum/fe-graphs/sig378a.png]
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 08-19-2009, 08:01 PM   #462 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
Sounds good. The 13 volts from the car shouldn't affect the K line communications. The chip may clamp it down to 12, or may let it flow at 13, whichever, the car should be happy with it.

Do all the attempted PID's result in a reset of the device? (Set three PID's to a PID that you know works, then try the others. Note which work, and which causes a reset. There may be several that cause a reset.

Any 'fudged' ones that carry back any result? An error is an expected result if the the car does not wish to handle the PID request.
  Reply With Quote
Old 08-19-2009, 08:08 PM   #463 (permalink)
EcoModding Lurker
 
Join Date: May 2008
Location: Humble, TX
Posts: 26

My Jetta - '99 Volkswagen Jetta
90 day: 22.69 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
If i have all 4 PIDS as "fudged" ones the top two will show as an error and then the bottom two will not show up and the arduino will lock up and shortly there after it will do a hard reset. If i have 3 unsupported PID's showing and 1 real one its about a 50/50 toss up. sometimes it will crash other times it won't. If i have only 2 "fudged" ones showing and 2 allowed ones showing it seems to be stable most of the time.

I'm thinking maybe a memory overflow is what causes the crashes? The more "fudged" PIDs I have showing the more likely it is to crash.

I'm still at a loss as to why my car won't report the data for MAF, and others, but the scangauge has no problem. :\
__________________
[url=http://ecomodder.com/forum/em-fuel-log.php?vehicleid=378]
[img=http://ecomodder.com/forum/fe-graphs/sig378a.png]
  Reply With Quote
Old 08-20-2009, 11:24 AM   #464 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
Do any of the unsupported PID's display ANY data other then ERROR?

What about running the same unsupported PID four times (one in each corner), does it still show two ERRORs, nothing on the next two and lock up?

Yeah, it's odd how ScanGauge gets data that the ECU is not supplying through generic OBDII commands. Not sure how they are doing it...
  Reply With Quote
Old 08-20-2009, 05:50 PM   #465 (permalink)
EcoModding Lurker
 
Join Date: May 2008
Location: Humble, TX
Posts: 26

My Jetta - '99 Volkswagen Jetta
90 day: 22.69 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
i haven't tried all of the unsupported ones. I'll test it out and see what happens. I'll also test and see what happens when i have the same PID 4 times.
__________________
[url=http://ecomodder.com/forum/em-fuel-log.php?vehicleid=378]
[img=http://ecomodder.com/forum/fe-graphs/sig378a.png]
  Reply With Quote
Old 08-20-2009, 08:44 PM   #466 (permalink)
EcoModding Lurker
 
Join Date: May 2008
Location: Humble, TX
Posts: 26

My Jetta - '99 Volkswagen Jetta
90 day: 22.69 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
Well I tried all of them and none of them returned anything useful, they all just say error. When I tried the same PID for all 4 corners of the screen it just says ERROR in all 4 corners, but it doesn't crash. It seems that if I have 4 completely different PIDs that are "fudged" up at the same time the arduino will crash, but if I have atleast 1 real PID, or 1 duplicate PID the arduino doesn't crash it just sits there and displays ERROR as necessary.
__________________
[url=http://ecomodder.com/forum/em-fuel-log.php?vehicleid=378]
[img=http://ecomodder.com/forum/fe-graphs/sig378a.png]
  Reply With Quote
Old 08-21-2009, 09:31 AM   #467 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
If all you get is ERROR or any of the unsupported PIDs, then the ECU is simply not responding to the PID requests. There is no use in querying unsupported PID's.

Best route now is to find out how to get that data we need since the ECU will not respond through the generic method.
  Reply With Quote
Old 08-21-2009, 05:35 PM   #468 (permalink)
EcoModding Lurker
 
Join Date: May 2008
Location: Humble, TX
Posts: 26

My Jetta - '99 Volkswagen Jetta
90 day: 22.69 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
I think I might have an idea. My car meets the "ISO" specification regarding the pinouts and such. From what I've read online though the VAG-COM reader which is used for reprogramming the ECU in the VW/AUDI's actually connects using KWP2000- which is iso 14230. Only thing is my car will not INIT with either 14230 fast or slow, but it will connect to the 9141. Maybe my issue is that the actual protocol that is being used is the 14230 and not the 9141 which is why I'm unable to access those other PIDs.

Only problem is that it only init's with 9141 and not the others so I don't know.
__________________
[url=http://ecomodder.com/forum/em-fuel-log.php?vehicleid=378]
[img=http://ecomodder.com/forum/fe-graphs/sig378a.png]
  Reply With Quote
Old 08-21-2009, 07:02 PM   #469 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
I was looking at the init code, and I am not suprised it won't connect up with 14230. I made an error in the code (I don't have a 14230 car to test it with...)

I will correct it in the next check in or two...

Until the update, try this:

replace this line of code (it's in the code twice):
iso_write_data(dataStream, dataStreamSize);

with this block of code (once for fast and once for slow inits):

for(byte i = 0; i < dataStreamSize; i++)
{
iso_write_byte(dataStream[i]);
}

There is still another error in the code (reading the response), but that should not be hazardous to init functions which does not validate the response anyways.

See what happens...
  Reply With Quote
Old 08-21-2009, 08:34 PM   #470 (permalink)
EcoModding Lurker
 
Join Date: May 2008
Location: Humble, TX
Posts: 26

My Jetta - '99 Volkswagen Jetta
90 day: 22.69 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
ok i'll try it. Maybe the reason that it would connect with 9141 is because the protocols are extremely similar.


Edit: Update- I tried the updated code and neither 14230 fast/slow would connect.

__________________
[url=http://ecomodder.com/forum/em-fuel-log.php?vehicleid=378]
[img=http://ecomodder.com/forum/fe-graphs/sig378a.png]

Last edited by Demonhawk; 08-21-2009 at 09:01 PM.. Reason: update
  Reply With Quote
Reply  Post New Thread


Tags
obd2

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
MPGuino release one workspace dcb OpenGauge / MPGuino FE computer 1061 01-17-2020 01:37 AM
Just some quick info on Scangauge vs. MPGuino NoCO2 OpenGauge / MPGuino FE computer 4 06-01-2015 04:58 PM
All New Nissan Models to Feature Fuel Efficiency Gauge MetroMPG General Efficiency Discussion 6 11-18-2008 04:57 PM
Vacuum gauge problems :( DifferentPointofView Instrumentation 3 05-14-2008 11:04 PM
Will Scan Gauge work on mine? bennelson Instrumentation 9 02-19-2008 10:04 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