Page 4 of 7 FirstFirst 1234567 LastLast
Results 31 to 40 of 62

Thread: OpenOBD (yup another subproject)

  1. #31
    Raw Wave
    Auto Apps:loading...
    justchat_1's Avatar
    Join Date
    Jul 2008
    Location
    Boston, Ma or NY,NY
    Posts
    2,359

  2. #32
    Constant Bitrate
    Join Date
    Feb 2007
    Location
    Taylorsville, UT
    Posts
    134
    openobd.exe also immediatly crashes (but for some reason doesnt show the standard .NET exception popup)

    The music browser app also crashed for me when it tried to inssert into the SQL DB, so I would guess that this app is crashing for the same reason as that one. (openobd.exe is compiled in anycpu but the sqllite dll is only x32 and it is running on a x64 system so the .exe file is looking for the x64 part of sqllite dll, which I am assuming isnt there. I have ran into this issue myself with SQLCE and some other pre-compiled .net dll files. It seems you usually only get a 32bit dll, not a 32/64 'anycpu' dll. Building your app in x32only or rebuilding the sqllite in anycpu should fix this, if that is the problem after all.)

    BTW Good work on this whole thing, I am really liking what I am seeing.
    -James
    Car: 2004 GTI VR6 24v Turbo 2.8L, GT35R, 630cc, Unitronic, Bosch 044, etc, etc..
    Main PC:i7 920@4Ghz, 6GB DDR3, MSI X-58 Pro-E, Win 7 x64 RTM, Scythe Mugen2, 128GB G.Skill Falcon, 2x ATI4850 512MB Crossfire, Auzentech X-Fi Forte, Grado Labs SR-80

  3. #33
    Maximum Bitrate ws6vert's Avatar
    Join Date
    Sep 2008
    Location
    Baton Rouge
    Posts
    523
    JC - should have the rest of GM's cars done sometime by the end of the week.

  4. #34
    Constant Bitrate
    Join Date
    Feb 2007
    Location
    Taylorsville, UT
    Posts
    134
    The 64 bit sqllite dll has resolved the issue.
    -James
    Car: 2004 GTI VR6 24v Turbo 2.8L, GT35R, 630cc, Unitronic, Bosch 044, etc, etc..
    Main PC:i7 920@4Ghz, 6GB DDR3, MSI X-58 Pro-E, Win 7 x64 RTM, Scythe Mugen2, 128GB G.Skill Falcon, 2x ATI4850 512MB Crossfire, Auzentech X-Fi Forte, Grado Labs SR-80

  5. #35
    SuperMod - OBDII GPS Logger forum
    Auto Apps:loading...

    Join Date
    Mar 2009
    Location
    Los Angeles
    Posts
    928
    The 64 bit sqllite dll has resolved the issue.
    I don't know what's going on here, but the recommended way to use SQLite is to use the amalgam package, and build it directly in with your source; either as a static library [which is what obdgpslogger does], or just shove sqlite3.c into your big list of source files.

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

  6. #36
    Raw Wave
    Auto Apps:loading...
    justchat_1's Avatar
    Join Date
    Jul 2008
    Location
    Boston, Ma or NY,NY
    Posts
    2,359
    Quote Originally Posted by chunkyks View Post
    I don't know what's going on here, but the recommended way to use SQLite is to use the amalgam package, and build it directly in with your source; either as a static library [which is what obdgpslogger does], or just shove sqlite3.c into your big list of source files.

    Gary (-;
    Not in c# its not

    Managed code is great for a lot of things...its one weakness is heavy processing (like database applications). So while yes I could use a fully managed version, for performance reasons it makes more sense to use native code (hence the separate 32/64 optimized builds).

  7. #37
    Constant Bitrate
    Join Date
    Feb 2007
    Location
    Taylorsville, UT
    Posts
    134
    BTW, let me know how I can help as far as VW models/information/codes go. I know quite a lot about their disgnostic systems and know where lots of code listings/etc are.
    -James
    Car: 2004 GTI VR6 24v Turbo 2.8L, GT35R, 630cc, Unitronic, Bosch 044, etc, etc..
    Main PC:i7 920@4Ghz, 6GB DDR3, MSI X-58 Pro-E, Win 7 x64 RTM, Scythe Mugen2, 128GB G.Skill Falcon, 2x ATI4850 512MB Crossfire, Auzentech X-Fi Forte, Grado Labs SR-80

  8. #38
    Newbie
    Join Date
    Sep 2009
    Posts
    44
    Is this going to be an independent program - aka could we integrate it into Centrafuse?

  9. #39
    Raw Wave
    Auto Apps:loading...
    justchat_1's Avatar
    Join Date
    Jul 2008
    Location
    Boston, Ma or NY,NY
    Posts
    2,359
    Quote Originally Posted by Extide View Post
    BTW, let me know how I can help as far as VW models/information/codes go. I know quite a lot about their disgnostic systems and know where lots of code listings/etc are.
    Completely missed this post... I think I have all the DTCs in the database the only thing missing is the vin info and any enhanced parameters we can get access to.

    Quote Originally Posted by Tengis View Post
    Is this going to be an independent program - aka could we integrate it into Centrafuse?
    Independent program no... open source dll yes. Although due to the licensing it could not be used with centrafuse only software using GPL compatible licenses. There is also a web service version which should be launching in a few weeks which will not have that restriction, only a restriction on lookups per user per day (should be very lenient just to prevent abuse).

    An update for all:
    Buick and Cadillac VINs added to the database compliments of Ws6vert

  10. #40
    Low Bitrate
    Join Date
    Dec 2009
    Posts
    77
    Hey fellas, just jumping in here. I'm working on an app for the Droid called Voyager that interfaces with the OBDii system to obtain metrics, and DTCs, among other things.

    One possibility would be for Voyager to, upon detecting a DTC presesnt, interrogate a web interface and obtain more information to present to the user.

    Would your project be presenting its data through a web interface at some point?

    Another option I was considering was to utilize a site like http://www.obd-codes.com/

    However I think your database would be very useful in the case where one code can mean many things depending on the VIN/vehicle.

    Cheers,
    -reg

Page 4 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. Yup, i just fried something on the m2 atx
    By figfry in forum Power Supplies
    Replies: 13
    Last Post: 01-12-2009, 09:10 PM
  2. Quick introduction.... yup, I'm a noobie
    By abrookfield in forum Newbie
    Replies: 2
    Last Post: 02-18-2006, 07:39 PM
  3. RR 09-09-05 ... Yup, it's my Birthday!
    By guino in forum Road Runner
    Replies: 36
    Last Post: 09-12-2005, 05:05 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
  •