Radio Notifications on Zephyr

Hi,

The previous SDK would allow configuring radio notifications before the radio comms would take place.

I wonder if it is possible to get similar notifications on the zephyr code.

I require a peripheral to collect and send data every 200ms. The total data collected is random and it is required to include it in a structure and set a header before it is sent. Thus, I would like to get a notification before the interval connection with the central takes place so all the collected data can be counted and set in the structure to be sent with a header. Is that possible?

Thanks 

Parents Reply Children
No Data
Related