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

nRF24L01 more faster

Dear sirs Good evening !

I´m using the RF24.h library in order to develop a system that comunicates in peer-to-peer mode.

When I transmit 3 bytes towards a receiver, it spends 806us, in simplex mode.

In half-duplex mode, the receiver have to answer and send 5 bytes. The total cycle spends about 32ms.

I am not using serial comunication with a PC; only a LED sinalizes me the start and stop of the cycle, and I monitor and measure it with a scope.

How can I minimize the time ?

Best regards Alexandre Toledo

Parents Reply
  • Hi !

    Sorry on my delay for returning. I suffered a car accident. Now, everything is all right.

    Yes, I´m using the RF24 library.

    The dynamic is: The transmitter (Arduino 1) sends 3 bytes to the receiver; The receiver (Arduino 2) sends 5 bytes to the transmitter; 500 times, wasting 16 seconds. I need to reduce the time to 4 seconds.

    About the bitrate: I know that it is possible to adjust in the nRF24L01, but I don´t know how. In the setup, the only functions that I select is: radio.begin, radio.openWritingPipe and radio.openReadingPipe.

    Is it possible to make my Hw talks more faster ?

    Greetings

Children
Related