• nrf_fstorage_sd vs. nrf_fstorage_nvmc - what are the main differences

    Hello, My application (nRF52832, SDK17.1) uses the fsotrage library for low-level sequential data storage and retrieval. At the moment I'm using nrf_fstorage_sd as an API instance. As the BLE activity of the application is quite sparse (several…
  • Cannot use new S132 with SDK 11

    Hello, I tried to do migration on new SD S132 but some elements changed (typedef uint32_t nrf_clock_lfclksrc_t is not defined, ...) and i get a lot of errors. When new SDK will be released please ?
  • Is there a sample for SDK8 with SD8 for reading 2x ADC inputs, perhaps without busy waiting?

    Hi everyone, I've found a few posts and a lot of info but I'd like to know if there is an existing example that merges a few of the examples found here ( github.com/.../nrf51-ADC-examples) for SDK8.1.0 and SD8.0.0. This is a big ask, but basically…
  • High Sample Rate with ADC and SoftDevice

    I am trying to sample the ADC every 2ms. I notice lots of slowness with BLE advertising and typically can't connect to device over BLE when sampling. I am using PPI, configuring, and starting before the softdevice is enabled. Should nRF51822…