After visiting https://www.youtube.com/watch?v=LhBIRMMAGGE, I know how to do bidirectional communication between two NRF24L01 modules. However, I do not know how to do so between an NRF24L01 module and two others. If I were to only have three Arduino Uno Rev3 boards (with each being connected to its own NRF24L01 module), what are the Arduino IDE codes?
Robin2's simple rf24 tutorial demonstrates 2 way communication using the ack payload method and by swapping roles.
I'm looking for a way to do bidirectional communication between a Transceiver and one Receiver, and between the same Transceiver and another Receiver.
Excuse me for answering, but ALL NRF24L01 modules are transceivers, always so! If you program the receiving module to NOT acknowledge the receipt of a message, then it will not send the ack, but is always capable of doing that.
So, what exactly are you proposing to do?
Did you miss this post?
That example can be extended to your use case.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.