This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF24L01+ transmission time

How long is the maximum 32 byte send, in the air for?

Parents Reply
  • Hi 

    There is also a command byte sent before the payload, so the total number of bytes should be 33. 

    But like I mentioned in another case it should be possible to do rampup and SPI communication in parallel, if you set CE high at the same time you start writing the payload. In this case you need to keep CE high until after you have sent the payload. 

    Not only that, but there is a trick where you can keep CE high for a longer time, and upload packets continuously. In this mode you are able to send packets back to back with minimal delay between them, as long as ACK (EN_AA) is disabled. 

    The only limitation is that you have to disable the radio every 4ms, otherwise the RF carrier can drift out of spec. 

    Best regards
    Torbjørn

Children
No Data
Related