Hello guys,
I was working on the project in which I am using 4 nrf24L01 radios and 4 Arduino uno boards. I want to make the star network of of these radios such that, one can broadcast the text message from one transceiver at the base station to all the other transceivers connected to it. After receiving the message, the transceiver should reply back to the base station in same manner.
I need your some guidance in the coding. What should be the code at base station and what could be the code at other node?
I was using RF24 libraries. In that library there is an example of starping. I am thinking of modifying that code for my scenario. That code is as attached.
Its urgent guys. Please help me in coding.
Thanks
starping.pde (7.67 KB)