Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: OBD1, and obdsim plugins

  1. #11
    North of the land of Hey Huns
    Auto Apps:loading...

    Join Date
    Jun 2004
    Location
    Westminster, MD
    Posts
    1,920
    I have an aldl based obd1 car as my second car. If I may lend more code to this I may be able to provide aldl support for you
    Quote Originally Posted by mitchjs
    stop with the REINSTALLS, what do you think we got some lame-o installer!!!
    RevFE - Super fast, modular frontend. Most powerful skinning engine in existence. Strong enough for an i7 made for a fitpc.
    Just a shame I can't justify a carpc to use it on anymore.

  2. #12
    Admin. Linux loser.
    Auto Apps:loading...
    Bugbyte's Avatar
    Join Date
    Sep 2004
    Location
    Corning, NY
    Posts
    7,364
    Blog Entries
    2
    You know about this thread, right? http://www.mp3car.com/vbulletin/fusi...ram-linux.html
    Quote Originally Posted by ghettocruzer View Post
    I was gung ho on building a PC [until] just recently. However, between my new phone having internet and GPS and all...and this kit...Im starting to have trouble justfiying it haha.
    Want to:
    -Find out about the new iBug iPad install?
    -Find out about carPC's in just 5 minutes? View the Car PC 101 video

  3. #13
    Constant Bitrate
    Join Date
    Aug 2007
    Location
    Northern VA
    Posts
    133
    Bugbyte, yup thats the linux driver and fbd we are talking about.

    Mal, I don't know what if any protocol mine speaks. It's a rover 14CUX system. The site below shows the pin in/outs and it has a primitive code displayer but other than that I am unaware of any protocol it supports. So my plan is to tap into the wires and use the FB to grab the data I need.

    http://www.britishv8.org/Articles/Rover-14CUX-EFI.htm

  4. #14
    North of the land of Hey Huns
    Auto Apps:loading...

    Join Date
    Jun 2004
    Location
    Westminster, MD
    Posts
    1,920
    cgalpin: ALDL is a mid 80's to early 90's protcol that a good number of GM vehicles used. The reader for it is about $80, and most vehicles support a very large range of information being broadcast back at a rather insane data rate. Mine sends 70 values (a 70 byte string) 10 times per second.

    Be careful when hooking in the FB to read analog voltages, as reading voltage can change the voltage that the ECU reads. I'm not entirely sure on the logistics of that.
    Quote Originally Posted by mitchjs
    stop with the REINSTALLS, what do you think we got some lame-o installer!!!
    RevFE - Super fast, modular frontend. Most powerful skinning engine in existence. Strong enough for an i7 made for a fitpc.
    Just a shame I can't justify a carpc to use it on anymore.

  5. #15
    Constant Bitrate
    Join Date
    Aug 2007
    Location
    Northern VA
    Posts
    133
    Good point on altering the voltage levels. Mmh. Short of adding additional sensors (which I am not sure you can do for a lot of them) I don't know how to avoid that.

  6. #16
    North of the land of Hey Huns
    Auto Apps:loading...

    Join Date
    Jun 2004
    Location
    Westminster, MD
    Posts
    1,920
    Upon talking to an EE sitting next to me, he said that most microcontroller analog inputs are so high impedance to make it a non issue and you won't get any voltage drop. Perhaps 2k1toaster could pop by and confirm that the PIC chip the fb uses is high impedance on the analog inputs?
    Quote Originally Posted by mitchjs
    stop with the REINSTALLS, what do you think we got some lame-o installer!!!
    RevFE - Super fast, modular frontend. Most powerful skinning engine in existence. Strong enough for an i7 made for a fitpc.
    Just a shame I can't justify a carpc to use it on anymore.

  7. #17
    SuperMod - OBDII GPS Logger forum
    Auto Apps:loading...

    Join Date
    Mar 2009
    Location
    Los Angeles
    Posts
    917
    Bugbyte: no, hadn't found that thread yet. I first discovered there was such a thing as fusion brain about half an hour ago. Perhaps tripzero could throw in his 0.2 if he lurks on this forum still?

    malcolm: Diffs are always welcome - especially from you, who unwittingly wrote a large part of the code in obdsim already [although that amount as a percentage is decreasing rapidly!] :-)

    Also, malcolm, I had to make some changes to make the code run on OSX and on OpenSolaris - the OSX changes are in my repo already [eg, using posix_openpt(3) instead of hardcoding the linux on-filesystem equivalent], the OpenSolaris ones need a bit more testing before I'm going to commit them. You might find some of these changes useful to feed back into your own sim. [I ripped out windows support, though, since for now I have neither the urge nor the capability to support it - if anyone contributes patches for windows for obdsim, I'd definitely welcome them]

    The manpages for pts(4) and pty(7) also make good reading. I think you need to use grantpt(3) and unlockpt(3) in your sim to be properly safe.

    Gary (-;
    OBDGPSLogger, for logging OBDII and/or GPS data
    OBDSim, an OBDII/ELM327 software simulator
    mp3car forums: obdgpslogger, obdsim

  8. #18
    SuperMod - OBDII GPS Logger forum
    Auto Apps:loading...

    Join Date
    Mar 2009
    Location
    Los Angeles
    Posts
    917
    Oh, and by the way; the current plugin API is limited in that you can only have one data generator plugged in at a time, changed at compile-time. I have the pattern worked out in my head to make all generators available in the same binary, but it will be a couple of [small] API changes.

    If anyone actually writes code in the time between now and then [probably a couple days], then some extra fluff will be necessary to make it fit. I'm keeping the current set of functions prototypes in datasource.c, though, so the change will be very easy.

    Gary (-;
    OBDGPSLogger, for logging OBDII and/or GPS data
    OBDSim, an OBDII/ELM327 software simulator
    mp3car forums: obdgpslogger, obdsim

  9. #19
    Constant Bitrate
    Join Date
    Aug 2007
    Location
    Northern VA
    Posts
    133
    Thanks for the info malcom2073. I'd love to hear what 2k1Toaster has to say about it too.

  10. #20
    SuperMod - OBDII GPS Logger forum
    Auto Apps:loading...

    Join Date
    Mar 2009
    Location
    Los Angeles
    Posts
    917
    The dbus - fusion brain thing is done, by the way, as is the ability to have multiple plugins all compiled in at once.

    I mentioned it on the fusion brain forum here: http://www.mp3car.com/vbulletin/fusi...ion-brain.html

    Have fun,
    Gary (-;
    OBDGPSLogger, for logging OBDII and/or GPS data
    OBDSim, an OBDII/ELM327 software simulator
    mp3car forums: obdgpslogger, obdsim

Page 2 of 3 FirstFirst 123 LastLast

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
  •