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
  • Hi Kenneth,

    Thanks for your reply. I am working with a multirole device. It keeps several central connections, advertises, scans and has a single connection as a peripheral. I would like to know if it is possible to discern which radio event is coming. Is that possible? How can I get a notification when the connection interval is about to trigger for the connection as peripheral?

    Many Thanks

Children
Related