I have an issue with the ble_app_lbs. I can compile it OK, but when I run it it gets as far as calling sd_ble_gap_device_name_set(), which returns error 0x3001.
Can someone tell me why this might be?
I have an issue with the ble_app_lbs. I can compile it OK, but when I run it it gets as far as calling sd_ble_gap_device_name_set(), which returns error 0x3001.
Can someone tell me why this might be?
0x3001 is error code for " SVC handler is missing "
You get this error when you use the wrong softdevice version with wrong header file (i.e. an old SDK version ).
-c
Update : lbs not works with SD S110 v.7.0. There was a previous question with answer from Hung Buy, a nordic guy.
An updated version is available on github. Requirements
nRF51 SDK version 5.2.0 S110 SoftDevice version 6.0.0 nRF51822 Evaluation Kit version 2.1.0 or later
An updated version is available on github. Requirements
nRF51 SDK version 5.2.0 S110 SoftDevice version 6.0.0 nRF51822 Evaluation Kit version 2.1.0 or later