● Article

What V2X actually is, and why silicon makes or breaks it

Ivarix R&D · Engineering note · ~7 min read

V2X stands for "vehicle-to-everything", the umbrella for a car talking to other cars (V2V), to roadside infrastructure like traffic lights (V2I), to pedestrians' phones (V2P), and to the wider network (V2N). The promise is simple: if vehicles broadcast where they are and what they're about to do, everyone nearby can react before a human (or a camera) would even notice.

That sounds like a networking problem. In practice, it's a silicon and timing problem, and that's the part most explainers skip.

Two camps: DSRC vs C-V2X

For years there were two competing radio technologies. DSRC (Dedicated Short-Range Communications) is built on a Wi-Fi-derived standard (802.11p) and works peer-to-peer without any cellular network. C-V2X (Cellular V2X) comes from the 3GPP cellular world and has two modes: a direct device-to-device mode that works without a tower, and a network mode that uses the mobile network for longer-range messages.

The industry has largely shifted toward C-V2X, with the newer 5G variant (often called NR-V2X) targeting the high-bandwidth, ultra-low-latency cases like cooperative maneuvering and sensor sharing. But the core safety messages still need to work the same way: broadcast, frequently, to everyone in range.

The thing to internalize: V2X safety messaging is a broadcast system, not a connection. A car sends a Basic Safety Message ~10 times a second to nobody in particular, and everyone nearby listens. There's no handshake, no "connecting…", no retry. If the message is late, it's useless.

The latency budget is brutal

Consider two cars approaching an intersection at 60 km/h. That's about 17 metres per second, each. The window between "we're fine" and "we've collided" can be under a second. The end-to-end budget, sense position, build the message, encrypt and sign it, transmit, receive, verify the signature, decode, and feed it into the other car's decision system, has to fit inside roughly 100 milliseconds for the safety-critical cases.

Where does that budget get eaten?

Why this becomes a chip problem

If you try to do V2X with a general-purpose processor running everything in software, you lose on two fronts: you miss the latency budget, and you burn power doing it. The answer the industry has converged on is hardware acceleration, dedicated silicon blocks that do the heavy, repetitive work:

This is exactly the kind of system-level trade-off, what goes in hardware, what stays in firmware, how the blocks talk to each other without contention, that defines whether a V2X SoC is shippable or just a demo. The protocol is standardized; the engineering edge is in the implementation.

Where it's heading

The near-term reality is safety messaging: hazard warnings, emergency-brake alerts, intersection movement assist. The longer arc is sensor sharing (a car "seeing" around a corner through another car's sensors) and cooperative driving, which need far more bandwidth and even tighter timing, pushing more of the workload into silicon, not less.

V2XC-V2XDSRCAutomotiveSoCHardware Security

This is an engineering primer for a general audience and reflects how we think about the problem space at Ivarix. Standards and regulations vary by region and evolve over time, check current specifications before designing to them.

This is the kind of problem Ivarix works on.

V2X sits right at the intersection of our focus areas, automotive silicon, embedded systems, and the security that makes them trustworthy.

See our R&D →