Hi,
There is an error in sdkconfig.h in ble_app_uart_c example.
BLE_ADVERTISING_ENABLED would be set to 1 for the example to work.
Best regards
Hi,
There is an error in sdkconfig.h in ble_app_uart_c example.
BLE_ADVERTISING_ENABLED would be set to 1 for the example to work.
Best regards
Hi,
Is this with SDK 17.1.0? If so, the example works well out of the box on my end, and as it does not do advertising, there should not be any need for setting BLE_ADVERTISING_ENABLED to 1. Perhaps you also made other changes?
Hi,
Yes it is with SDK 17.1.0, for pca10056 board. If I do not set it to 1, that does not work.
I made some changes but for me it is OK.
I send you my sdk_config file.
Hi,
I see from your attached sdk_config.h that you have added quite a few configs so I assume you have also made changes in the source code? I cannot say what without seeing, but I assume that is related to you needing to set BLE_ADVERTISING_ENABLED to 1. If you use the unmodified example it works out of the box wiht BLE_ADVERTISING_ENABLED set to 0.
Hi Einar,
I tried the example again and it worked. I compared both sdk_config.h and added my modification to the original one. And that works. I do not why.
Best regards
Hi,
I see. If you want my input, you can share your code and I can have a look (you can open a private ticket if you do not want to share it in a public thread).