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

Parents
  • Dear Bjørn,

    The revision of the board is the 1.2.0. However in the end we managed to make the same code/bootloader/sd to work in the custom nRF51822 board. EDIT:I have uploaded again the code. Now the bootloader button works, the UUID upgrade not. Looks strange

    I was making a mistake with the pins (Not modifiying it properly in the bootloader code). Also I modified the Target settings: -Xtal (MHz) : 16.0MHz -IROM1: Start -0x16000 Size - 0x28000 -IRAM1: Start -0x20002000 Size - 0x6000

    The only thing is that at the beggining it looks a bit slow untill I get the first advertisement.

    Kind regards, Javier

Reply
  • Dear Bjørn,

    The revision of the board is the 1.2.0. However in the end we managed to make the same code/bootloader/sd to work in the custom nRF51822 board. EDIT:I have uploaded again the code. Now the bootloader button works, the UUID upgrade not. Looks strange

    I was making a mistake with the pins (Not modifiying it properly in the bootloader code). Also I modified the Target settings: -Xtal (MHz) : 16.0MHz -IROM1: Start -0x16000 Size - 0x28000 -IRAM1: Start -0x20002000 Size - 0x6000

    The only thing is that at the beggining it looks a bit slow untill I get the first advertisement.

    Kind regards, Javier

Children
No Data
Related