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

Converting pca10040 to pca10059

After developing with an nRF52832 DK (pca10040), our code builds and runs fine. But when we try to use the same code on the nRF52840 dongle it does'nt work. We added flashing LEDs in the main function to get some feedback about whether or not the code is running. The scan_init function seems to be the problem as we are able to make LEDs glow at the end of the main function when we removed scan_init and scan_start. I can't find any examples with pca10059 as central. Is it any special configuration you need to do?    

Related