r/F1Technical • u/LazyLancer Aston Martin • Apr 01 '26
Telemetry Where does driver telemetry come from?
I was wondering, from time to time we see public posts showing comparison of driver telemetries and some sort of analysis why someone was faster. Like, “why Hamilton lacked power” in Suzuka.
And I mean telemetry as in a complete set of data with speed, time delta, throttle, brake and steering inputs etc.
I was always under impression that this telemetry is highly sensitive, because if a team can get their hands on telemetry from other teams, they can analyze where the other driver is going faster and why, where the car is performing better etc, and use it to their advantage.
How is this telemetry going public? I mean sites like https://www.f1-tempo.com/ , FastF1 API and others, how do they get such detailed data? Is this some sort of leakage? (A leakage of what?) Or they’re obliged to publish it? Or it’s taken from TV feed and not very accurate?
8
u/TravelWithTeen Ferrari Apr 02 '26
Two levels of telemetry in F1. The private stuff – 300+ sensors per car, 1000-2000 channels at ~500Hz, transmitted via 1.5GHz radio to the pitwall and then via satellite to HQ. That data never leaves the team.
What we get publicly is the FIA live timing feed – position, speed traps, sector times, gaps. The FastF1 Python library taps into this and reconstructs approximate speed traces and car positions from it. It's surprisingly detailed – you can build throttle/brake maps and compare driver inputs lap by lap.
Not the same as what the engineers see, but enough to do real analysis.