[SOLVED]Quick question NRF24L01

I was just wondering if I could have 3 NRF24L01 working at the same time ?

One as a transmitter and the other two has receivers all with the same pipe address on TX&RX'S.

Each receiver receives it's ID.

say 1RX =100 then control byte 50 = on, 60 =off
say 2RX =200 then control byte 55 = on, 65 =off

Thanks

Yes, you can have as many as you want listening on the same address - just make sure to disable the auto-acknowledgement feature.

Or, if you want extra reliability, give each slave a different address and have the master send to each one in turn. That way you can have the auto-acknowledgement working.

...R
Simple nRF24L01+ Tutorial