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

Should nRF Beacon app work with nRF52832 on the Arduino Primo?

In https://media.digikey.com/pdf/Data%20Sheets/Arduino%20PDFs/A000135_Web.pdf, it says the nRF Beacon app is compatible with nRF51822.

Any reason why it wouldn't work with the nRF52832?

I tried sketch in Example and the nRF Beacon app said "Beacon not Found". I tried the UUID in the sketch and the 4 others available on the app but no luck.

Any hope of getting this to work?

Parents
  • Hi,

    I have little experience with Arduino, hopefully someone else can comment on a Arduino-ish solution.

    As an alternative, what about just ignoring the fact that it is an Arduino board and treating it as just any other nRF52 and using the beacon example from the normal nRF5 SDK? Note that you will have to replace the company identifier with Apples company identifier to make it detectable for iOS. You can do that by setting the APP_COMPANY_IDENTIFIER to 0x004C in the example main.c file.

Reply
  • Hi,

    I have little experience with Arduino, hopefully someone else can comment on a Arduino-ish solution.

    As an alternative, what about just ignoring the fact that it is an Arduino board and treating it as just any other nRF52 and using the beacon example from the normal nRF5 SDK? Note that you will have to replace the company identifier with Apples company identifier to make it detectable for iOS. You can do that by setting the APP_COMPANY_IDENTIFIER to 0x004C in the example main.c file.

Children
No Data
Related