Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telemetry RF - Simply Packet ID #42

Open
kb1lqd opened this issue Oct 28, 2016 · 0 comments
Open

Telemetry RF - Simply Packet ID #42

kb1lqd opened this issue Oct 28, 2016 · 0 comments
Assignees
Labels

Comments

@kb1lqd
Copy link
Contributor

kb1lqd commented Oct 28, 2016

Packet identitification on received packets use a packet location index and parse this byte out independently from the rest of the packet. This is not a good long-term method and instead a RF telemetry "frame" packet should be created to have a standard packet that is always parsed and subsequent packets in the payload location are parse accordingly.

This is located in Telem_RF.h.

#define TELEM_RF_PACKET_PACKET_ID_LOC 0 /**< RF Telemetry packet ID packet index location */

*Packet Frame"

There is already an encopasing packet defined and used somewhat! This should be expanded properly to remove the need for a packet index location for the packet type field.
image

@kb1lqd kb1lqd self-assigned this Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant