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

How to get ble_app_beacon example working on PCA10001

I am trying to get ble_app_beacon exampel working on the PCA10001 on my nrf51822 working. However when I simply run and reach APP_ERROR_CHECK(err_code) inside "advertising_init", I get the error 0x00003001 on line 169. What does this error mean and how can I fix it? Is there a table of error codes?

Also I just to modify this code so that the PCA10001 simply just advertises at a specific interval without connecting.

Related