This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BLE Advertising, a beginner's tutorial

Hello everyone,

Lately I have been struggling while trying to run "BLE Advertising, a beginner's tutorial". My hardware consists of NRF51822 and PCA1000 dongle. I use SDK_11.0.0 and the example provided at github github.com/.../nrf51-ble-tutorial-advertising . I copy the folder "nrf5x-ble-tutorial-advertising" to "your_SDK_folder\examples\ble_peripheral". main.c file is found in the folder "your_SDK_folder\examples\ble_peripheral\nrf5x-ble-tutorial-advertising" like in tutorial said.

After that I change memory options to this: image description

Keil compiles it without errors or warnings: image description

Lastly, Master Control Panel can not find my "HelloWorld" device: image description

Moreover, I have tried the modified BLE_UART application of my colegue 's with the same tools and the device was found by the Master Conrol Panel software.

Any ideas what may be causing the problem? I would appreciate your help.

...EDITED:

While debugging the code stucks at this point: image description image description

Related