This post had started off as asking for some help to convert speedangle data to something consumable by racechrono. Main reason being that RC's interface is so much nicer but a lack of realtime lap time feedback (don't want to strap a phone to the handlebars) is annoying.
Well bunch of documentation reading and experimentation later, here we are. I've written a converter that reads a .sa file and puts out a .vbo file which Racechrono reads and gives you all the info (almost).
Parser can be found at
https://github.com/torqu3e/speedangle-to-racechronoNow to the more pressing matters which mostly likely will need
@aol to chime in.
a. Feature request to read .sa files directly in the app for import.
b. While a is not there, for some reason the `lean-angle` field is not being read correctly from the output file. Any idea what maybe causing that so I can address it?
Thanks!
Comments
b. Is not working because I wrote the .VBO import to support data logger devices that do not have lean angle. So it was just not in the test set. No problem in adding more channels to import.
Great job with the converter!
Going to go chase speedangle to output heading data if they can and possibly get info around why two lean angle fields + units for their acceleration data. I will share what I find out.
Hi @aol_of_RaceChrono is Speedangle *.SA file will be support in future?
You are welcome to peruse the code. Nothing gets saved anywhere, it just consumes the file and returns it right back after processing. The hosting is also on ephemeral machines so nothing to see there.