Robin2:
You have not said if you have been able to achieve any wireless communication between two Arduinos. If not have a look at this Simple nRF24L01+ TutorialDo you really need to use the network feature? Please describe the project you want implement - there may be an easier way.
...R
Hello Robin
for communication 2 arduino has succeeded. the child node successfully sends its sensor data to the master node. but my obstacles. how the master node reply to messages from the child node. so the scenario I want, when the child node sends a message to the master node, the master node directly reply that the message has been received by the master node. where the message is sent to the child node. I am confused to rf24network how do one node can function to receive and send messages. in the example rf24network library there is only one-way communication where the transmitter sends the packet to the receiver. can you help me with the problems I am facing so I can find a way out.
thank you