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.
what's understood so far. To be continued
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:
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.
0x27). So the port is a locked diagnostic door, not an open window — which is why passively listening on it reveals almost nothing.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.