Archive:Quantify My Ride: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(project info box)
Line 1: Line 1:
Quanitfy your car. There's a lot of data being collected automatically in modern cars already, and the plan is to gather that data, and make it useful (maybe).
{{project
|name        = Quantified Car
|status      = experimental
|image      =
|description = Data dathering (not-so) black box for you car.
|author      = [[User:Tiefpunkt|tiefpunkt]]
|username    =
|version    =
|update      =
|platform    =
|license    =
|download    =
}}Quanitfy your car. There's a lot of data being collected automatically in modern cars already, and the plan is to gather that data, and make it useful (maybe).


== Data Sources ==
== Data Sources ==

Revision as of 17:48, 20 August 2013

 
Quantified Car

Release status: experimental [box doku]

Description Data dathering (not-so) black box for you car.
Author(s)  tiefpunkt

Quanitfy your car. There's a lot of data being collected automatically in modern cars already, and the plan is to gather that data, and make it useful (maybe).

Data Sources

OBD

OBD stands for On-Board diagnostics [1]. It should allow us to gather a lot of information via a standarized format, called OBD-2, or EOBD (the European equivalent). There are OBD-2 connectors in most modern cars, and adapters for bluetooth or USB readily available.

I have ordered a OBD-2 Bluetooth Adapter on ebay, so we'll wee how well this works.

GPS

With a GPS receiver, we can link the data we gather to a specific location.

Camera

Add a camera?

Hardware

  • Raspberry Pi
  • OBD-2 adapter (bluetooth? USB?)
  • Wifi -> upload data, via tethering or when at home near to a known access point
  • GPS adapter
    • Cheap GPS from miniPCI cards [2]
  • blink(1) or RZLblink as status LED
  • WebCam as Dashcam ?
  • Powersupply ???

Links