Versions Compared

Key

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

Mitchell Langdon Ostler Rodrigo Tiscareno Sahil Kale

Goals:

  • Design for a dashboard interface and telemetry streaming platform for use in follow-along in race

  • Determine roles of strategy and firmware in building this project

  • Hash out basic designs

  • Determine data types created and received

...

  • All data received at telemetry controller will be in the form of CAN messages.

    • CAN format:

      • Message ID – Value between 0-63

      • Message Data - 8 bytes to be transmitted

      Image RemovedImage Added
  • DBC File - Specification of every message in the system

  • Telemetry data output - To CSV (if possible) but ok for JSON over network, to be parsed by receiver script

  • Important Data (as specified by strategy):

    • TBD - review technical requirements for possible statistics

Technical Requirements -- Telemetry Dashboard

CCAN Message definitions from XIV

View file
namecan_messages.asciipb

...