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

PCA10028 not discover in mobile

Hii, i use nordic PCA10028 dev kit, to test the bluetooth of kit i simply load the ble_app_hrs example which is given in SDK, because of i don't know how softdevice 110 is use i change the RAM and ROM address to iROM1 0x0 0x39000, iRAM1 0x20000000 0x8000 and generate hex file and load it using nrfgo studio, and than i search bluetooth in my android phone which has "jelly bean" OS but i can't find the bluetooth of kit. and than to check tha RAM and ROM address are right or wrong i change the RAM and ROM address of LED blink example of S110 which is also given in SDK and it's work fine. Anybody can tell what mistack i have done ? and if you have the example of that than please give.

Parents Reply Children
  • Hello Vidar Thanks for give Reply i first download the hex file of S110 which you give using nrfgo studio in program softdevice tab and than i upload my hex file which is generate in ble_app_hrs example they give me error as "programming failed: Thishex file data in Softdevice region, Try programming using "Program SoftDevice or erase all before programming" ". in nRFgo studio window it shows Region 1(application) Siza:168kb and address: 0x16000 and it below it shows Region 0(SoftDevice) Size:88kb and Firmware: S110_nRF51822_7.1.0(Id:0x005a). if i'm wrong then how can i use your hex of S110 it is place in any folder of SDk installation or anything else i have to do?

  • yes, i find out the solution now bluetooth are discover and connect to mibile also. the problem is in project iRAM1 i give by mistack 0x1600 and i change it to 0x16000 and it work.now can you please tell me the simple code name or give me code that receive data from mobile and send it back to mobile and android application name to see this. Thank you

Related