This commit is contained in:
Matthew Kennedy 2023-02-13 15:29:23 -08:00
parent 18ea3e056d
commit 9262e8ec00
2 changed files with 18 additions and 0 deletions

9
hardware/README.md Normal file
View File

@ -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.

View File

@ -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.