Answer the question
In order to leave comments, you need to log in
Information transfer Nrf24l01?
Hello
Does anyone know how to implement wireless data transmission through NRF24LO1 It is
necessary that one nrf transmit data to two or three nrfs
I know how to transmit data to only one nrf and how to transmit data to several nrfs
Answer the question
In order to leave comments, you need to log in
You can send the receiver address and data at once. On the receiver side, disassemble and if the address matches, pick it up. The number of receivers depends on the number of possible addresses, for example, 2 ^ 8 = 256 or 2 ^ 16 = 65536.
There are still 5 pipes, you can scatter them, but then only 5 independent receivers can be connected if you do not use additional addressing, as I did above wrote.
Accordingly, if we combine the methods, we get 256 * 5 and 65536 * 5 receivers, respectively.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question