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 many and which pipe nRF24LU1 set default enable?

Hi. I have one question: From SDK and docs, I can find how many pipes and which pipe nRF24LU1 open when it is TX. I check function:

void hal_nrf_open_pipe(hal_nrf_address_t pipe_num, bool auto_ack);

from commment, it can be used to set numbers of pipes open, but is there any function to open someone pipe? such as open pipe 0, open pipe 1.

If I only want to open pipe 3, how can I do in nRF24LU1?