Closed williamleong closed 2 months ago
The Crazyradio is limited to 32Bytes packets so 30Bytes payload for a P2P packet. This is a fundamental limitation of the Crazyradio PA hardware. Crazyradio 2.0 should be able of sending bigger packet but it is currently running a compatiblity firmware that limits it to 32.
In the future, Crazyradio2 should be able to participate to a P2P network with Crazyflies. This will require some more firmware development though.
Thanks and appreciate the clarification @ataffanel, I thought I was doing something wrong.
Is there some limit to the size of messages sent from the Crazyradio via cflib? I know the limit for P2P is 60 bytes but if I try to send a payload of more than 30 bytes through the Crazyradio with cflib and try to receive it through the P2P callback, the message is truncated.
Sending script:
Output:
The sent message appears to be correct, it is one byte longer than the first.
P2P receiving:
Output:
Each message is received 3 times, but the second message should be longer than the first. It seems to work up to 30 bytes.