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

Moving from PCA10056 to PCA10059

Hi,

I've developed software using PCA10056 (using nRF5_SDK_15.0.0_a53641a) and I would like to test it on PCA10059.

Can you direct me to the new board files that need to be replaced?

Thanks,

Daniel

Parents
  • That is correct. If you look at the DK there is a connector on the short end close to the usb contact, called Debug Out. You need a cable that fits there, called a 10 pin segger cable.

    If you connect this cable from the DK to the P1 pin headers (that you need to get and solder on), and power the dongle, it will detect that there is another nRF Connected, and it will program that nRF instead. 

     

    If you have several DKs, you can test this quite easily by connecting Debug Out on one DK to Debug In on another DK, power the other DK, and flash a project to the first DK. You will see that it is the DK connected through Debug In that is programmed.

     

    There are quite a few cases regarding this on DevZone, but I am on my way out of the office now, and will not be back until Thursday. You can see if you find some more info in some other cases. Search for something like "program custom board via DK", and I will come back to you on Thursday.

     

    Best regards,

    Edvin

  • Hi, 

    I've developed software with  PCA10059 (nRF52840 dongle).

    Examples are mostly for PCA10056. So i can't upload hex files to my PCA10059.  (for example:  ble_gatt example)

    Can these samples be adapted for PCA10059? Could you help?

Reply Children
  • If you are new to the nRF Series, I really recommend you to start with the PCA10056, the nRF52840 DK. It will save you a lot of trouble, both because it has a debugger, and because the examples are plug'n'play.

    That being said, there are some hints in this ticket. on how to port an example to the dongle. There are also a lot of useful information in this blog post.

     

    T Moddy said:
    Could you help?

     If you decide to try with the dongle, and not the DK, then you have to give it a go, and then post a question if you have some specific issues.

Related