From 2bcd9f681546317f61eae91f404570f122a318bd Mon Sep 17 00:00:00 2001 From: qTorre Date: Fri, 7 Feb 2025 13:31:12 -0500 Subject: [PATCH] Update hardware challenge description to include display method info --- docs/join/hardware_challenge.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/join/hardware_challenge.md b/docs/join/hardware_challenge.md index c7086bb..9f4cd3a 100644 --- a/docs/join/hardware_challenge.md +++ b/docs/join/hardware_challenge.md @@ -8,6 +8,7 @@ Design a status module for the 4-inch avionics system in KiCad using the [challe Chips in the template are locked in the PCB editor you can move them around as long a the USB and [CAN](https://www.youtube.com/watch?v=YBrU_eZM110) differential pairing/impdedance matching is adhered to. The module should include a mountable SD card reader to log all CAN messages. +The status module can use either an LED array or LCD screen to display information relayed by other modules. Additionally, it should have a method to indicate battery level and e-match continuity, both of which are received from the [CAN](https://www.youtube.com/watch?v=YBrU_eZM110). Feel free to add more features or remove some requirements if you see fit.