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

nrf51822 not advertising

Hello, I am using an nrf51822 but have no success in advertising. I tried so far to load the ble_app_template from the peripheral examples where I' ve only changed

 #define APP_ADV_INTERVAL                10
 #define APP_ADV_TIMEOUT_IN_SECONDS      0

I tried to load another example, but still no success. I tried to change crystal's accuracy to 20 PPM or 250PPM still nothing, switched crystal to internal RC nothing.

I should pinpoint that nrfGo studio crashes so I flashed s130 via nrfprog, which according to the following output seems to work.

nrfjprog  --verify s130_nrf51_2.0.1_softdevice.hex
Parsing hex file.
Verifying programming.
Verified OK.

What else can I do to get it running? Please help me :)

Related