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

nRF51822 BLE example app doesn't work

Hello I am developing an application with BLE and I have just faced to a problem. I want to check my IDE settings and development environment.

I am using the development board "HRM1017" which is described here.

HRM1017
www.hosiden.co.jp/.../en_hrm1017.pdf

The board has the nRF51822 inside, and my development environment is

IDE:          Keil uVision MDK-Lite 5.17
SDK:         nRF51SDK 7.2.0
SoftDevice:    nRF51822_7.1.0(Programmed via nRFgoStudio)
Flash Download: Segger

I runned the example file which is located in the SDK files below.

Example File
C:\Keil_v5\ARM\Pack\NordicSemiconductor\nRF_Examples\7.2.0
\ble_peripheral\ble_app_hrs\pca10028\s110\arm5\ble_app_hrs_s110_pca10028.uvprojex

The build and download was succeeded.
But when I tried to check the application with the nRF Toolbox
or nRF Master Control Panel on my iPhone, both of them could not find the device.

To divide the problem, I tried to implement the sample project in the mbed platform.
I downloaded the hex file via nRFgoStudio. It works.

Since I am using the example file, I guess there are some problems in the Software, or IDE settings.
I want to check my IDE settings and environment.

I checked the start address of the ROM of nRF51822, it starts from 0x16000.
The address is checked in the Device Programming form of the nRFgoStudio.

Is there anyone who had same problem or could advise me about this issue??

Thanks
Marchall

Parents
  • Hi Aryan

    Thank you for your fast reply. During my debugging, I found the example file (for PCA10028) is not for nRF51822, but for nRF51422. I stopped the debugging since my environment above is not valid way.

    So simply I would like to know where I can find the latest example project with nRF51822 & S110 ??

    I actually got the older version SDK(nrf51_sdk_v6_1_0_b2ec2e6) and S110_nrf51822_6.2. In that case, only the blinky example for PCA10001 board seems to work, but all of sample applications of S110 doesn't advertise itself.

    Thanks

    Marchall

Reply
  • Hi Aryan

    Thank you for your fast reply. During my debugging, I found the example file (for PCA10028) is not for nRF51822, but for nRF51422. I stopped the debugging since my environment above is not valid way.

    So simply I would like to know where I can find the latest example project with nRF51822 & S110 ??

    I actually got the older version SDK(nrf51_sdk_v6_1_0_b2ec2e6) and S110_nrf51822_6.2. In that case, only the blinky example for PCA10001 board seems to work, but all of sample applications of S110 doesn't advertise itself.

    Thanks

    Marchall

Children
No Data
Related