Page 8 of 9 FirstFirst ... 6789 LastLast
Results 106 to 120 of 125

Thread: OBD Serial Data

  1. #106
    Is a Chief Engine Builder wilbo666's Avatar
    Join Date
    Sep 2005
    Location
    QLD
    Posts
    3,468

    Default Re: OBD Serial Data

    No news from me

    Cheers
    Wilbo
    Wilbo's Wiki (Includes 2JZ-GTE Wiring, etc! )

    Wilbo's JZA80
    Wilbo's JZZ12

  2. #107
    Your mum is a Conversion King TERRA Operative's Avatar
    Join Date
    Mar 2007
    Location
    Chiba
    Posts
    2,232

    Default Re: OBD Serial Data

    Interesting read. I'm looking into making something like this for my Corolla.

    I might have to revive this subject and do some more development...

  3. #108
    BK Grease Monkey bk_'s Avatar
    Join Date
    Dec 2005
    Location
    WA
    Posts
    151

    Default Re: OBD Serial Data

    TERRA + others,
    If you guys want the code (in C, for microchip PIC ucontroller) and basic schematic diagram, I'm happy to post. I've done nothing with the project for over 2.5 years. Just give me a yes and she'll be up in the next few days.

    The code is specific for MAP sensor, ISCV and has speedo correction for my custom setup. This can be easily removed and other functions to process data can also be added without pain (if you know bits of C or prefer inline ASM).

    The "hard" part is constructing the PCB and box. I took the cheap and crude method of etching it myself... once it's in the box it doesn't matter :>

  4. #109
    Your mum is a Conversion King TERRA Operative's Avatar
    Join Date
    Mar 2007
    Location
    Chiba
    Posts
    2,232

    Default Re: OBD Serial Data

    Very yes.

    I got an engineer at work on the job to help me out, and it turns out one of our products (actually a wall controller for our AC systems, with in built serial interface) can be easily adapted to bit bang the output from the ECU and process then display the data on an LCD much like a Scan Gauge.

    I plan on getting a few PCB's made once it's done, so we might be able to have some fun...

  5. #110
    Toymods Net Nazi Too Much Toyota river's Avatar
    Join Date
    Sep 2005
    Location
    NSW
    Posts
    7,061

    Default Re: OBD Serial Data

    Hi,

    Just go to the news agents and buy the Feb 2010 issue of the Silicon Chip magazine. It has an OBDII project that plugs into your ECU and lets you display all the info you desire onto a lap top.

    As all Silicon Chip kits, it will no doubt soon be appearing in Jaycar and Altronics stores. It's complete and all you need is the actual software to run on the lap top.

    This kit will run with the following software....

    EasyObdII V2.xx
    http://www.easyobdii.com/

    wOBD V1.51
    http://www.obd2crazy.com/software.html

    ScanTool V1.15
    http://www.scantool.net/scantool/dow...stic-software/

    Where EasyObdll provides more information than the other two.

    So, get the kit, build it, download one of the above programs for your lap top.. connect kit to ECU and lap top.. then have fun.

    seeyuzz
    river
    The thinking man's clown and the drinking woman's sex symbol
    RA25GT - There is no substitute | 18R-G - Toyota's Dependable Masterpiece
    Toymods Car Club Treasurer, assistant Historic Plate Registrar & Forums Admin

  6. #111
    BK Grease Monkey bk_'s Avatar
    Join Date
    Dec 2005
    Location
    WA
    Posts
    151

    Default Re: OBD Serial Data

    OK. Here she is:

    http://trap.mtview.ca.us/~xk/files/t...r-v0.1.tar.bz2

    It's a bit bare in terms of documentation but if you know how to design and implement microcontroller projects and products, it's a no brainer!

    Any questions or comments, throw them my way.
    Last edited by bk_; 10-02-2010 at 11:58 PM. Reason: s/do/to/

  7. #112
    BK Grease Monkey bk_'s Avatar
    Join Date
    Dec 2005
    Location
    WA
    Posts
    151

    Default Re: OBD Serial Data

    Errr... here's my response after forgetting about this thread:

    Quote Originally Posted by wilbo666 View Post
    Q1: What is the weighting of each binary bit in mV?! (20mV?)
    it's scaled from 0 to 255 (8 bit ADC), so yes, ~20mV

    Quote Originally Posted by wilbo666 View Post
    Q2: Have you confirmed that the MAP reading is in kPa?
    Confirmed? no, apart from loosely comparing it with a mechanical and electrical boost gauge. The scale and offset is probably only "off" by 10%, so i'm happy with it. I couldn't find any other way to interpret the raw data other than in units of kPa.

    Quote Originally Posted by wilbo666 View Post
    Q3: What is your 1JZ-GTE out of?! My ecu is JZZ30 (from the identification words it looks like yours might be the same?).
    My 1jz is from a JZX81 (chopped loom FTL) but with JZZ30 wiring. I've ran it with JZZ30 and JZX90 ecus, auto and manual, and all read the same except for chipped ecus, which have far better ignition and fuel maps.

    What I'd like to check for interest sakes if whether a PowerFC outputs toyota OBD1 information, too. It really doesn't matter since a hand controller shows more information at higher frequency... but atleast I will be able to easily reverse engineer the remaining parts of the OBD1 signal! So stay tuned within the next month :>

  8. #113
    Is a Chief Engine Builder wilbo666's Avatar
    Join Date
    Sep 2005
    Location
    QLD
    Posts
    3,468

    Default Re: OBD Serial Data

    River,

    This thread is talking about OBD data, NOT OBDII.

    They are significantly different things.

    The threads you have listed are useless for non VVTi engines.

    Cheers
    Wilbo
    Wilbo's Wiki (Includes 2JZ-GTE Wiring, etc! )

    Wilbo's JZA80
    Wilbo's JZZ12

  9. #114
    Toymods Net Nazi Too Much Toyota river's Avatar
    Join Date
    Sep 2005
    Location
    NSW
    Posts
    7,061

    Default Re: OBD Serial Data

    Hi,

    Well sorry about that.

    Mehh.. my post can stay for those that do want OBDII and find this thread.

    seeyuzz
    river
    The thinking man's clown and the drinking woman's sex symbol
    RA25GT - There is no substitute | 18R-G - Toyota's Dependable Masterpiece
    Toymods Car Club Treasurer, assistant Historic Plate Registrar & Forums Admin

  10. #115
    RZN169R+2JZGTEVVTI+R151 Domestic Engineer madmont's Avatar
    Join Date
    Nov 2005
    Location
    Queensland
    Posts
    669

    Default Re: OBD Serial Data

    Quote Originally Posted by river View Post
    Hi,

    Just go to the news agents and buy the Feb 2010 issue of the Silicon Chip magazine. It has an OBDII project that plugs into your ECU and lets you display all the info you desire onto a lap top.

    As all Silicon Chip kits, it will no doubt soon be appearing in Jaycar and Altronics stores. It's complete and all you need is the actual software to run on the lap top.

    This kit will run with the following software....

    EasyObdII V2.xx
    http://www.easyobdii.com/

    wOBD V1.51
    http://www.obd2crazy.com/software.html

    ScanTool V1.15
    http://www.scantool.net/scantool/dow...stic-software/

    Where EasyObdll provides more information than the other two.

    So, get the kit, build it, download one of the above programs for your lap top.. connect kit to ECU and lap top.. then have fun.

    seeyuzz
    river
    Does any of this work on JDM Toyotas with OBD2 sockets which are not OBD2 compliant?
    Jealousy is a curse

  11. #116
    Toymods Net Nazi Too Much Toyota river's Avatar
    Join Date
    Sep 2005
    Location
    NSW
    Posts
    7,061

    Default Re: OBD Serial Data

    Hi,

    I don't know. If it is only the socket that is different, and it supplies the necessary signals, and the data stream is the same, then it should work.... just need to get the right socket.

    seeyuzz
    river
    The thinking man's clown and the drinking woman's sex symbol
    RA25GT - There is no substitute | 18R-G - Toyota's Dependable Masterpiece
    Toymods Car Club Treasurer, assistant Historic Plate Registrar & Forums Admin

  12. #117
    Toymods member no 341 Domestic Engineer amichie's Avatar
    Join Date
    Dec 2005
    Location
    NSW
    Posts
    649

    Default Re: OBD Serial Data

    Can you buy something ready made from egay or something?

    Quote Originally Posted by river View Post
    Hi,

    Just go to the news agents and buy the Feb 2010 issue of the Silicon Chip magazine. It has an OBDII project that plugs into your ECU and lets you display all the info you desire onto a lap top.

    As all Silicon Chip kits, it will no doubt soon be appearing in Jaycar and Altronics stores. It's complete and all you need is the actual software to run on the lap top.

    This kit will run with the following software....

    EasyObdII V2.xx
    http://www.easyobdii.com/

    wOBD V1.51
    http://www.obd2crazy.com/software.html

    ScanTool V1.15
    http://www.scantool.net/scantool/dow...stic-software/

    Where EasyObdll provides more information than the other two.

    So, get the kit, build it, download one of the above programs for your lap top.. connect kit to ECU and lap top.. then have fun.

    seeyuzz
    river

  13. #118
    Your mum is a Conversion King TERRA Operative's Avatar
    Join Date
    Mar 2007
    Location
    Chiba
    Posts
    2,232

    Default Re: OBD Serial Data

    Ok, Got the programming chick at work on this doing some coding on this with the promise of chocolate.

    Has anyone worked out what the full list of values is? I'm working off a bit of deduction and what's been found so far, but I assume the following:

    0x00 UNKNOWN
    0x01 Injector pulse width (INJ)
    0x02 Ignition timing angle (IGN)
    0x03 Idle Air Control (IAC)
    0x04 Engine speed (RPM)
    0x05 Manifold Absolute Pressure (MAP)
    0x06 Engine Coolant Temperature (ECT)
    0x07 Throttle Position Sensor (TPS)
    0x08 Speed (SPD)
    0x09 Target A/F Left (I think)
    0x10 Target A/F Right (I think)
    0x11 Flags (#1)
    0x12 Flags (#2)

    Could 0x00 possibly be air temp?


    Also, what happens with an AFM vehicle? I assume the MAP signal becomes Airflow?
    I'll have access to a few 4AGE ECU's and a 5EFHE to test this on when it's ready.

  14. #119
    Toymods member no 341 Domestic Engineer amichie's Avatar
    Join Date
    Dec 2005
    Location
    NSW
    Posts
    649

    Default Re: OBD Serial Data

    I posted this a couple of years ago.
    This is about all I have so far.

  15. #120
    Zub Zub Domestic Engineer Gavatron's Avatar
    Join Date
    Jan 2006
    Location
    Adelaide, SA
    Posts
    699

    Default Re: OBD Serial Data

    I'll bang the Intelligent Tester 1 on my JZX83 tomorrow and see if it picks it up (being ADM). I'll write down a list of all the data output in order.
    || 91 MX83 Cressida Grande 1JZGTE - Daily || 84 MA61 Supra 2JZGE - Track ||

Similar Threads

  1. Toyota diffs. All data being collated onto one table. Specs/input needed (RWD)
    By brett_celicacoupe in forum Tech and Conversions
    Replies: 149
    Last Post: 19-01-2015, 06:18 PM
  2. More 4-to-5 stud hub conversion data
    By thechuckster in forum Tech and Conversions
    Replies: 0
    Last Post: 19-01-2006, 01:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •