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

PCA20006 Beacon Example on new nRF51822

Hello!

I have been working recently with the PCA20006 Beacon board. The example we have tested is the ble_app_beacon that allow us to change the UUID/Major/Minor and go into DFU mode depending the pressed button.

With the PCA20006 works perfectly, but when we try to upload the same code onto a custom board (nRF51822QFAAG2 - S110 from SDK 7.1.0 and bootloader for the PCA20006) everything works except the DFU mode (I have configured the pin 3 and 4 for the button, just replacing those values inside the pca20006.h file) and it feels a bit slow when advertising at the begining.

We were wondering if that could be because of the Target option in Keil (maybe the ROM/RAM configuration). We are also trying to export the code for the S130.

Kind regards, Javier

Related