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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 03-08-2009, 02:37 PM   #331 (permalink)
EcoModding Lurker
 
Join Date: Mar 2009
Location: California
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ISO9141 init failed

Hi everyone,

I have a '03 Hyundai Elantra which I believe is ISO (OBD pins 4,5,7,8,12,14,16 are populated). I haven't been able to find a definitive source to tell me it is ISO though.

Anyway, I built the ISO interface to the specifications on the google code page. However, when I plug it in, I get an ISO9141 init failed error. I'm using v125 of the code. I've checked the connections and the all seem to be fine.

Is there anyway to determine if this is a problem with the chip or with the car? Are there parameters in the code that may need to be changed?

I'm new to microelectronics (this is only my second project), so its possible I'm missing something obvious.

Thanks for your help.

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 03-09-2009, 09:06 AM   #332 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
Yes 03 Elantra should be ISO, I can not test ISO as my car is CAN, I know some people in this thread are using an ISO version, for those people : please post the mod you did to the hardware or software to make it works, thanks you
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 03-09-2009, 05:23 PM   #333 (permalink)
EcoModding Lurker
 
Join Date: Oct 2008
Location: nova scotia
Posts: 35
Thanks: 2
Thanked 0 Times in 0 Posts
Version 125 is what I am running in my car right now. And it works fine. I have a 1997 Honda Civic that is also ISO.

I would double check the connections on the MC33290.

Also, on my civic, the unit will not init if the car is not running (the ECU off when the car is off, thus no communication can take place)

And finally, if it says failed init... it isn't really trying again. I think there is a bug there that is still to be worked out...
  Reply With Quote
Old 03-19-2009, 11:52 PM   #334 (permalink)
EcoModding Lurker
 
Join Date: Mar 2009
Location: California
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Two Grounds?

Hi Everyone,

I tried reseating the connections and still didn't work. I have the whole thing on a solderless breadboard and I want to get it to work there before I solder it up.

So a novice question: On the diagram for the ISO interface there appear to be two grounds. One from pin 1 and the other from pin 2 on the DB9.

It shows them as not being connected to one another. Is this correct? It seems to me that they should be connected because I don't see how the MC33290 could transmit to the arduino without it knowing the arduino ground level.

Thanks for your help!
  Reply With Quote
Old 03-20-2009, 08:39 AM   #335 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
They sould be connected in the car plug anyway, there are the "signal ground" and the "ground" but they are the same, you can connect them together.
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 03-20-2009, 11:59 AM   #336 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Does anyone know what the iso 9141 L-line is for? It says (otpional) and isn't in the obduino diagram, but I am wondering if it is optional from a vehicle manufacturers perspective as I see it connected on other obd products. I'm looking at a "couple transisters" ISO 9141 add on for a guino so will look into iso 9141 a bit more.

Per here for initialization :Second article for Evaluation Engineering

The tester sends 51 at 5 baud on both the K- and L-lines. Once completed, the L-line is disabled and idles in the high state.

The vehicle computer(s) wake up, but only the computer responsible for diagnostics answers with 85 at 10.4 kb/s. This is the synchronization byte.

All subsequent communications occur at 10.4 kb/s.

The vehicle computer sends Keyword #1, a 1-byte value.

The vehicle computer sends Keyword #2, a 1-byte value.

Keywords are sent seven data bits with one odd parity bit.

The tester acknowledges by sending the logic bit-wise inversion of Keyword #2.

The vehicle computer acknowledges by sending the logic bit-wise inversion of the wake-up address (that the tester sent in step 1).

At this point, the communications link is initialized and operational.

Once the link is initialized, it must be maintained. If there is no message traffic on the link for 5 s, each computer assumes communications are over. The initialization sequence must be repeated to re-establish the link. The tester may periodically transmit a keep-alive message to maintain the link.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 03-20-2009, 12:24 PM   #337 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
L line was rarely used, and only at the beginning of OBD2, I found a list somewhere of vehicle using L line and it was only a few.
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 03-20-2009, 05:21 PM   #338 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
I didn't find anything conclusive but it does suggest on obddiag.net that he doesn't think any US cars ever had l-line. I won't sweat it for now.

P.S. I really like the "send 0x33 at 5 baud" bit in the code, I wondered how you were going to do that
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 03-25-2009, 10:52 AM   #339 (permalink)
EcoModding Lurker
 
Join Date: Mar 2009
Location: USA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Hi guys, I'm going to overreach in asking for help so forgive me in advance . I drive a 2008 Civic and would like to build an OBDuino for it. I have looked through this thread and the opengauge wiki, but while I know how to solder and all I think I'd be more comfortable if I had like a list of instructions, do you know what I mean?

Also I was thinking about getting this arduino kit: Freeduino USB complete KIT (Arduino Duemilanove Compatible). Does that look alright?

Thanks guys, sorry to be a bore....

Edit: I believe my car has CAN. I think this because of (Wikipedia: ) "2008: All cars sold in the United States are required to use the ISO 15765-4 [3] signaling standard (a variant of the Controller Area Network (CAN) bus)."

Last edited by llamacheez; 03-25-2009 at 02:29 PM..
  Reply With Quote
Old 03-26-2009, 07:32 AM   #340 (permalink)
EcoModding Lurker
 
Join Date: Mar 2009
Location: London
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Magister,
I'm very interested in the new version of the board using the MCP2515 you've been working on. I've browsed the google code repository and I did not see there the code you use for this version of the board. Would you mind sharing it even if it's still an early draft?
Thanks in advance.

  Reply With Quote
Reply  Post New Thread


Tags
obd2



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