nrf-softdevice icon indicating copy to clipboard operation
nrf-softdevice copied to clipboard

Radio Notifications

Open indietyp opened this issue 3 years ago • 1 comments
trafficstars

I am trying to implement something similar to https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/radio-notification using an nRF5280 w/ S140.

I couldn't find anything in the examples (or the code - but I only briefly skimmed the library).

Is this use-case supported? If so, would someone be able to give me some pointers?

I appreciate any help you can provide.

indietyp avatar Jan 06 '22 13:01 indietyp

You can call the C softdevice sd_* functions directly using the nrf-softdevice-sXX crates. That should enable porting C code easily.

There's no "higher-level" safe wrapper for this functionality in the nrf-softdevice crate. PRs welcome.

Dirbaio avatar Jan 06 '22 13:01 Dirbaio