Hi,
i struggle to figure out the max payload for the RF24 Network library without payload fragmentation.
Can any one tell me how many Bytes I can write without sending two packages?
Hi,
i struggle to figure out the max payload for the RF24 Network library without payload fragmentation.
Can any one tell me how many Bytes I can write without sending two packages?
32
Is this also true for the RF Network library?
It uses a NetworkHeader with the Attributes from_node, to_node, id, type and reserved.
This must be send to and lowers the amount of Bytes of the payload.
Apologies, I have not used the Network features - I had not realized it added data to the payload.
There is a lot of info on TMRh20's documentation pages and you may need to study the source code.
...R