Showing results 1 to 25 of 100 @ 0.03 seconds. Search: Posts Made By: m750
Forum: Applications 2014-01-01, 19:05
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Hi,
Happy New Year to you too.

Try to start pyObd from shell and look what append when you select the "GET CODE" option.
For the second question i can't help you.

By
Forum: Applications 2013-12-31, 08:34
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

you need to start pyobd with Administration rights (root):

# python /home/opt/pyobd/pyobd.py
Forum: Applications 2013-12-30, 17:03
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Why you try to start pyobd from terminal?
Forum: Applications 2013-10-01, 15:29
Replies: 194
Views: 86,685
Posted By m750
Forum: Applications 2013-06-25, 17:31
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Hi, i can't find the "exits with 134" in the log.
Do you use a differrent shell as the normal shell?

I don't understand why you want to freeze DTCs. There aren't continually updated. However, the...
Forum: Applications 2013-06-24, 17:02
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

1) Try to start pyobd with the pyobd_start file and let me know what happend

exec /home/opt/pyobd/pyobd_start

2) No, no way to freeze data. You could see logged data.

3) No, sorry... I don't...
Forum: Applications 2013-05-09, 20:08
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Yes, start it on X-terminal, but not as "root".
Forum: Applications 2013-05-09, 18:59
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

No @miroslav_s, there aren't hidden files.
Please, post all of the printout when you start pyobd from shell and post a screenshot of your paired bluetooth devices.
Forum: Applications 2013-05-09, 16:56
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Hi,
i think that your CBT device is not correctly paired with the n900.
I made a test with my CBT device: after deleting it from my n900 and i have obtained the same result.
Please verify that you...
Forum: Applications 2013-05-08, 20:49
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Hi, after these messages

"Found BT SPP dev
Port:"

pyobd oes not write other messages? It is very strange
Forum: Applications 2013-04-30, 16:28
Replies: 69
Views: 27,275
Posted By m750
Re: [Announce] saveCPU - overheating control for overclocked n900

Hi @viento23,
I have question for you: do you have the power-kernel installed? This app was made to work with the "Enhanced Linux kernel for power users".
Forum: Applications 2013-04-07, 16:36
Replies: 239
Views: 88,902
Posted By m750
Forum: Applications 2013-01-23, 20:54
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

I'm sorry, but i can't implement it. :o
Forum: Applications 2012-12-26, 15:04
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Hi, in pyobd are implemented sensors from PID 101 to PID 15F . I don't know how to calculate other sensors.

Please visit
http://en.wikipedia.org/wiki/OBD-II_PIDs
and enter the formulas for the...
Forum: Applications 2012-12-13, 12:20
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

As I know, SAE J1962 defines only the pinout of the connector.
Forum: Applications 2012-09-20, 07:28
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Hi @wictor,
I understand the problem: sometimes the ELM responds at the first command ("ATZ") with the "echo" already deactivated, then pyobd get a single response.

correct answer:



bad...
Forum: Applications 2012-09-17, 09:27
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

try to modify these lines in /home/opt/pyobd/obd_io.py:

line 190:
from:
time.sleep(0.01)
to
time.sleep(0.05)

line 193
from:
Forum: Applications 2012-09-13, 18:37
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Please make a trace of pyobd functionality:

root
python /home/opt/pyobd/pyobd.py >> /home/user/pyobd.log
Forum: Applications 2012-09-01, 10:04
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Ops... my car responds in hex format:


pyobd 0.9.2-25 in the repos
in this version I test if the answer is in hex or not (symply long or short answer)
Forum: Applications 2012-09-01, 07:54
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

No @wictor, that should not be resolved with this modification.
I added a little delay during sending characters to the COM port, but I think the problem is due to something else. @Crogge, be sure...
Forum: Applications 2012-08-29, 18:12
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

A question:
(P) 0135 -> 135 is a decimal number

135 converted in hex is 87

(43) 01 35 -> 135 is expresset in hex, converted in decimal: 309

Or not?
Forum: Applications 2012-08-29, 16:44
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Hi,
i'm not the owner of the original source code of pyOBD, I have only adapted and enhanced pyOBD for N900.
I will check the code, but I need some time.
Forum: Applications 2012-08-28, 18:57
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

OK, Version 0.9.2-23 is now in the repos.

Changelog:

* more information on some OBD Trouble Codes
* CSV logging - by @GizmoXomziG
* selectable sensor to be updated - by @GizmoXomziG
Forum: Applications 2012-08-27, 18:30
Replies: 194
Views: 86,685
Posted By m750
Re: [Announce] pyOBD for Maemo/n900

Hi @GizmoXomziG,

thank you for pyobd updates. I don't have time these days to try them, but soon I will. If there are no problems and if it's okay for you, I will do a new update to be put in the...
Forum: Applications 2012-07-20, 21:53
Replies: 69
Views: 27,275
Posted By m750
Re: [Announce] saveCPU - overheating control for overclocked n900

Hi Peter,
I have inserted you last modification,
I put your latest file with changes, although now i2c-tools is inserted as dependencies.

Gute Nacht! :o
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 23:10.