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

Using nRF52810 as a central role device

Hi guys.

I was porting the project from nRF52832 to nRF52810 when I get the following message:

"When using s112, NRF_SDH_BLE_CENTRAL_LINK_COUNT must be 0."

After searching on your site (https://devzone.nordicsemi.com) I found this Link_1 and similar ones in which says that nRF52810 and s112 does not support this possibility.

But all these articles are old, so, just please confirm can I use nRF52810 as a central role device or not.

Best regards, Sergii.

Parents
  • Hi Sergii

    is absolutely correct. In order to use the nRF52810 as a central, you'll need to use the S132 SoftDevice which takes up quite a lot of the nRF52810's flash memory. Its low memory does not make it very suitable for large/complicated applications, and using it as a central requires a rather bareboned central application, as S132 takes up so much of the device's flash memory.

    Best regards,

    Simon

Reply
  • Hi Sergii

    is absolutely correct. In order to use the nRF52810 as a central, you'll need to use the S132 SoftDevice which takes up quite a lot of the nRF52810's flash memory. Its low memory does not make it very suitable for large/complicated applications, and using it as a central requires a rather bareboned central application, as S132 takes up so much of the device's flash memory.

    Best regards,

    Simon

Children
Related