This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52832 - Soft device functionality

Dear all,

we want to use a nRF52837 for a developement project we are planning. We have been asking ourselves on which functional level the alpha Softdevice S132 for the device is? Which functionality is covered? When can a beta version be expected, when a release version?

In principle we need ble_uart, twi, spi, bootloader and timers, is that already covered by the beta?

Thanks for a quick reply!

  • The features of the S132 should be largely similar to the s130_nrf51_1.0.0 if nRF51.

    Concurrent Central, Observer, Peripheral and Broadcaster roles  3 central connections  1 peripheral connection  1 observer  1 broadcaster

    you asked "In principle we need ble_uart, twi, spi, bootloader and timers, is that already covered by the beta?" These are not covered by softdevice but the SDK. The SDK version 0.9.1 should already cover these.

Related