You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
2.How to interface the NRF24L01 chip with a microcontroller (without Arduino/other development board).
Thank you.
The text was updated successfully, but these errors were encountered: