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 on nRF52832 #483

Open
arnobert opened this issue Jul 26, 2024 · 6 comments
Open

Radio on nRF52832 #483

arnobert opened this issue Jul 26, 2024 · 6 comments

Comments

@arnobert
Copy link

Hello,

I would like to use the radio peripheral on the nRF52 DK board, just like on the nRF52840 dongle, but the lib is not available, yet. Is there any special reason for that?

Thank you!

@BartMassey
Copy link
Member

Can Embassy's nrf-softdevice work for you here?

@arnobert
Copy link
Author

I am using RTIC and would prefer to use the HAL, just like on the 52840.

@BartMassey
Copy link
Member

Sorry, I'm new to this. Perhaps @Dirbaio would be able to help? You might also want to try on #rust-embedded:matrix.org for someone more knowledgeable than I.

In the meantime, can you point me to example code for using nRF Softdevice with embedded-hal on the 52840? I'm curious.

@Dirbaio
Copy link
Member

Dirbaio commented Jul 27, 2024

There's examples here, both for nrf52840 and nrf52832.

I am using RTIC and would prefer to use the HAL, just like on the 52840.

both nrf52840-hal and embassy-nrf are HALs, you can use one or the other with RTIC. There's an example for it.

@BartMassey
Copy link
Member

@Dirbaio thanks!

@arnobert is there code somewhere for using nRF SoftDevice with nrf52840-hal? I couldn't find any.

@arnobert
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants