Terrapin-Rocket-Team / Ground-Station

A Node.js/Electron ground station user interface to display and log APRS messages recieved over Serial
0 stars 0 forks source link

Increase maximum reception rate #14

Closed erodarob closed 5 months ago

erodarob commented 5 months ago

Currently, the ground station experiences issues when receiving telemetry at faster than once every 2 seconds, or 0.5Hz. This is likely not a hardware issue, but rather an issue with the setup of the GUI. This issue involves the testing an implementation of fixes that allow the ground station to receive more frequent transmissions (at least 2Hz).

Tasks: