summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2013-12-22 22:27:33 +1100
committerStanley Huang <stanleyhuangyc@gmail.com>2013-12-22 22:27:33 +1100
commit7fb3a9f3b49c569ed13ac7673080250db2787f08 (patch)
tree437271470e2efc65a3d6892671d6663d922ee7ff /README.md
parentb0cf326df7da71bdde0afeee587dba3e8bb6bd96 (diff)
download2021-arduino-obd-7fb3a9f3b49c569ed13ac7673080250db2787f08.tar.gz
2021-arduino-obd-7fb3a9f3b49c569ed13ac7673080250db2787f08.tar.bz2
2021-arduino-obd-7fb3a9f3b49c569ed13ac7673080250db2787f08.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
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.