From df5862d950eb9c63f50363220bf38bfc24d530c9 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 26 Mar 2022 19:02:15 +0100 Subject: Wiki articles. --- .../communication-protocols/ARINC-429.org | 18 ++ .../aerospace/communication-protocols/CAN-bus.html | 335 +++++++++++++++++++++ wiki/aerospace/communication-protocols/CAN-bus.org | 18 ++ 3 files changed, 371 insertions(+) create mode 100644 wiki/aerospace/communication-protocols/ARINC-429.org create mode 100644 wiki/aerospace/communication-protocols/CAN-bus.html create mode 100644 wiki/aerospace/communication-protocols/CAN-bus.org (limited to 'wiki/aerospace/communication-protocols') diff --git a/wiki/aerospace/communication-protocols/ARINC-429.org b/wiki/aerospace/communication-protocols/ARINC-429.org new file mode 100644 index 0000000..220e27d --- /dev/null +++ b/wiki/aerospace/communication-protocols/ARINC-429.org @@ -0,0 +1,18 @@ +# -*- mode: org; -*- + +#+TITLE: ARINC 429 +#+SUBTITLE: Mark33 Digital Information Transfer System (DITS) +#+AUTHOR: Marius Peter +#+DATE: <2022-03-25 Fri> +#+OPTIONS: toc:nil + +#+DESCRIPTION: The ARINC 429 avionics data bus. + +#+TOC: headlines 2 + + +#+begin_abstract +The =ARINC 429= technical standard defines the physical and electrical +interfaces of a two-wire data bus and a data protocol to support an +aircraft's avionics local area network. +#+end_abstract diff --git a/wiki/aerospace/communication-protocols/CAN-bus.html b/wiki/aerospace/communication-protocols/CAN-bus.html new file mode 100644 index 0000000..d12b862 --- /dev/null +++ b/wiki/aerospace/communication-protocols/CAN-bus.html @@ -0,0 +1,335 @@ + + + + + + + +CAN bus + + + + + + + +
+

CAN bus +
+A robust vehicle bus to enable hostless microcontroller communication. +

+
+

Table of Contents

+ +
+ + +
+

+ARP4754 is a guidance issued by SAE. +

+ +
+ + + + + +
+

2 Main topics

+
+ + + +++ ++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ยงThemeDescription
1Development 
2Safety 
3Requirements mgmt. 
4Validation 
5Verification 
6Configuration mgmt. 
7Process assurance 
8Certification 
+
+
+
+
+

Date: 2022-03-25 Fri 00:00

+

Author: Marius Peter

+

Created: 2022-03-25 Fri 17:49

+

Validate

+
+ + diff --git a/wiki/aerospace/communication-protocols/CAN-bus.org b/wiki/aerospace/communication-protocols/CAN-bus.org new file mode 100644 index 0000000..2abbd23 --- /dev/null +++ b/wiki/aerospace/communication-protocols/CAN-bus.org @@ -0,0 +1,18 @@ +# -*- mode: org; -*- + +#+TITLE: CAN bus +#+SUBTITLE: A robust vehicle bus to enable hostless microcontroller communication. +#+AUTHOR: Marius Peter +#+DATE: <2022-03-25 Fri> +#+OPTIONS: toc:nil + +#+DESCRIPTION: CAN bus: a robust vehicle bus to enable hostless microcontroller communication. + +#+TOC: headlines 2 + + +#+begin_abstract +The CAN bus design solves several engineering challenges, namely how +to minimize copper usage in vehicle microcontroller communication +lines. +#+end_abstract -- cgit v1.2.3