Hi ,
I am a beginner using nrf24l01 module and arduino. I need just to glow an led in the arduino module whenever other nrf24l01 module nearby( second nrf24l01module also needs to receive). This needs to be done irrespective of how many nrf module is nearby. I don't need address for this. Do you have any idea about how many nrf24l01 modules can be detected with in that range?. Can i test like this?
For example if i am having 10 nrf modules with in the range, how many nrf modules can glow its led connected to the arduino without collision?..
Since i am sending just a high pulse to other module , i do not need a duration and deadline to reach. Just need to be glow for some time ( user must see the led transition). Please help me on this.
I tested with 3 nrf modules and i observed there is no issue. Important is i have not set any address for any of the module and i used a single program for all 3 arduino connected.