Table of Contents

Architecture

The Aiways U5 consists of some Microcontrollers and Computers, wired together via a CAN bus. Knowing which box talks to which and how and what is the key to everything else.

Aiways U5 module architecture

what's understood so far. To be continued

The modules

The CAN network

The modules are not all on one wire. A central gateway is the hub of a star of five separate CAN buses (plus slower LIN sub-buses), and it is the only thing that bridges them:

The gateway routes selectively between buses — it is a firewall, not a simple bridge. This is why the OBD-II port (which lands on a dedicated diagnostic CAN into the gateway) can reach every ECU by request/response but never sees the live broadcasts on any functional bus. To sniff or inject real traffic you have to tap a functional bus directly. See OBD-II diagnostics.

A few consequences worth knowing:

Diagnostics: the dealer tool & VCI

The workshop diagnostic system (“IVHM”) follows the standard automotive stack — a chain from a PC, through a communication box, into the car's gateway. Nothing exotic on the wire.

How the Aiways diagnostic system is wired

Because the diagnostics are plain UDS / ISO-TP over CAN (plus DoIP), the same language could in principle be spoken by any standards-compliant interface. The two things that gate real access are the gateway's Security Access and the vehicle-specific ODX data.