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

nRF52810 does not advertise

I have a module LAIRD BL651 based on nRF52810 SoC

I’m using the latest nRF5_SDK_16.0.0

I can flash ...\examples\ble_peripheral\ble_app_uart\hex\ble_app_uart_pca10040e_s112.hex

Properly on the LAIRD BL651 module but the module does not advertise

Also I tried to modify the preprocessor configurations

FROM:

APP_TIMER_V2
APP_TIMER_V2_RTC1_ENABLED
DEVELOP_IN_NRF52832
BOARD_PCA10040
CONFIG_GPIO_AS_PINRESET
FLOAT_ABI_SOFT
NRF52810_XXAA
NRF52_PAN_74
NRFX_COREDEP_DELAY_US_LOOP_CYCLES=3
NRF_SD_BLE_API_VERSION=7
S112
SOFTDEVICE_PRESENT

 

To:

APP_TIMER_V2
APP_TIMER_V2_RTC1_ENABLED

BOARD_PCA10040
CONFIG_GPIO_AS_PINRESET
FLOAT_ABI_SOFT
NRF52810_XXAA
NRF52_PAN_74

NRF_SD_BLE_API_VERSION=7
S112
SOFTDEVICE_PRESENT

But still the same problem the module does not advertise. So should I modify anything else

Related