How does TMRh20, in his GettingStarted Example use the openReadingPipe()
& openWritingPipe()
functions(by showing how to use the functions with all the 6 pipes. And why is pipe 0 special?)? I don't know much about pointers so can you link a good tutorial as well? Thanks.
There is only one writing pipe.
An nRF24 can listen on 6 separate pipes simultaneously - assuming you have 6 other nRF24s that might be sending messages.
The variable that is often given the name pipe
is simply the address that you give to the device that is at the other end of a transmission.
It would be easier to help if you explain what you actually want to do.
...R
I just want to understand how its done that's it. And by that I mean a code example of the usage of all the pipes.
Deformer:
I just want to understand how its done that's it.
Read and understand the datasheet of the NRF24L01.