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

Coexistence examples: Need some help on integrating ble uart and ble mesh for NRF 52840(uses PCA10056) board on Segger IDE

Greetings ...

I am facing problem in finding a coexist example for P10056. Example code is given only for PCA10040.

1)Is there a way to convert the PCA10040  code to PCA10056?

2)Is there any template for starting coexistence examples?

I have gone through many links in DevZone but none of them helped me.Please provide some hints on how I can run a coexistance example on NRF52840 DK(uses PCA10056) board.

I could able to perform Light server -client example on NRF52840DK boards.  Right now, I am having three NRF52840 DK devices with me. I am planning to control two mesh devices with a coexistence device . As mentioned below.

  • Hi,

    Unfortuantely, there is no coexistence examples for the nRF52840 as of now. I would suggest you try adding UART into one of the existing mesh examples, like the light switch example.

    Have a look at this documentation, it will show you how to include nRF5 SDK in a mesh example. Also, you can use the coexistence example for the nRF52832 as a reference on how this is done.