Skip to content
New issue

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

Radio Notifications #93

Open
indietyp opened this issue Jan 6, 2022 · 1 comment
Open

Radio Notifications #93

indietyp opened this issue Jan 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@indietyp
Copy link

indietyp commented Jan 6, 2022

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.

@Dirbaio
Copy link
Member

Dirbaio commented Jan 6, 2022

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 Dirbaio added the enhancement New feature or request label Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants