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

reuse_TX_PL command timing diagram

Hi all,

I'm trying to use NRF24L01, using REUSE_TX_PL command, the data sheet says as long as CE keep high, the chip will transmit the payload continuously, what i wondering is whether there is a delay between packet frame or not? or is there any body can help to provide me timing diagram for that command similar to "Enhanced shockBurst Timing" figure 13, page 38 in the NRF24L01 datasheet

davids

Parents
  • Hi Hakon,

    the reason I'm doing that way is to avoiding PLL lock time (130us) every time I repeat transmitting the same data payload (1 frame = preamble + 3byte address + 2byte data = 6byte only) that mean I don't want the chip go to standby-1 every time it finish transmitting one payload packet, but it will directly repeat the transmission with no delay at all. is it possible? do I'm doing the right way?

    best regard

    davids

Reply
  • Hi Hakon,

    the reason I'm doing that way is to avoiding PLL lock time (130us) every time I repeat transmitting the same data payload (1 frame = preamble + 3byte address + 2byte data = 6byte only) that mean I don't want the chip go to standby-1 every time it finish transmitting one payload packet, but it will directly repeat the transmission with no delay at all. is it possible? do I'm doing the right way?

    best regard

    davids

Children
Related