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

nrf52810 code in ble_app_multirole_lesc

hello everyone,

I need scanner and advertising in single code of nrf52810. In SDK i found the example code of ble_app_multirole_lesc in PCA10040 it doesn't support with nrf52810 so how can i change this multirole code to nrf52810 please suggest further step to implement in scanner and advertising in single code of nrf52810, 

Parents
  • Hi,

    It will not work. The reason is that the only supported SoftDevices for the nRF52810, which are up-to-date, are S112 and S113, and this only supports the peripheral role. As you can see from this compatibility matrix the old S132 version 5.1.0 is also supported, but you will not be able to fit both the ble_app_multirole_lesc application and S132 in the 192 kB flash of the nRF52810. You can use S132 version 5.1.0 together with a very simple/small application, but if you need more, you must use a device with more flash.

Reply
  • Hi,

    It will not work. The reason is that the only supported SoftDevices for the nRF52810, which are up-to-date, are S112 and S113, and this only supports the peripheral role. As you can see from this compatibility matrix the old S132 version 5.1.0 is also supported, but you will not be able to fit both the ble_app_multirole_lesc application and S132 in the 192 kB flash of the nRF52810. You can use S132 version 5.1.0 together with a very simple/small application, but if you need more, you must use a device with more flash.

Children
No Data
Related