-
Notifications
You must be signed in to change notification settings - Fork 2
Status Byte
Max Holliday edited this page Aug 12, 2018
·
1 revision
When KickSat is orbiting over Earth, it will be chirping periodically. In these chirps, there will be a status byte included, which will hold a value corresponding to a certain state that the satellite could be in.
- 0x02: Standby Mode
- 0x06: Arming Mode
- 0x0E: Deploying Sprites
- 0x1E:
- 0x3E:
- 0x40: Low Battery
- 0x80: Critical Error
The status byte will consist of one state combined with zero or more flags using the OR operator.
Status Byte = State | Flags
General
Software
Hardware
Groundstation
- Status Byte
- Setting Up A Ground Station
- Installing GNU Radio (Ubuntu)
- Installing GNU Radio (VMWare)
- Installing GNU Radio (Windows)
Tutorials
Errata