Buses, Peripherals & Protocolsfoundational
What is ARINC 429? Where is it commonly used? Have you ever used it?
0 upvotes
Practice with AISoon
ARINC 429 is a widely deployed avionics data bus standard ("Mark 33 Digital Information Transfer System"). Its defining characteristics:
- Topology: single transmitter (source) to one or more receivers (sinks) — a simplex, point-to-multipoint broadcast bus. One source drives a twisted, shielded pair; up to ~20 receivers can listen. There is no bidirectional sharing: if two boxes need to talk both ways, you use two separate ARINC 429 buses (one per direction). This simplicity is deliberate — it makes the bus deterministic and easy to certify.
- Differential signaling (bipolar return-to-zero) on a twisted pair for noise immunity.
- Word format: fixed 32-bit words, structured as an 8-bit label (identifies the data type/parameter), source/destination identifier bits, the data field (often BNR binary or BCD encoded), a sign/status matrix (SSM), and a parity bit (odd).
- Speeds: two defined rates — low speed ~12.5 kbps and high speed 100 kbps.
Where it's used: it is a backbone of commercial and transport-category aircraft avionics — connecting flight management computers, navigation radios, air-data and inertial reference systems, displays, and other line-replaceable units (LRUs). Its single-source/multi-sink determinism and long track record make it a certification-friendly standard. (Newer aircraft also use higher-bandwidth buses like ARINC 664 / AFDX, but 429 remains pervasive.)
