From b52d48deba343914e5e3c9ee2742c5c4bf17d610 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 11 Jan 2023 10:24:08 +0100 Subject: [PATCH] add board diagram --- documents/PowerBoardControl.md | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/documents/PowerBoardControl.md b/documents/PowerBoardControl.md index 3cca274..a09057b 100644 --- a/documents/PowerBoardControl.md +++ b/documents/PowerBoardControl.md @@ -1,5 +1,40 @@ # Power Board Communication +## Diagram + + +### Addressing + + ------------------- --------- ------------------- + | 0 1 2 3 | | | | 0 1 2 3 | + | | | R | | | + | 1 | | # | | 2 | + | | | # | | | + ------------------PPPPPPP | ------------------- + ------------------PPPPPPP | ------------------- + | | | # | | | + | 0 | | # | | 3 | + | | | E | | | + | 3 2 1 0 | | | | 3 2 1 0 | + ------------------- --------- ------------------- + + +### OEP Numbers + + ------------------- --------- ------------------- + | 4 5 6 7 | | | | 8 9 A B | + | | | R | | | + | 1 | | # | | 2 | + | | | # | | | + ------------------PPPPPPP | ------------------- + ------------------PPPPPPP | ------------------- + | | | # | | | + | 0 | | # | | 3 | + | | | E | | | + | 3 2 1 0 | | | | F E D C | + ------------------- --------- ------------------- + + ## Communication UART, 57600 baud, 8N1 -- 2.43.0