Hi guys,
I am trying to get the maximum packet size out of my nrf24 radios. If I am implemeting my own radio protocol which doesnt require 3-5 bytes of address is it possible to disable this so I get a larger payload size?
Hi guys,
I am trying to get the maximum packet size out of my nrf24 radios. If I am implemeting my own radio protocol which doesnt require 3-5 bytes of address is it possible to disable this so I get a larger payload size?
No, the maximum payload side is 32 B, independent of address size. Beware that short addresses will increase the amount of bogus address matches you receive, and hence current consumption, so it's generally recommended to use as long addresses as possible.
No, the maximum payload side is 32 B, independent of address size. Beware that short addresses will increase the amount of bogus address matches you receive, and hence current consumption, so it's generally recommended to use as long addresses as possible.