This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

using secured gzll master using rx interrupt mode

To the kind attention of Nordic support team,

1. I have been using secured gazell library, where master is always polling in order to receive a message.

I was wondering if it is possible to activate rx interrupts so that there is no need to do polling activity, and have master in

low power mode, so that the reception interrupt can wake the microcontroller up?

Other than using secured gazell libray, i have been using open gzll libray (gzll_ack_payload_host) and I know that in the sdk example there is the possibility

to use interrupt to receiving packets (nrf_gzll_host_rx_data_ready RX data ready callback when a data packet is received)

I really don't know if I can use this callback (nrf_gzll_host_rx_data_ready) when using secured gazell. Hope I'm clear. 

2. What is the power saving mode that is compatible with nrf_gzll_host_rx_data_ready callback? May the system be in System off, or

something like __WFE()? What is the minimum power consumption I could aim, while having the device able to receive a gzll packet?

I'm going to buy your wonderful Power Profile kit as soon as I can and to do more reliable measurements, still what can I aspect from let's nRF52832

in __WFE doing 'nothing', only waiting for a gzll packet? Do you confirm what in https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf  17.1 current

consumption scenarios?

Thank you for your kind attention

Related