Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameResponsibilityPriority
GNSS ProcessingRead in GNSS data, log it and transmit it over LoRaHigh
Ethernet Telemetry Transmission

Take telemetry data from the Ethernet Rx queue, construct a LoRa packet and send it.

The first 2 bytes of these LoRa packets should contain the UDP port number for Ethernet packet reconstruction when receivedĀ 

Medium

Callbacks

NameResponsibility
Ethernet ReceiveReceive data from other modules through Ethernet and queue it for transmission over LoRaMedium


Callbacks

NameResponsibility


LoRa Receive

Receive data from GSE to process new configurations or notify of being close to liftoff as a third redundancy if liftoff detection fails on either the sensor or radio moduleĀ 

Callback should be blocked once liftoff is detected to avoid possible legal repercussions. Don't turn our rocket into a missile!

...