This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Large network with nRF24

Multiceiver allow up to 6 data pipes to be opened, but if I need more nodes? What can I do to connect 10 nrf24 (sensors) to a single master that gather data?

Thanks Leonardo

  • You can either store and keep the 10 addresses and then rotate through them by changing the register settings or you can have them share addresses so that two or more sensor will use the same address, but you access them by using for example first byte of the payload to sub-adress them.

  • sorry my english is not good

    i use these nrf24s to make large network with changing address at master.

    my system works great when I communicate with one of these slaves with master.

    but i have problem with my whole slaves . my network will crash totally in random when sending data step.

    it seems the master receive ack packet but slave cant receive main data packet & i dont know what is happening.

    i disable and enable pipe 0 when i want send some data from slaves to master .

    but my tx address on master will change every time i wanna send data to the same slave.

    also all of these slaves have general address to send general NoAck data packet from master.

    i check every thing in my code but i dont find any bug.i guess maybe changing addresses or changing pipe0 state will effect on crashing network system.

    thank U and help me if you know

    Slight smile

Related