Page 3 of 11 FirstFirst 1234567891011 LastLast
Results 21 to 30 of 108

Thread: /hobd - extended OBD2 based trip computer for WinCE/PocketPC/WinMobile/Windows

  1. #21
    Low Bitrate
    Join Date
    Aug 2010
    Posts
    68
    Quote Originally Posted by cail View Post
    Anyway, as Nitroking correctly noticed, you may always map BT service onto virtual COM port and use that COM port in HOBD for connectivity.
    However this didn't work in my case.. I can do some more testing!

    justchat_1 if you integrate hobd core in another app, then it's your job to do correct polling.. hobd and every software that shows data correctly must have correct polling otherwise the reader will return only garbage, then in your app you have to do polling between the several cores(procedures or what) which send requests to the ECU..

  2. #22
    Newbie
    Join Date
    Jul 2010
    Posts
    53
    Quote Originally Posted by Nitroking View Post
    However this didn't work in my case.. I can do some more testing!
    Ah this is what you've meant. Could you make sure that you can access such a virtual com port with raw terminal program (send any elm command), but still HOBD rejects to use it?

    justchat_1 if you integrate hobd core in another app, then it's your job to do correct polling.. hobd and every software that shows data correctly must have correct polling otherwise the reader will return only garbage, then in your app you have to do polling between the several cores(procedures or what) which send requests to the ECU..
    Generally true, but HOBD does much more here. Speaking in c#, with hobd you only have to add your sensor listener with required update period - and thats all:

    Code:
    engine.Activate();
    registry.AddListener("Speed", this.MySensorHandler, 5000); // 5000 means it'll read Speed PID every 5 seconds.
    
    void MySensorHandler(Sensor s)
    { // do your stuff, update ui, etc..
    }
    But, thinking about integration I indeed see no much reason for this - when talking about frontend apps. Think it's normal that frontend is only a frontend which allows to use external apps for extended functionality:


  3. #23
    Low Bitrate
    Join Date
    Aug 2010
    Posts
    68
    cail, I ran it on my 6.1 mobile.. An app I've made works fine with the serial port and it's using a virtual port, still hobd does not.. I'll do some more tries..

  4. #24
    Newbie
    Join Date
    Jul 2010
    Posts
    53
    Quote Originally Posted by Nitroking View Post
    cail, I ran it on my 6.1 mobile.. An app I've made works fine with the serial port and it's using a virtual port, still hobd does not.. I'll do some more tries..
    Can you enable logging (http://hobdrive.com/faq/#how_to_enable_debug_logging) and send me the log.txt? I know hobd definitely works fine with "real" com ports on winmobile, so thats abit strange...

  5. #25
    Newbie
    Join Date
    Jan 2011
    Posts
    4
    A very nice project cail!
    I was wondering if there is a way to make the program display better on older pdas with 4:3 screen aspect.
    It probably needs some tampering of the default-landscape.layout file but I am not quite sure which values to change..
    A first try to have my pda connected with a bluetooth obd device via a virtual commport failed, but I'll give it a try through direct port as soon as I find out how I can get the devices spp number.

  6. #26
    Newbie
    Join Date
    Jul 2010
    Posts
    53
    Quote Originally Posted by japetus View Post
    A very nice project cail!
    I was wondering if there is a way to make the program display better on older pdas with 4:3 screen aspect.
    It probably needs some tampering of the default-landscape.layout file but I am not quite sure which values to change..
    Thanks!

    Think the easiest way to improve this is to switch your PDA into landscape mode. I've thought about specific layout for small-screen devices (probably splitting information into several screens and increase fonts) - but right now I don't have access to such PDA to evaluate and find the best experience.

    You can relayout screens by yourself in that file, or just give me some feedback and I can try to do this myself.

    A first try to have my pda connected with a bluetooth obd device via a virtual commport failed, but I'll give it a try through direct port as soon as I find out how I can get the devices spp number.
    Technically you should be able to scan for bluetooth devices in "settings,ports" and then just select your obd adapter.

  7. #27
    Newbie
    Join Date
    Jan 2011
    Posts
    4
    Thanks cail, I managed to solve most of the problems by playing with the font sizes...
    It also now works fine on the direct bluetooth port..

    I've been using for some time another gauge program, which has a similar but a bit more 'sophisticated' screen layout, called obdscope (.com), only available for symbian mobile phones, and was eagerly looking for a pda alternative. As the main interface which I got used to, was black and green, where can I find the hex color codes in order to customize the hobd themes to my preferred colors?

  8. #28
    Newbie
    Join Date
    Jul 2010
    Posts
    53
    Quote Originally Posted by japetus View Post
    As the main interface which I got used to, was black and green, where can I find the hex color codes in order to customize the hobd themes to my preferred colors?
    hobd theme files are located at hobd/themes/*.theme
    Default is "default.theme". Just clone it and change color constants at the very beginning of the file. hobd will catchup your new theme file and you'll be able to choose it in "settings->themes".

  9. #29
    Newbie
    Join Date
    Feb 2011
    Posts
    3
    First time post, mainly to say i am likeing this app very much. its the first one for win mobile that I have gotten to work and looks like it is meant to be used. Also, love the HUD option. If I had any issues or requests, I would ask for a bit cleaner detection of screen taps, and the ability to use cursors or arrow keys to navigate (with a highlight of some sort).

    At least, those are the major issues I have on an htc xv6800.

    Are there any specific settings I will need to play with to get the MPG portion working for a Jeep with a 4.0? Right now it is not reading fuel pressure at all, and I know that the info exists, as the dash is all electronic and controlled by the PCM.

  10. #30
    Newbie
    Join Date
    Jul 2010
    Posts
    53
    Quote Originally Posted by Renegade_Azzy View Post
    First time post, mainly to say i am likeing this app very much. its the first one for win mobile that I have gotten to work and looks like it is meant to be used. Also, love the HUD option. If I had any issues or requests, I would ask for a bit cleaner detection of screen taps, and the ability to use cursors or arrow keys to navigate (with a highlight of some sort).

    At least, those are the major issues I have on an htc xv6800.
    Thanks, for sure I'll consider at least basic keypad controlling. have you tried the latest (0.61) build? Some time ago I've incorporated tap and touch related fixes, may be that'll help.

    Quote Originally Posted by Renegade_Azzy View Post
    Are there any specific settings I will need to play with to get the MPG portion working for a Jeep with a 4.0? Right now it is not reading fuel pressure at all, and I know that the info exists, as the dash is all electronic and controlled by the PCM.
    Do you mean it shows no fuel consumption? You should try changing your vehicle type in "Settings" -> "Vehicle" to "OBD2 MAP based". In case it'll start to showup fuel, you have to tuneup your engine (default.vehicles, <liters> parameter) and probably VE constant.
    For MAP based vehicles its abit tricky to calculate the MPG.

Similar Threads

  1. Milage plugin - trip meter and fuel consumption
    By festy in forum RR Released Plugins
    Replies: 245
    Last Post: 06-07-2009, 10:31 AM
  2. is a motorcycle based computer feasable??
    By psistem in forum Newbie
    Replies: 3
    Last Post: 10-15-2007, 01:54 PM
  3. FAQ: Glossary of Terms
    By Bugbyte in forum The FAQ Emporium
    Replies: 13
    Last Post: 11-07-2006, 04:00 PM
  4. AMD based computer
    By StreetStyleTT in forum General Hardware Discussion
    Replies: 17
    Last Post: 09-03-2005, 04:57 AM
  5. OBD2 interface based on Max232/Max233??
    By Maddog_rvo in forum Engine Management, OBD-II, Engine Diagnostics, etc.
    Replies: 4
    Last Post: 02-08-2005, 04:11 PM

Tags for this Thread

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
  •