Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Buttons to change state

    • Drive, Reverse, and Neutral

    • Regen Braking button

    • Hazard Button

  • three 7-segment displays with the below quantities

    • Speedometer (speed in km/h)

      • When we BPS fault it will display the error code instead

    • Current Readings (Amps)

    • Aux Battery Voltage (Volts)

  • Indicator LEDs

    • One for each of the above buttons (D/N/R/Haz/Reg)

    • Left turn signal

    • Right Turn Signal

    • Cruise control enabled indicator

    • BPS Fault Light

    • AFE Loss of Communications

  • Buzzer to highlight events

    • Button Clicks

    • BPS fault

  • Pedal Position

    • Maps ADC reading from 0-1 for the Motor Controller

    • Stores pedal calibration data in flash non-volatile memory

    • Refer to FW15 Pedal Board Design for more documentation! This board has been merged to CC. It is almost the same, but it doesn’t use the MAX11600. It instead uses a pedal that we ripped off a car

  • Steering Stalk

    • Toggles Left/Right lights

    • Toggles Cruise Control

    • Refer to FW15 Steering Design for more documentation! This board was merged to CC so it hasn’t really changed

Expand
titleCAN Signals

TX:

  • cc_info:

    • Target Velocity (Cruise Control Speed)

    • Drive State (D/N/R)

    • Cruise Control (Boolean)

    • Hazard Enabled (Boolean)

  • cc_pedal:

    • Throttle output (Mapped from 1 - 0) Float

    • Brake output (Boolean)

  • cc_steering:

    • Input CC (Cruise control toggle/decrease/increase)

    • Input Lights (Left/Right lights)

  • cc_regen:

    • Regen Percent (Calculated with battery data to determine max regen permitted)

RX:

  • battery_status (BMS)

    • Fault

    • Aux Battery Voltage

    • AFE Status

  • battery_info (BMS)

    • Max Cell Voltage

    • Min Cell Voltage

  • battery_vt (BMS)

    • Pack Voltage

    • Pack Current

    • Pack Temperature

    • Battery Percentage

  • pd_status (Power Distribution)

    • Power State

    • PD Fault Bitset

    • BPS Persisted Fault

  • motor_controller_vc (MCI)

    • Right/Left motor voltage

    • Right/left motor current

  • motor_velocity (MCI)

    • Right/left motor velocity

    • One pedal brake lights

  • mc_stauts (MCI)

    • Left/Right errors + limit messages

...