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(-) (limited to 'README.md') 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(-) (limited to 'README.md') 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(-) (limited to 'README.md') 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