Emergency mode:
There shall be two emergency modes: transmit emergency & receive emergency
Transmit Emergency Mode - The more commonly used emergency mode - if no link has been established within the last 72h, continuously ping the ground station at a frequency of 2 times the shortest MCC window → go into receive mode otherwise
Receive Emergency Mode - Mainly used for low power emergency - if no link has been established in the last 72 hours, periodically turn the receiver on based on EPS capabilities
Both modes shall communicate with unencrypted UDP commands.
Reasons:
- Low power from satellite
- Satellite did not receive signal from ground station in 72 hours, periodically turn the receiver on as possible based on EPS
- ADCS pointing errors (e.g. spinning out of control) → if it's software we can potentially correct for it, but mechanical errors we have no control over ("we" as in comms)
- If it's spinning around like crazy, there's not much we can do because we just won't be able to transfer the data → best we can do is switch over to UDP communication, non-encrypted on both ends of the comms link
- If it's stuck in one position or something, we can still do the same, switching to UDP + non-encrypted
- SETs causing CDH failure → but at that point there's not much we can do
- If it's still possible, switch receiver to an always-on mode to listen for unencrypted UDP commands
- Tracking error
- How do other teams react to tracking error? → need to research this
- How will we be able to identify that we're experiencing a tracking error?
- Too much noise
- Is this an error that will even occur?
- Perhaps we miscalculated values in our link budget and that could be the cause of this error
- Potentially switch modulation technique within the software → this case is low priority, so probably not too important to implement