nrf-softdevice
nrf-softdevice copied to clipboard
Radio Notifications
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.
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.