From 4de1ab6a3a53c93f669c6561da1467a4e8037dda Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Mon, 16 Apr 2018 23:54:24 +1000 Subject: Create README.md --- megaloggerHD/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 megaloggerHD/README.md diff --git a/megaloggerHD/README.md b/megaloggerHD/README.md new file mode 100644 index 0000000..13a5fb7 --- /dev/null +++ b/megaloggerHD/README.md @@ -0,0 +1,3 @@ +This sketch is developed for [Freematics Mega Kit](https://freematics.com/products/arduino-telematics-kit-3/). It works as a vehicle telematics data display and logger. + +![Freematics Mega Kit running this sketch](https://freematics.com/pages/wp-content/uploads/2018/04/FreematicsMegaKit-running.jpg) -- cgit v1.2.3 From 519ca10bd1df160cba1d18d8b74c5d28c0d0709a Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Fri, 11 May 2018 18:54:13 +1000 Subject: Update README.md --- nanotimer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanotimer/README.md b/nanotimer/README.md index 2698310..29e5495 100644 --- a/nanotimer/README.md +++ b/nanotimer/README.md @@ -1,3 +1,3 @@ -This sketch works as a Performance Box. It displays live speed (from OBD-II) of the vehicle and the time used for reaching speed of 60km/h, 100km/h, 200km/h and distance of 400m. Measuring is started automatically (when vehicle starts moving). +This sketch works like a Performance Box with the Arduino Nano based [Freematics Nano Kit](https://freematics.com/products/arduino-telematics-kit-1/). It displays live vehicle speed (data from OBD-II) and the time used for reaching speed of 60km/h, 100km/h, 200km/h and distance of 400m. Measurement is automatically started evey time when vehicle starts moving from stationary. ![Freematics Nano Kit running NanoTimer sketch](https://freematics.com/pages/wp-content/uploads/2014/08/DSC04398-1000.jpg) -- cgit v1.2.3