TJREVERB / pfs

Flight software for TJREVERB's nanosat.
7 stars 5 forks source link

Implement a faster APRS beacon #75

Closed abagali1 closed 4 years ago

abagali1 commented 4 years ago

Description

To ensure that we can efficiently find our satellite, implement a fast APRS beacon. THis is similar to Iridium heartbeat but faster

abagali1 commented 4 years ago

Related Issues: #78 #77 #76 #74

sparthaje commented 4 years ago

I implemented this in start_beacon in telemetry, let me know if its ok. @abagali1

abagali1 commented 4 years ago

Ideally this would be a core process so that errors are propagated upwards. Use the Timer class in core like the current telemetry dump process

sparthaje commented 4 years ago

@abagali1 I added those changes