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 Reply Children
  • Hi Tao,

    Using the beacon example, the idea is that you change APP_MAJOR_VALUE and APP_MINOR_VALUE to something that makes sense in your use case (identifies the beacon etc.). Just modify these values to what you want. If you intend to use many beacons, you could read this from a specific address in flash which you write unique data to during production programming or similar.

    Einar

Related