AlfaSat (UniSat) OBC ASK (USK) Documentation

image-20200929083023988

ASK Utils

Listening: acp::recv

Standby and Receive packages (messages) , fill the data and set the flag.

ACP Frame:

# ACP Frame
"""
DESTINATION[1/2] SOURCE[1/2] RFU[1] DLEN[1] DATA[VER] CRC16[2]
"""

Communication Data:

# communication data
package = bytearray()
num_received_bytes = 0
new_data = False