Open arnobert opened 3 months ago
Can Embassy's nrf-softdevice
work for you here?
I am using RTIC and would prefer to use the HAL, just like on the 52840.
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 thanks!
@arnobert is there code somewhere for using nRF SoftDevice with nrf52840-hal
? I couldn't find any.
@BartMassey I don't know. I simply used: https://github.com/nrf-rs/nrf-hal/blob/master/nrf-hal-common/src/ieee802154.rs
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!