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

Zephyr + nRF5 SDK for Mesh v3.1.0

I've been going through the nRF Mesh SDK and want to integrate it with my Zephyr project.. Reading through the various blog posts and documentation, it seems that the Mesh SDK can only work with the nRF Soft Device, and so I won't be able to use it with Zephyr.. Is this correct ? Are there any future plans to integrate it with Zephyr RTOS ? 

I basically want to use the DFU part to update the firmware on the Mesh and my firmware is Zephyr based.. If I can't use this, what other alternatives are possible ?

Parents
  • Hi,

    The nRF Mesh SDK is made to work with our Nordic Softdevice(s) so it's not compatible to be used with Zephyr. It's correct that the future plan is to have our mesh SDK integrated to the NCS SDK (which uses Zephyr) however I don't have a clear date on when it would be available (at least not in the next 3-4 months)

    If you need Zephyr and mesh, you can have a look at the mesh implementation in Zephyr. We don't have much experience with this stack unfortunately. 

Reply
  • Hi,

    The nRF Mesh SDK is made to work with our Nordic Softdevice(s) so it's not compatible to be used with Zephyr. It's correct that the future plan is to have our mesh SDK integrated to the NCS SDK (which uses Zephyr) however I don't have a clear date on when it would be available (at least not in the next 3-4 months)

    If you need Zephyr and mesh, you can have a look at the mesh implementation in Zephyr. We don't have much experience with this stack unfortunately. 

Children
Related