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

nRF5340-DK and Bluetooth mesh chat example.

why doesn't the mesh chat example work on nrf5340?

I know it's not included in the list of supported platforms, but I'm trying to figure out why.

I can compile and upload the project to a nRF52840-DK and it works just fine, but trying to do the same with a nRF5340-DK gives error code -134 on the bt_mesh_init() function, why?

Parents Reply Children
  • Ah, set CONFIG_BT_LL_SW_SPLIT in the network core, now I get it.

    I managed to solve the problem by doing as you said and then flash the device with the nRF connect programmer, but when I flashed the device from the terminal using "west flash", then the chat project replaced the network core with it's own version, without the CONFIG_BT_LL_SW_SPLIT parameter set, even when it was correctly set in the chat example project.

Related