Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay of 30ms while transmitting data using RF24 library : arduino or esp with Nrf21L01 module. #97

Open
SnehaSreedharRao opened this issue Sep 3, 2020 · 1 comment

Comments

@SnehaSreedharRao
Copy link

Hi,

I am using NRF24L01 with Arduino using the RF24 library (https://github.com/maniacbug/RF24).

While executing the transmission code I have observed the following line takes about 30 to 30ms time delay to execute.
radio.write(&charBuf, sizeof(charBuf));

It would be helpful if the delay is reduced by a significant amount of time.

  1. Is there any possible way to achieve <1ms delay? Is it the library the reason behind the delay or the chip that is causing the delay, If NRFL01 is the reason can you suggest the alternate chip.

2.How to interface the NRF24L01 chip with a microcontroller (without Arduino/other development board).

Thank you.

@aniket827
Copy link

Did you got the solution cauz I am still searching for it if you have got the solution u can you share it with me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants