This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to set nRF24 PTX with ack payload

Hi,Nordic now, nRF52 as PRX, nRX24 as PTX.

App process

  1. PTX send data via ESB, PRX can receive

    But nRF24 can not receive event HAL_NRF_TX_DS, why?

  2. Then nRF52 send payload, but nRF24 can not receive

If nRF52 as PTX, nRF24 as PRX, it's OK.

Could you tell me how to set nRF24?

Thanks.

nrf52_esb_prx.rar

nRF24_usb_hid_rf.rar

Parents Reply
  • Hi Chaw,

    I did test it. nRF5 queue an ACK payload every time there is a TX Success event.

    But you need to make sure the nrf_esb_NOACK_Fix.c is used, not the original one. I just updated the project setting to use that file. Please try again.

    If it doesn't work please let me know if the nRF5 receive a packet or not

Children
No Data
Related