Sprint 3 - RichardSwierk/Champlain-Capstone GitHub Wiki

Deliverable Statement

During this sprint I will try to get the program to the point where it will be receiving response packets from the PCV. Then parse those response packets to get gear values and speed values. Then will add data logging.

Objectives

  • Figure out why I am not getting response packets
  • Edit code to log data from response packets.
  • Write program that will take recorded data and parse it for gear values. Record gear value with time stamp.
  • Write program that will take recorded data and parse it for speed values. Record speed value with time stamp.

Final Progress

  • Finished writing the code to send, receive, and parse HID packets
  • Was not able to get PCV to respond using my code, because my PCV was broken
  • Started to write in a simulated PCV in C that will be uploaded to a teensy arduino

Goals that were unmet

  • Not able to get speed and gear values, because those are not stock values received by the PCV
  • Unable to communicate with my PCV, because my PCV is broken

Sprint end recording

Adjustments

  • Writing a PCV simulator in C

Tasks