Replies: 1 comment 6 replies
-
For example, I created block with packet: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to get telemetry data from Crazyflie to Multiprotocol radio using the CRTP protocol. I have troubles with getting correct data from the ACK packet.
Following the Logging documentation, I have successfully gone thru the TOC and get correct IDs of variables I want to log. But when I create the Log block and start it, on port 5 channel 2 I get wrong values and length of the received payload. Only thing, that seems correct is the header (82 - for port 5, channel 2) and Block ID (whatever I choose). The payload length increases with additional log variables, but I'm getting more bytes than expected and the values do not resemble what I would expect.
@ataffanel would you be able to help?
Used Multiprotocol repo here
Collaborating with @matejkarasek on this.
Any help appreciated
Beta Was this translation helpful? Give feedback.
All reactions