We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
You can call the C softdevice sd_* functions directly using the nrf-softdevice-sXX crates. That should enable porting C code easily.
sd_*
nrf-softdevice-sXX
There's no "higher-level" safe wrapper for this functionality in the nrf-softdevice crate. PRs welcome.
nrf-softdevice
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: