Hello everyone,
I am using 3 nrf24L01 on arduino Uno boards. One arduino is the coordinator and the others are nodes. The coordinator send on a specific pipe a value (the ID of the node) and at the same time this node is listening on the same pipe to receive the data. it works well! But, (there is always a but...) when the two nodes are listening on the same pipe, they receive the same value send by the coordinator. So, my question is, is it possible for the coordinator the recognize, identify which node sent his answer firs?
Thanks