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

Where can I download nRF Beacon App and Source files for Android and iOS?

Dear All,

I would like to develop BLE Beacon application based on (nRF52832_DK/nRF5_SDK_16_0_0/examples/ble_peripheral/ble_app_beacon).

However, I don't know the place where I can download nRF_Beacon App and Source files from Android store and iOS. Because I can not log in google store.

From official GitHub guide, NordicSemiconductor / Android-nRF-Beacon gives us some information, but I didn't find .apk package and package for iOS. 

Therefore, could you tell me more detail about how to develop beacon app on nRF52832 DK?

I appreciate your help.

Best regards,

Tao

Parents
  • Hi Tao,

    You can find the apk for nRF Beacon for Android under Releases. For iOS you need to go to App Store, but you can obtain the source from IOS-nRF-Beacons.

    Therefore, could you tell me more detail about how to develop beacon app on nRF52832 DK?

    I see you have found the SDK example. Can you elaborate on what other details you need? In short, the nRF Beacon (and iBeacon) is a very simple non-connectable BLE advertiser. You can understand more from looking at the comments in the source code of the SDK Beacon example.

    Einar

     

Reply
  • Hi Tao,

    You can find the apk for nRF Beacon for Android under Releases. For iOS you need to go to App Store, but you can obtain the source from IOS-nRF-Beacons.

    Therefore, could you tell me more detail about how to develop beacon app on nRF52832 DK?

    I see you have found the SDK example. Can you elaborate on what other details you need? In short, the nRF Beacon (and iBeacon) is a very simple non-connectable BLE advertiser. You can understand more from looking at the comments in the source code of the SDK Beacon example.

    Einar

     

Children
Related