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

Service example not running?

Hi,

I'm having problem with the example code in the "Bluetooth low energy Services, a beginner's tutorial", the code was downloaded from github.

I'm using SES V3.5 for Ubuntu, and nRF5_SDK_15.0.0_a53641a .

I didn't make any modifications to the code, it compiles with no error. But when I tried to run it (according to the tutorial it would advertise as a device named "nRF5x", but the code will stop at the "ble_stack_init" after returned from the line 559:

    err_code = nrf_sdh_ble_enable(&ram_start);

I found the err_code was 4, but have no idea what is going on, because the code was 'original'.

Any suggestions about what can I do about it?

Thanks.

Parents Reply Children
Related