Hey,
I am working on mesh with nrf52 DK. I want my device to work on battery for long time, I have enabled the MESH_FEATURE_LPN_ENABLED macro in nrf_mesh_config_core.h file. I am using a timer to send the message periodically, it is working properly. When i enable the above macro i am able to send the data through timer interrupt but not able to receive the data from other device. How can I receive the data when it sending the a data through interrupt?
Regards
sumanth