9 years, 7 months ago.

nrF24L01 pipe

hi, i am trying to communicate between 4 transceivers, one as a main host. and they are all under the same frequency. so i want to have each of the three be on separate pipe. I did setTxAddress(0xC2C2C2C2C6,5) for pipe 5, and i tried to listen from pipe 5 on the receiver side using my_nrf24l01p.read( NRF24L01P_PIPE_P5, rxData, sizeof( rxData ) ). but it doesn't seem to be working.

Question relating to:

1 Answer

8 years, 10 months ago.

have you setup the pipes on the other end as well? it would be more progressive if you paste your code or link so we can help were we can