Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Compatibility of nRF52810 with nRF Connect SDK

Hi,

would nRF Connect SDK work smoothly with nRF52810, or is it better to use nRF5 SDK?

If nRF Connect SDK would fit, what would be the influence on electric energy consumption?

Thanks!

  • Hi,

    The nRF Connect SDK should work with the nRF52810. You can use the nrf52dk_nrf52810 board in the nRF Connect SDK. It is a modified version of the nRF52 DK, that enforces the limitations imposed by the nRF52810 IC. Since there aren't a nRF52810-DK, you can use this board to develop for this IC while using the nRF52 Development Kit (PCA10040).

    is it better to use nRF5 SDK?

    This depends on what you mean by "better", is there anything specific you are looking for?

    If nRF Connect SDK would fit, what would be the influence on electric energy consumption?

    System off should work the same whether you are using nRF Connect SDK or nRF5 SDK, so SDK should't affect power consumption. The power consumption will depend on your application.

Related