maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Brainstorm (https://talk.maemo.org/forumdisplay.php?f=47)
-   -   OBD2 Car Software (https://talk.maemo.org/showthread.php?t=55757)

teh 2010-06-10 11:37

OBD2 Car Software
 
This could be a big or a small job, I don't know as I'm not a developer but...

Is there a developer out there that is familiar with the OBD2 protocols and connectivity with a car's ecu?

I would like an application that will connect via bluetooth to a bluetooth OBD2 adapter so that I can have a realtime visual on my car's engine management system.

An app that is available for Palm and Windows is OBD Gauge (http://www.qcontinuum.org/obdgauge/), but being a maemo device I want to take it further, in someways to give mechanics an alternative way to look at a car's information.

dannycamps 2010-06-10 11:42

Re: OBD2 Car Software
 
Quote:

Originally Posted by teh (Post 708632)
This could be a big or a small job, I don't know as I'm not a developer but...

Is there a developer out there that is familiar with the OBD2 protocols and connectivity with a car's ecu?

I would like an application that will connect via bluetooth to a bluetooth OBD2 adapter so that I can have a realtime visual on my car's engine management system.

An app that is available for Palm and Windows is OBD Gauge (http://www.qcontinuum.org/obdgauge/), but being a maemo device I want to take it further, in someways to give mechanics an alternative way to look at a car's information.

Check out CarMan. I think it's either pretty close to or actually is running now on the N900.

http://www.youtube.com/watch?v=nu5HeYEDTxk

svalavuo 2010-06-10 11:43

Re: OBD2 Car Software
 
How about Carman?
It's getting there... I hope. I use it with my N810, but waiting to use it with N900 as well.

teh 2010-06-10 11:47

Re: OBD2 Car Software
 
Thanks guys! Didn't realise that this existed!

dana.s 2010-06-10 11:48

Re: OBD2 Car Software
 
+1 for this, i think there is another post regarding this, someone put this link http://www.dealextreme.com/details.dx/sku.16921 which is a bluetooth adapter to work with the handset..

SpeedEvil 2010-06-10 12:34

Re: OBD2 Car Software
 
The fundamental protocol of most of these devices is quite simple.
>90% use http://www.elmelectronics.com/dsheets.html chips, look at the datasheet for the elm327.

In principle, you could just use the above mentioned bluetooth adaptor from DX, and your favourite serial terminal program.
For some things, such as reading out fault codes, or resetting check engine lights, this would be quite adequate.

jolouis 2010-06-10 12:43

Re: OBD2 Car Software
 
Carman was a good start/attempt for N8x0 series... I don't know how far anyone's got porting it to the N900... I don't know why they'd try to be honest with you. From a development point of view the amount of work required to port over the entire enlightenment engine (that Carman's built on), VS just building a new app from scratch just doesn't make sense.

So on that note Spenc3 and I have started the Carocell project; interfacing to obd2 is dead easy, as already pointed out... the tricky part is handling all the automatic setup/teardown of bluetooth, and of course having a nice flexible GUI system for handling and displaying that info.

At the end of the day the only really practical use is for reading trouble codes and clearing them, which is the most difficult part of an app because it requires you to do a bunch of binary comparisons and evaluations in order to determine exactly what's what. Anyways long and short of it is that there are people working on it...

Juster 2010-08-18 14:01

Re: OBD2 Car Software
 
i have used carman , but still use my e66 whit obdscoop , whit obdscoop you can erase error;s and clear out f,exs check engin light

did send a mail to obdscoop and ask if he was going to make it for maemo but that was no plan for that :(

but if u have a symbian phone and the obd2 bluetooth adapter
it is a great app if u have a car whit obd2

regards
Just

pingvps 2010-08-18 14:06

Re: OBD2 Car Software
 
OBD on my n900 would be awesome, I hope this comes to fruition

Tib996 2010-08-19 06:56

Re: OBD2 Car Software
 
once you have a prototype i will be willing to test it for you (i'm a mechanic buy trade so plenty of vehicles at work to test on) would be good to have a range of programs to check ecu's carman is the only one i can think of at the moment thats about and works on the N900

gLobster 2010-08-19 07:08

Re: OBD2 Car Software
 
Carman on N900 for play only and not for help.

impact 2011-12-16 17:09

Re: OBD2 Car Software
 
I know this is an old thread, but there apears to be a relatively new app called OBDAutodoctor in Nokia store that can monitor your car.

rotoflex 2011-12-17 06:36

Re: OBD2 Car Software
 
Thanks for the information.

Lite version (free), available for N9 but not N900:
http://store.ovi.com/content/211199?...e=search&pos=1

Pro version ($9.99), available for N9 but not N900:
http://store.ovi.com/content/216026?...e=search&pos=2

Product website at
http://www.obdautodoctor.com/download.php
confirms only for meego/N9 devices.

How difficult do you suppose it would be to port to N900/freemantle if asked?

bocephus 2011-12-17 08:02

Re: OBD2 Car Software
 
Nothing is difficult if you know what you're doing... I would also like an N900 port of OBDAutoDoctor. First step, email them to ask for one.

5spdvl 2011-12-17 08:30

Re: OBD2 Car Software
 
FYI: your car has to have an OBD II compliant port, and follow the agreed protocol - some cars were built up until around 1996 with OBD II ports, but are only accessible with manufacturer-specific tools.

impact 2011-12-17 10:13

Re: OBD2 Car Software
 
I have managed to get my hands on an ELM327 BT adapter, so I tried the app. It works fine.

http://static.zooomr.com/images/10130048_17fa13c927.jpg

http://www.obdautodoctor.com/scantoo...e-for-symbian/

Apparently, they have received a lot of requests to port it to N8 and they are working on it. Perhaps if they receive a lot of requests to port it to N900, they might consider it, too?

bocephus 2011-12-18 16:24

Re: OBD2 Car Software
 
There's an answer from the devs on impact's link now:

Quote:

Great to hear that you are interested in our diagnostic software. The issue with Nokia N900 is the missing official support for Qt Quick Components 1.1 on which the UI relies
totally. All the logic is done with C++ but the whole user interface is implemented with QML. That means that we would need to re-implement the whole UI again.
Does that mean there's "unofficial support" for Qt Quick Components 1.1 on the N900?

This Nokia blog post from last summer says:

Quote:

Nokia Developer former Forum Nokia will provide a community port of components to Ubuntu Natty, Maemo5, and MeeGo 1.2.
Did Nokia screw Maemo over yet again?

m750 2012-01-05 18:07

Re: OBD2 Car Software
 
If you want, now pyOBD is working for n900:
http://talk.maemo.org/showthread.php...38#post1146238

X-J 2015-07-28 17:11

Re: OBD2 Car Software
 
Hi,
OBDAutoDoctor Lite (Meego) Now Available On OpenRepos:
https://openrepos.net/content/enigma/obdautodoctor-lite


All times are GMT. The time now is 02:26.

vBulletin® Version 3.8.8