This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Advertisement issue with PCA10001 board and SDK8.0.0

Hi

I am using SDK8.0.0 ble peripheral sample code and PCA10001 board but I am not getting any advertise ment on sniffer.

I have test hrm, template and ble nus_uart code for test. how resolve this issue.

Regards, Himansu Donga

  • @Himansu: S110 v8.0 by default support chip rev.3. What you have on PCA10001 most likely chip rev.2 What you would need to do is to suse sd_ble_opt_set() call to set BLE_COMMON_OPT_RADIO_CPU_MUTEX option.

    Please have a look at "Changes" section in the S110 v8.0 release note

Related