Ride Logger

Constantly log rides

Based on the battery monitor basic, but also adds in GPS or other ways of measuring distance

Purpose

  • Automatically log every ride
    • Detect each time turned on and off
  • Data collected
    • Date and Time (from GPS or WiFi)
    • Distance (from GPS, maybe later from CAN bus)
    • Accelerometer
    • Temperature (maybe)
    • Battery Voltage (averages over time, maybe 1 per minute)
  • Upload
    • Automatically uplaod each of these rides

Presentation

The idea is to present this data on a web site. Thus I can continually keep information up online of the rides, distances and most importantly the battery voltage over the trip.

This can then allow us to show chart of battery over the trip, so we can see if it is a constant lowering average, or if it has dips (e.g. up hills or on the freeway).

Advanced

Can analyse the route and work out type of road - standard, freeway, hilly, …

Security

Data can be made public with just the data, total km and volts, or track volts over time or even allow full access to track too.