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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 06-04-2009, 10:35 AM   #411 (permalink)
EcoModding Lurker
 
Join Date: Jan 2009
Location: South Hadley, MA
Posts: 10

SubaruOutback - '95 Subaru Legacy Outback
90 day: 21.56 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Got it Froggy, thanks. I'm going to try jumpering the L line tonight and see what that does.

__________________
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 06-04-2009, 11:14 AM   #412 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
Hopefully it will be enough to bring it to life... I still have not made up a dual 33290 interface (where the L line stops), so my L line still blathers away all 10400 outgoing data...

If it does connect, check also that turning off the car and back on will resume communications. Some ISO 9141 will happily resume talking, but my car needs to re-init.
  Reply With Quote
Old 06-04-2009, 11:19 AM   #413 (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
FYI, the elm 323 interface has the L line controlled by a separate pin
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 06-04-2009, 04:02 PM   #414 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
Yes, but the 323 is a more expensive solution.

Indeed, I thought I would have to go that route, but splitting the K line signal to include the L line worked for me.
  Reply With Quote
Old 06-04-2009, 04:22 PM   #415 (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 meant that they are doing more than just splitting the L line, perhaps for a reason.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 06-04-2009, 06:15 PM   #416 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
Yes, accordingly, the L line is used just for initialization. After that it should not be used. By splitting K into K and L, we do start the init ok, but then we continue transmitting 10400 baud data on it. This could on some cars pose a problem (if they take it as an error state, or as an attempt to reconnect or whatever...) Jumping K to L to drive L is a quick fix, and it may work, but the solution goes against the standards which could leave a car doing strange stuff.

If the two ISO chips work (one for K and one for L) the extra cost is very small compaired to going the ELM 323 or ELM 327 route just for the L line. I just need two resistors before I begin constructing it and testing it.
  Reply With Quote
Old 06-04-2009, 06:16 PM   #417 (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
not two chips, just another pin and just change the 5 baud init code to twiddle both K and L pins then set the L pin high right after init.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 06-04-2009, 07:05 PM   #418 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
I think you would need the chip to drive the line to 12 volts which is specified as ON.

The arduino would drive it high only to 5 volts. The chip would drive it to 12 volts.
  Reply With Quote
Old 06-04-2009, 07:22 PM   #419 (permalink)
EcoModding Lurker
 
Join Date: Jan 2009
Location: South Hadley, MA
Posts: 10

SubaruOutback - '95 Subaru Legacy Outback
90 day: 21.56 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
I tried splitting the K & L lines but initialization still fails. Froggy, did you get it to work with the code in the repository or only after you modified it?

Matt
__________________
  Reply With Quote
Old 06-04-2009, 07:50 PM   #420 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Debolt, Alberta
Posts: 78
Thanks: 1
Thanked 2 Times in 2 Posts
I got it working right away without modifications. I had to modify it as once the car turned off, I would have to reset the arduino to reinit, which is impractical to do...

Have you verified the chip functions?

With a volt meter you should see the K line high, and drop down to zero volts. Powered by the computers USB, high will only be 5 volts, but that's ok. It will tell you the car will get 12 volts once it's hooked up to the car.

That tells you the TX is working. Next, add some code to the iso_init to read back the RX line. Before you change the K line state (HIGH or LOW) read the K_in line with digitalRead(k_in); do the same after, and the results should differ. If not, you won't hear the car. So check that wiring.

If all the wiring is good, and the chip is working, then your car is either expecting something else before it talks to you, or, you are ignoring what it says.

Try checking for ANY feedback from the car. Change the code to be successful if the car sends any data at all back. See if you still time out or not. If you still time out, then the car is still waiting for what it thinks is the correct startup sequence (whatever that is).


Last edited by Froggy; 06-04-2009 at 08:11 PM..
  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