I have a Daihatsu Trevis (I like Kei cars!), for which I’m hacking away with a raspberry pi and an OBD II reader.
Raspberry Pi + Daihatsu =
Currently, I’ve set up my Raspberry Pi to connect to my (bluetooth) OBD reader at boot (upon ignition), and written a simple python script for continuously logging data, and plotting sparklines of the data I collect.
But I have more plans! Such as:
- Extracting insightful/interesting overview statistics, e.g., number of stops, average speed, etc.
- Pattern/time-series analysis for additional information extraction (tip: can you spot the shifting of gears in the sparklines below? :-))
- Further down the line applying machine learning for driver classification…
