Is there a way to get to an softdevice/radio event, which is generated every time an advertising packet is send? I need to set a pin in high state while sending a packet.
Is there a way to get to an softdevice/radio event, which is generated every time an advertising packet is send? I need to set a pin in high state while sending a packet.
Hi,
You can use radio notifications for this, see the tutorial for help on implementation. You will also want to configure your radio notification event handler to set a GPIOTE pin high.
Best regards,
Øyvind
Thanks a lot. That's just what I needed.