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

nRF51822 iBeacon application

Dear Sir/Madam,

I am testing iBeacon application on the nRF51822 mounted on nRF6310 motherboard. I programmed the ble_app_beacon application in the keil_v5\ARM\Device\Nordic\nrf51822\Board\nrf6310\s110 and Keil_v5\ARM\Device\Nordic\nrf51822\Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon separately. I installed an iBeacon application on my iPad. I tried to sort out what should I do, and is it possible to find the nRF51 on the iPad iBeacon application! But i couldn't!

Does anyone know how should I start with the iBeacon code example, in nRF51 code part and on the iPad application?? Since I'm really beginner in Bluetooth and it applications, I really need a document showing me step by step initialization. If there is any document which shows whole view and procedure, I'm appreciated if you share that with me.

Many thanks for the help. Mehrdad Fallahpur.

  • Hi all!

    Regarding to iBeacon examples application on the nRF51822, I just found even application can't start! For example there is an LED (LED_0) which after starting advertising must be on but seems application freezes and doesn't reach there to start the advertising! Even in debug mode seems code stuck somewhere and can't go further! I tried to change the stack size in the start-up but nothing changed! Still the same! Please kindly help me if you have any idea or you know any link around this issue!

    Thanks~ Mehrdad Fallahpour

  • FormerMember
    0 FormerMember

    A good place to start is to follow the user guide for the beacon kit, it can be downloaded here, or found on the nRF51822 webpage -> Reference designs -> nRF51822-Beacon -> downloads.

  • Dear Kristin

    Thanks for consideration and sharing these useful links! But the problem is the code on the Cortex-M0 has problem. For the application example in s110 folder, I tried to run the iBeacon, but code has some problems in the start-up and can't run at all! I checked by programming the hex file via nRFgo Studio also, but same result. Even I can't turn on an LED at the beginning of main() function!

Related