Versions Compared

Key

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

...

All functionality relating to FIJO will be contained in the FltConnSend module. When a request is recieved of type QR_COORDINATES or TARGET_COORDINATES as defined here from the input pipeline in the worker function it will call the sendFIJO method to encode it into a string as defined above and set the required flags. The worker function will then use the write method of the UARTInterface to send the message before waiting for the next message from the pipeline.

Timeline/Plan:

  1. Understand how to create a general UART communication link between 2 microcontrollers - December 10th at the latest (the second I find some free time, won't take too long)

  2. Create a UART Driver to get ZeroPilot to send and receive data taking into account all the required information above - Maybe before exams?

  3. Test and integrate into Telemetry Manager - Sometime after exams, potentially winter break?

  4. Modify Telemetry and Path Manager Comms as required - Sometime after exams, potentially winter break?

...