docs/reference/system-functional/telemetry-packetizer.md
The Telemetry Packetizer (TlmPacketizer) provides packetized telemetry storage and downlink. It groups multiple telemetry channels into pre-defined packets, sending all channels in a packet together as a single unit. This is more bandwidth-efficient than per-channel telemetry because it avoids repeating individual channel headers for each value. It is suited for deployments with constrained downlink bandwidth or where operators need control over which telemetry sets are active.
A packet definition table specifies which channels belong to which packets. Each packet definition includes:
Users specify packet definitions through FPP modeling in the topology where this component is used.
When components write telemetry values, the Packetizer stores them at the appropriate offset within the correct packet buffer. Each packet buffer maintains the most recent values of all its member channels, ready for immediate transmission without additional assembly.
When triggered by a scheduled port call, the Packetizer sends all defined packets that are currently enabled. Each packet is transmitted as a single communication buffer containing the packed channel values. All channels within a packet are sent together, reducing per-channel overhead.
Packet groups (sections) can be individually enabled or disabled via command. This allows operators to select which telemetry sets are active during different operational phases. For example:
The packet definition table supports different send levels, allowing packets to be grouped by priority or operational phase. Only packets at or below the current send level are transmitted on each cycle.
Each telemetry group can be configured with a rate logic mode that controls when packets are sent:
The MIN and MAX delta parameters are configured via the CONFIGURE_GROUP_RATES command. If MAX is less than MIN in the combined mode, MAX takes priority.
As with channel-based telemetry, channels can have limit ranges defined in the dictionary. Limit checking is performed by the ground system.