Hi, Doesn't the mesh coexists uart support PCA10056 (NRF52840)? If not how to implement uart in the mesh-client example?
Thanks
Hi, Doesn't the mesh coexists uart support PCA10056 (NRF52840)? If not how to implement uart in the mesh-client example?
Thanks
unless im reading it wrong that copies the mesh files to the 15.2 sdk examples. I dont see where the documentation show how to add SDK15.2 examples to the Mesh 3.1.
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.
Thanks..got it working :)