From b0cf326df7da71bdde0afeee587dba3e8bb6bd96 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 22 Dec 2013 22:22:00 +1100 Subject: Update README.txt --- megalogger/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/megalogger/README.txt b/megalogger/README.txt index 5a01eb2..82cd927 100644 --- a/megalogger/README.txt +++ b/megalogger/README.txt @@ -1,4 +1,4 @@ -This is the source code for the Arduino OBD-II data logger, which displays (on a 320x240 TFT LCD shield) and records (to a SD card) a selected set of OBD-II data. +This is the source code for the Arduino OBD-II data logger, which displays (on a 320x240 TFT LCD shield) and records (to a SD card) GPS and a set of OBD-II data in the form of text-based CSV format file or more compacted binary file. To compile the code with Arduino IDE, please copy all library files from the libraries directory to Arduino's libraries directory. -- cgit v1.2.3 From 7fb3a9f3b49c569ed13ac7673080250db2787f08 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 22 Dec 2013 22:27:33 +1100 Subject: Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db7073..e406ba0 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,12 @@ samples/dashboard_oled - a sketch providing extensive display of vehicle data wi samples/obdtest - a testing sketch for OBD-II adapter -obdlogger - a complete OBD-II and GPS data logger (http://obd.arduinodev.com) +obdlogger - a complete OBD-II and GPS data logger and timer based on 128x64 OLED display + +megalogger - a complete OBD-II and GPS data logger based on Arduino MEGA and TFT LCD shield + +How to view logged data +----------------------- +Data2KML (http://arduinodev.com/data2kml-utility/) is an open-source command line utility which converts data logged by obdlogger or megalogger to KML file loading in Google Earth. + +A web service (http://freematics.com/chart/) is provided to view data logged by obdlogger or megalogger. -- cgit v1.2.3 From 4098d5bfbf5f5d0c8e0171f1140c1765b2b99ff9 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 22 Dec 2013 22:28:28 +1100 Subject: Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e406ba0..5d94310 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,7 @@ Additional defines can be added to access all OBD-II PIDs which the car's ECU pr Directory Descriptions ---------------------- -libraries/OBD - Arduino library for OBD-II adapter - -samples/rpm_led - a simplest example sketch implementing a RPM indicator with the pin 13 LED on Arduino board +libraries - all Arduino libraries needed for OBD-II adapter and kits samples/dashboard_1602 - an example sketch showing a set of vehicle data with a LCD1602 shield -- cgit v1.2.3 From 05344e2adc4eda1a65cdd457231fa18453931569 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 22 Dec 2013 22:30:24 +1100 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d94310..b56d92c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Arduino OBD-II Adapter Library & Examples The Arduino OBD-II Adapter is a product that works as a vehicle OBD-II data bridge for Arduino with open-source Arduino library provided. Besides providing OBD-II data access, it also provides power supply (converted and regulated from OBD-II port) for Arduino and its attached devices. -Product page: http://arduinodev.com/hardware/obd-kit/ +OBD-II Adapter: http://arduinodev.com/hardware/obd-kit/ +OBD-II Data Logger Kits: http://arduinodev.com/hardware/#logger_kit ![Image](http://www.arduinodev.com/wp-content/uploads/2012/03/obdkit1-150x150.jpg) -- cgit v1.2.3