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
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.
Very good! Thanks
Very good! Thanks