From e6a0374c8b853f3b8a6ed1214369540039c485cc Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 1 Jul 2015 12:07:43 +1000 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5986f99..8e600a3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ Arduino OBD-II Adapter Library & Sketches ========================================= -(C)2012-2014 Freematics.com +(C)2012-2015 Freematics.com -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. +OBD-II Adapter for Arduino is a product that works as a vehicle OBD-II data bridge for Arduino (literally all embedded platforms) with open-source Arduino library provided. Besides providing easy-to-use OBD-II data access, it also integrates 6-axis or 9-axis MEMS sensor module and a voltmeter for measuring vehicle battery power. The adapter draws power from OBD-II port and convert it to 5V for powering attached device. OBD-II Adapter: http://freematics.com/pages/products/arduino-obd-adapter/ -- cgit v1.2.3 From 55307f1cf56b5391fd2f164fcbb981f981939bc7 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 1 Jul 2015 12:09:33 +1000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e600a3..578730b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ OBD-II Adapter for Arduino is a product that works as a vehicle OBD-II data brid OBD-II Adapter: http://freematics.com/pages/products/arduino-obd-adapter/ -OBD-II Data Logger Kits: http://freematics.com/pages/products/obd-kit3/ +OBD-II Telematics DIY Kit: http://freematics.com/pages/products/obd-kit3/ ![Image](http://www.arduinodev.com/wp-content/uploads/2012/03/obdkit1-150x150.jpg) -- cgit v1.2.3 From 7e17247437ff02bfe0d175622e1a960dbb4816f7 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 1 Jul 2015 12:09:57 +1000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 578730b..51e6f3a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ OBD-II Adapter for Arduino is a product that works as a vehicle OBD-II data brid OBD-II Adapter: http://freematics.com/pages/products/arduino-obd-adapter/ -OBD-II Telematics DIY Kit: http://freematics.com/pages/products/obd-kit3/ +OBD-II Telematics DIY Kit: http://freematics.com/pages/products/arduino-telematics-kit-3/ ![Image](http://www.arduinodev.com/wp-content/uploads/2012/03/obdkit1-150x150.jpg) -- cgit v1.2.3 From 49198632445b82f51026232efdf64360798a44e3 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 1 Jul 2015 12:10:31 +1000 Subject: Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 51e6f3a..4bab394 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,3 @@ megalogger - OBD-II and GPS data logger based on 320x240 TFT LCD display (for Ar utilites - useful utility source code for development -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 08169e0b23954a88fb66bb1b1f71fd33c49d8630 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 1 Jul 2015 12:11:26 +1000 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bab394..7356a0d 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ samples - several simple sketches for testing purpose nanologger - OBD-II data logger working with 128x64 monochrome OLED display (for Arduino Nano) -unologger - OBD-II data logger working with 320x240 TFT LCD display (for Arduino UNO & Bluno) +megalogger - OBD-II and GPS data logger based on 320x240 TFT LCD display (for Arduino MEGA/ADK) -megalogger - OBD-II and GPS data logger based on 320x240 TFT LCD display (for Arduino MEGA, ADK and DUE) +tester - a testing sketch for OBD-II communication and capability utilites - useful utility source code for development -- cgit v1.2.3 From a463b542bcd3bed545e33f9c1766800dda7fb2b0 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 1 Jul 2015 12:12:07 +1000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7356a0d..461542c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ samples - several simple sketches for testing purpose nanologger - OBD-II data logger working with 128x64 monochrome OLED display (for Arduino Nano) -megalogger - OBD-II and GPS data logger based on 320x240 TFT LCD display (for Arduino MEGA/ADK) +megalogger - OBD-II and GPS data logger based on 320x240 TFT LCD display (for Arduino MEGA) tester - a testing sketch for OBD-II communication and capability -- cgit v1.2.3