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

ble_app_rscs example failed

compiled nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_rscs example but will fail on adding chararteristics in char_add()
setup:
SEGGER Embedded Studio for ARM
Release 3.34a Build 2018022300.35192
Windows x64

dev board PCA10040 V1.1.1

Note. ble_app_hrs and ble_app_hts examples are running fine.

Parents
  • I am not able to reproduce this issue using the SES project for PCA10040 in SDK 15. Where (file and line) does it fail when calling char_add() and with what retur code?

    There is however one potential issue with this example, which is that it used extended advertising. This could cause problems if the scanner does not support it. If that i sthe case, setting init.config.ble_adv_extended_enabled to false on line 922 in main.c should help.

Reply
  • I am not able to reproduce this issue using the SES project for PCA10040 in SDK 15. Where (file and line) does it fail when calling char_add() and with what retur code?

    There is however one potential issue with this example, which is that it used extended advertising. This could cause problems if the scanner does not support it. If that i sthe case, setting init.config.ble_adv_extended_enabled to false on line 922 in main.c should help.

Children
Related