From 9262e8ec00f9719867b943066fcaeb05a48d5453 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Mon, 13 Feb 2023 15:29:23 -0800 Subject: [PATCH] reads me --- hardware/README.md | 9 +++++++++ hardware/archive/README.md | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 hardware/README.md create mode 100644 hardware/archive/README.md diff --git a/hardware/README.md b/hardware/README.md new file mode 100644 index 0000000..4023ffe --- /dev/null +++ b/hardware/README.md @@ -0,0 +1,9 @@ +## `board_module` + +Wideband O2 sensor controller on a postage stamp. Contains all the analog and digital control logic to handle a Bosch LSU 4.2, 4.9, or ADV sensor. + +Intended to either be mounted on an ECU as a module, or on `board_carrier` to run standalone. + +## `board_carrier` + +Stacks under `board_module`, has 5v regulator, CAN tranceiver, etc so that the module can exist standlone. diff --git a/hardware/archive/README.md b/hardware/archive/README.md new file mode 100644 index 0000000..d434ba7 --- /dev/null +++ b/hardware/archive/README.md @@ -0,0 +1,9 @@ +This folder is old hardware preserved for posterity. + +## `board_dev` + +Developmend board used to prove out principle before the F0 module was developed. + +## `board_fw_tool` + +Used to connect USB to the F0 module before the debug header was replaced with Tag Connect TC2030.