Hi,
I'm trying to porte my code from micro_esb to nrf_esb. My need is to know when a frame with correct address is received. This frame don't need to be valid just received or not (to trig timer even if frame crc is wrong)
When I used nRF51, I have modified micro_esb code to generate an "event" before check the CRC frame.
Now, I use nrf_esb libray with nRF52832. I would to make the same thing.
Can you tell me which solutions I have?