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

nRF mesh Serialisation Library / driver(includes.h) for host side

I am implemeting serialisation using nRF52 as BLE PHY + STM32 micro as host with UART in between them.

I can see there is example for searilastion under "nrf5_SDK_for_Mesh_v5.0.0_src\examples\serial\src", this is sufficient for nRF52 device which would host softDevice.

My question is where is codec library(mesh api call driver) for host(STM32) side ?

If library exist then is there any example for it ?

Parents Reply
  • Hi,

    Thanks for reference.  By referring to same link I have had raw code block created with help of 3 include files from mesh stack. There is Python script available for evaluation but its for desktop application.

    Is there such evaluation application available for C/C++ using microcontroller ? If there is none, then it implies I'll have to create all application on host side from scratch.

Children
Related