Need a replacement for mpsl_radio_notification_cfg_set, which is no longer available

Hi,

We have a product in production which uses the mpsl_radio_notification_cfg_set() function along with a callback to control an external GPIO when thre is radio activity. We do this to enable an external switcher supply while the radio is in operation, since we also make use of a high-power PA and selectively enable the switching supply only when the radio is operating.

We need an alternative to this functionality. Can you please help us to understand what alternative is available?

Thanks,

Jon

Parents Reply Children
  • Hi again Jon, 

    Jon said:
    Actually, we are on Matter 1.4, since we are using the Matter repository directly from

    I see. I assume btw that you need notifications on not just connections, but advertisements as well?

    We are currently working on a similar case, in which it was suggested to use this function. The relevant R&D is already using this API to control a FEM, so I am not immediately seeing why this shouldn't work for you. This API that can be used to get notifications on all events, including the advertising events. 

    A coworker of mine is currently testing this to make sure that this would work for the other customer, but I guess you do not have to wait for that. Feel free to give it a go in the meantime.

    Regards,

    Elfving

  • Hi Jon,

    So my coworker is done testing this, and he managed to set up so that I get events for the advertisements. The bad news is that it is not possible to start this before you start advertising. And it is similar with a connection it seems - you need to have a connection before you can get notifications for it.

    I can send you my coworkers implementation for this if you would like. Have you gotten any further on your side?

    Regards,

    Elfving

Related