If I decided to use 6 pipes for example, what would their addresses look like? Two of them need to share the first 4 bytes, but what about the other four pipes?
So instead of using one address for sending and receiving data ("00001"), I should use two ("00001" for sending and "00002" for receiving, for instance)?
What if the modules need to send/receive data at certain time intervals (every 1 second in my case) as opposed to (almost) instantaneously?