-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Powersaving quick patch for in-flight OreSat
The in-flight satellite is experiencing a power drain issue. We've identified two quick hacks to cut down on power use here: - Turn off the battery board except when we're about to beacon. This means disabling the OPD always_on handling - Turn off the UHF radio until we're about to beacon. This means that TOT_OK will be low (bad) for most of the time, so we only need to clear it just before transmitting. - Turn off UHF for EDL, and turn it off when it's done. - Fix watchdog service being stopped
- Loading branch information
1 parent
02a56ab
commit 323ee30
Showing
5 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters