AutoTelemetry allows you to record and remotely view your car's telemetry while you drive. You can save your telemetry data to a CSV file, view your telemetry data in the car on your laptop, or view your telemetry data online in real time on the AutoTelemetry website.
- DB9-R2S32 cable
- Arduino Uno + serial cable
- Arduino CAN-BUS shield
- Laptop (unless you want to hookup your desktop PC inside the car)
- Download the code. Upload the /arduino/speed program to your Arduino Uno. This is most easily done using the Arduino IDE.
- Connect the Arduino Uno and the Arduino CAN-BUS shield together.
- Plug in the DB9-RS32 cable into your car's OBD-II port.
- Plug in the other end of the DB9-RS232 cable into your Arduino CAN-BUS shield.
- Connect the Arduino to your Laptop with the serial cable.
- Use the Arduino IDE to see which port the serial cable is connected to ("COM7" is the default).
- Turn the car on.
- Start the laptop program.
- Login to the AutoTelemetry website if you want to watch the data remotely.
- Start testing!