tasosstr:
Thank you very much all of you for you're time and you're answers .I have read from an example this command:
// enable dynamic payloads
radio.enableDynamicPayloads();This still limit the max size at 32 ?
Yes, the hardware sends at most 32 bytes because that's the size of the
FIFO slots. Dynamic payloads means you can send different length packets
rather than having to pad-out and discard extra pad bytes.