Versions Compared

Key

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

...

  • 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

Initial Flowchart:

...

Model Dashboard:

...

FW Progress/Design:

  • Have a dedicated individual working on this project Determining firmware Sahil Kale

    • Determining telemetry hw/sw design, integrating into system via CAN bus

    • Developing an MCU device to transmit telemetry data over wifi to a receiver in follow-along car

    • Also potentially a script to be run from a laptop to receive data

Data:

  • 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 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

C

View file
namecan_messages.asciipb

Sample Data (CAN Sample Data CSV):

Strategy Visualization Dashboard