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

mesh coexists uart support for PCA10056

Hi, Doesn't the mesh coexists uart support PCA10056 (NRF52840)? If not how to implement uart in the mesh-client example?
Thanks

Parents Reply
  • In the link I refrerred to in the previous answer, says how you can integrate functionalities from nRF5 SDK in Mesh examples: 

    Depending on your toolchain:

    - When using Segger Embedded Studio, add code files and include paths to the corresponding SES project file

    - When building the nRF SDK for Mesh stack using CMake, add code files and include paths to the corresponding CMakeLists.txt file. The SDK_ROOT root symbol is used to refer to the nRF5 SDK installation folder (see e.g. CmakeLists.txt in the Light Switcg Server example)

    You could also have a look at the Coexistence examples to see how the nRF5 SDK features can be simultaneously used with nRF5 SDK for Mesh.

Children
Related