nrf-modem icon indicating copy to clipboard operation
nrf-modem copied to clipboard

Results 5 nrf-modem issues
Sort by recently updated
recently updated
newest added

According to nordic the LTE and GPS shares a physical radio resource. While using your library it seems that if GPS is currently awaiting fix, and I send something on...

I've been trying to use this library with RTIC and ran into an issue. The issue resides in using the modem in an RTIC task with a priority > 0....

I don't know what but something has changed where the interrupt that wakes the socket waker now fires all the time. My guess is that checking the socket now causes...

I'm using the DTLS Socket with LTE-M. It seems to connect to the cloud fine and send the data, but right after I see the `drop()` function called, I get...

Currently the APIs are all custom. Once the [embedded-nal async](https://github.com/rust-embedded-community/embedded-nal/tree/master/embedded-nal-async) work is done, we should probably implement it.