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
Hi,
Unfortunately, there are no coexistence examples for the nRF52840 at the moment. If you want to implement uart into mesh examples, I suggest you have a look at this documentation.
Hi @Mttrinh, Im having a look at documentation, it only seems to cover how to add mesh to BLE. where is the section how to add peripherals (UART,I2C, etc etc) to existing MESH 3.1 i/e light switch exp. I have also been trying to do this for the past 3 months with no success nor any clear indication on how to achieve it.
thanks
Hi,
It also includes NRF5 SDK in Mesh SDK. Take a look at "Including nRF5 SDK in an nRF5 SDK for Mesh example".
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.
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 :)