AlfaSat (UniSat) OBC ASK (USK) Documentation
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
How about CM3?
This guide first explains the boot process and how Device Tree is used to describe attached hardware; these are essential things to understand when designing with the Compute Module. It then provides a worked example of attaching an I2C and an SPI peripheral to a CMIO (or CMIO V3 for CM3) Board and creating the Device Tree files necessary to make both peripherals work under Linux, starting from a vanilla Raspberry Pi OS image.
91 post articles, 12 pages.