Inside the Ball: How the 2026 World Cup's Connected Match Ball Tracks Every Touch at 500Hz
The official 2026 World Cup ball, "Trionda," hides a suspended motion sensor that streams 500 measurements per second. Here's how the connected-ball system works, the refereeing problem it solves, its sensor-fusion architecture, and the engineering trade-offs baked into a piece of hardware that has to survive a 120 km/h strike.
Ahmad Tarabein
Software Developer · June 2, 2026
When a striker rifles a shot into the top corner at the 2026 World Cup, the ball isn't just leather and air. Inside Adidas's official match ball, Trionda, sits a sensor package that reports its own motion 500 times every second. That data feeds directly into the tournament's officiating systems and it has quietly reshaped how some of football's most contested decisions get made.
This is Connected Ball Technology, the same lineage of system that debuted at Qatar 2022 and has since been refined. Below the surface it's a genuinely interesting distributed real-time system: an embedded sensor, a low-latency wireless link, and a back-end that fuses ball data with optical tracking. Let's take it apart.
The problem it actually solves
Refereeing decisions at the elite level live and die on milliseconds and centimeters. Two problems are especially hard for the human eye and even for broadcast cameras:
1. The exact moment of a kick. Offside is judged at the instant the ball is played by a teammate. Optical systems running at 50 Hz sample the world every 20 milliseconds long enough for a ball to travel a meter. Pinpointing the precise frame where boot meets ball is genuinely ambiguous from video alone.
2. Did the ball touch the player? Subtle deflections, a faint nick off a shoulder for a handball, or a touch that resets an offside phase are often invisible on camera.
Connected Ball Technology attacks both by giving the ball its own ground-truth sense of motion. The instant the ball is struck or touched, its acceleration profile spikes in a way no camera can miss. That signal becomes a precise timestamp, which the offside system uses to "freeze" the play at exactly the right moment.
The architecture
The system spans three layers: the ball, the wireless transport, and the back-end fusion pipeline.
1. The sensor suspended inside the ball
The heart of the system is a 500Hz inertial measurement unit (IMU), an accelerometer-and-gyroscope package built by Kinexon. The hard engineering problem isn't the sensor itself; it's where you put it.
A sensor glued to the inner lining would corrupt the ball's balance and would get hammered every time the ball is kicked. Instead, the IMU sits at the geometric center of the ball, held in place by a lightweight suspension system. Think of it as the sensor floating in a tiny harness so the ball's weight distribution stays symmetric and FIFA-legal.
Key properties:
- ~14 grams of total electronics, balanced so the ball still meets weight and roundness regulations.
- Inductive charging; there's no port to puncture the ball's surface; the ball sits on a charging cradle between uses.
- The sensor records a clean motion signature for every kick, header, throw, and bounce.
2. The wireless transport
The ball streams its motion data off-pitch in real time over a low-latency radio link to a network of receiver antennas positioned around the stadium. This is the part that's easy to underestimate: you're maintaining a continuous, sub-second telemetry stream from a 450-gram object that is being spun, smashed, and launched 35 meters into the air, all while dozens of other balls and devices share the same RF environment.
The receiver array also provides redundancy. Multiple antennas see the ball, so losing line-of-sight to one doesn't drop the stream.
3. The fusion back-end (Semi-Automated Offside Technology)
The ball data does not work alone. It's one input into Semi-Automated Offside Technology (SAOT):
- Optical limb tracking: Around a dozen dedicated cameras under the stadium roof track up to 29 data points per player, every limb relevant to an offside line many times per second.
- Ball telemetry: The 500Hz kick signal supplies the exact kick moment.
- Fusion + decision: Software combines "where every player's body was" with "the precise instant the ball was played" to compute offside lines automatically. When a likely offside is detected, it raises an alert to the video officials, who validate it. A generated 3D animation is then pushed to stadium screens and broadcast.
The "semi" in semi-automated matters: the machine proposes, a human confirms. The system collapses a decision that used to take minutes of manual frame-drawing into seconds.
Performance
The headline numbers are about temporal resolution and latency, not raw throughput:
- 500 samples/second from the ball roughly one reading every 2 milliseconds, which is more than enough to resolve the single moment of impact.
- Optical tracking of ~29 points per player feeds the spatial side of the equation.
- End-to-end, the pipeline turns a contested offside into a validated, animated decision in seconds rather than the multi-minute manual reviews of earlier VAR.
The real performance win is disambiguation. Pre-sensor, the kick moment was an estimate sandwiched between two video frames. Now it's a measured event. That single improvement removes a whole class of "we can't be sure which frame" controversies.
The trade-offs
No system this constrained is free of compromises, and the interesting engineering is in what was sacrificed.
- Weight and balance vs. instrumentation. Every gram of electronics is a gram that must be balanced and centered. The suspension system exists purely to stop the sensor from making the ball play differently. Players are extraordinarily sensitive to ball feel, so the entire design is constrained by not being noticeable.
- Durability vs. fragility. A consumer IMU isn't designed to be struck at 120+ km/h thousands of times. Mounting it at the center, isolated from the shell, is as much about survival as it is about data quality.
- Battery and uptime. The sensor has finite battery life and must be swapped and recharged. That's why World Cup matches go through multiple balls and every one of them is an instrumented, charged, calibrated device, not a spare off the shelf. Operationally, this is a fleet-management problem.
- "Semi" automation by design. The system deliberately keeps a human in the loop. That adds a few seconds and a point of judgment, but it's a defensible trade: full automation would be faster yet far harder to trust and to appeal.
- Signal vs. noise in touch detection. A 500Hz accelerometer is fantastic at detecting that the ball was disturbed, but distinguishing a deliberate touch from a graze, or a player's contact from the ball hitting the turf, still requires combining the motion signature with optical data and human review. The ball reports an event; deciding what kind of event is a fusion problem.
Why engineers should care
Strip away the football and this is a textbook real-time sensing system: an embedded device with tight physical constraints, a lossy wireless channel that demands redundancy, and a back-end that fuses two heterogeneous data sources (motion telemetry and computer vision) into a single low-latency, high-stakes decision with a human verification gate on top.
It's a reminder that the hardest part of many "smart" products isn't the clever algorithm. It's getting trustworthy data out of a hostile physical environment without changing the thing you're measuring. A football has to feel like a football first. Everything else is engineered around that one immovable constraint.


