EEVblog Electronics Community Forum
Electronics => Projects, Designs, and Technical Stuff => Topic started by: Dhanushka on May 30, 2020, 11:54:16 am
-
Dear all,
Can I use an nRF24L01+ module as receive acknowledgement in standby mode I to generate interrupt on IRQ PIN as in the "network ping sleep" example of RF24 Network library?
example: https://github.com/nRF24/RF24Network/blob/master/examples/Network_Ping_Sleep/Network_Ping_Sleep.ino
As my understanding this module can receive acknowledgement in standby I mode. Please tell me how implement between two nodes
instead of large network. This code is confusing me. So, I expect simple guidelines for arduino IDE with help of the library.
Sometimes, I may not understand the right function of the above library example. If I am wrong, please someone simplifies the idea of the above example.
Thanks
-
I think this library is misleading.
NRF in Standby-I and II modes can't receive or send anything. It is just to make shorter startup times.