diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2018-07-06 14:31:48 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2018-07-06 14:31:48 +1000 |
commit | 72ab3dc91158374cf0337dd050f5143775c4ab1e (patch) | |
tree | 04ec61c3fccfb4c595d035ae0d176062f62cd7e0 | |
parent | 370f5ca3e10523067e832b27a073f8f36f8972ef (diff) | |
parent | 519ca10bd1df160cba1d18d8b74c5d28c0d0709a (diff) | |
download | 2021-arduino-obd-72ab3dc91158374cf0337dd050f5143775c4ab1e.tar.gz 2021-arduino-obd-72ab3dc91158374cf0337dd050f5143775c4ab1e.tar.bz2 2021-arduino-obd-72ab3dc91158374cf0337dd050f5143775c4ab1e.zip |
Merge branch 'master' of https://github.com/stanleyhuangyc/ArduinoOBD
-rw-r--r-- | megaloggerHD/README.md | 3 | ||||
-rw-r--r-- | nanotimer/README.md | 2 |
2 files changed, 4 insertions, 1 deletions
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) 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) |