Skip to content

DZvO/openlaptimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

openlaptimer

Cheap/affordable and simple lap timer. Annoyed by your trackday-organizers not publishing laptimes or maybe they don't even provide a rentable laptimer? This is the project you've been looking for.

Includes datalogging to SD-Card so you can analyze what happened using a software that is currently WIP.

this is how it looks

Software

Features

  • Loads track start/finish-line definitions from SD card and automatically uses the closest by distance
  • Shows best and current laptime while going faster than 5 km/h; shows best and cycles past laptimes while going slower/standing still
  • Logs laptimes to SD card (laptimes.txt)
  • Logs current GPS coordinates and IMU data to SD card (datalogging.txt)

Planned

  • Instead of just checking that we crossed the start/finish line instead check when exactly we crossed it (-> more accuracy)
  • Reduce usage of Arduino "String" class - instead use sprintf/char[] instead (prevent memory fragmentation, reduce memory/cpu usage)

Libraries

TODO Add these libraries as git submodules

Current (Prototype) Hardware

Mostly stuff I had on hand already:

Future (Release) Hardware (planned for 2022 Season)

Based on the results of the prototype a increment with the following hardware is planned:

Total: about 35€

Releases

No releases published

Packages

No packages published

Languages