Archive:Quantify My Ride: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
m (→‎Links: fail)
Line 27: Line 27:
* [https://github.com/AustinMurphy/OBD2-Scantool OBD2-Scantool] (Python project for OBD on GitHub)
* [https://github.com/AustinMurphy/OBD2-Scantool OBD2-Scantool] (Python project for OBD on GitHub)
* Raspberry Pi Car PC Project [http://wolframpc.blogspot.de/p/raspberry-pi-car-pc-project.html Part 1][http://wolframpc.blogspot.ca/p/raspberry-pi-carputer-page-2.html Part 2]
* Raspberry Pi Car PC Project [http://wolframpc.blogspot.de/p/raspberry-pi-car-pc-project.html Part 1][http://wolframpc.blogspot.ca/p/raspberry-pi-carputer-page-2.html Part 2]
* [www.jackenhack.com/raspberry-pi-car-computer/ Raspberry Pi Car Computer]
* [http://www.jackenhack.com/raspberry-pi-car-computer/ Raspberry Pi Car Computer]
* Power Supply
* Power Supply
** [http://www.simbits.nl/portfolio/raspberry-pi-power-shield/ Raspberry PI Power Shield]
** [http://www.simbits.nl/portfolio/raspberry-pi-power-shield/ Raspberry PI Power Shield]

Revision as of 23:51, 10 August 2013

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
  • blink(1) or RZLblink as status LED
  • WebCam as Dashcam ?
  • Powersupply ???


Links