Steering Interface Board Verification Tasks
This board handles inputs from the driver at the steering wheel. These include:
- Inputs from steering stalk:
- turn signals
- Headlights ON/OFF (we are re-purposing the "lane assist" button at the end of the lever for this)
- Highbeam back
- Highbeam forward
- Horn
- Buttons located on the board:
- Cruise control ON/OFF
- Cruise control increase speed
- Cruise control decrease speed
- Regen brake toggle (ON/OFF)
- Radio push-to-talk (PPT)
We should test each input to make sure the expected behaviour occurs on activation of the input mechanism. For example, for the buttons, we should check that the debouncing and filtering circuitry is working correctly and that the signal received when the buttons are pressed are robust.
Input | Type | Validation Tasks | Validation Result/Notes |
---|---|---|---|
Turn Signals | Analog |
| |
Horn | Digital |
| |
Radio PPT | Digital |
| |
CC ON/OFF | Digital |
| |
CC increase speed | Digital | ||
CC decrease speed | Digital | ||
Regen Brake Toggle | Digital | ||
Headlights ON/OFF | Digital | ||
Highbeam back | Digital | ||
Highbeam forward | Digital |