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 ?