obd2lib
obd2lib copied to clipboard
OBD-2 library to read information from cars
Hi is it possible to use the web based real-time view without mobile data? Only downloading the .js files an Change the path dont work. :( Thanks BlueFoxLa
Check out this: http://www.pip-installer.org/en/latest/cookbook.html#building-and-installing-wheels
Yesterday I received a "STOPPED" response while I was driving: ``` "0101","0101 STOPPED","N","1381618451.095749" ``` From Page 79-80: http://elmelectronics.com/DSheets/ELM327DS.pdf ``` STOPPED If any OBD operation is interrupted by a received RS232...
Insted of using a simple csv file it should use a sqlite3 database
Maybe we can add another flag, something like "--I-am-sure-what-I-am-doing", and be able to run AT commands in expert mode. This is useful to test some strange behaviour from diffente models...
At the moment, there is an example of web-based application using http://smoothiecharts.org/. We can create a simple index file with a toolbar (or just plain links) where you can select...
Research about which are the "normal values" for some cars and use them to draw lines in the graphs and create proper scales (min and max values) for them.
The ELM327 protocol says that if you know how long the answer is, you can send this value so the last timeout is not used: Reference: Page 65 "Setting timeouts"...
Once #3 is implemented, we can create an interface to see the graphs (similar to real-time option) but using the history (collected data) and being able to move across this...
At the moment only integer values are supported for `--interval` option.