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

mesh examples not working

Hello i am using segger studio i have recently purchased three nrf52dk speically for ble mesh.. i am trying to run examples of mesh alpha sdk that nordiac prvodies but it has some errors ...

<t:          0>, main.c,  139, ----- Bluetooth Mesh Beacon Example -----
<t:          0>, nrf_mesh_sdk.c,  181, Initializing softdevice
<t:          0>, nrf_mesh_sdk.c,  122, Initializing SoftDevice...
<t:          1>, nrf_mesh_sdk.c,  131, Ram base: 0x200031B0
<t:         18>, nrf_mesh_sdk.c,  191, Initializing mesh stack
<t:        498>, nrf_mesh_sdk.c,   78, MESH ASSERT at 0x00028C1A
Parents
  • Hello sorry for insufficient inquiry and thank you for considering to answer this question.. I am using Segger studio on mac..mesh version is V0.10.1 alpha ... i am susing nrf52DK.. and softdevice is s132.. and the error is in function

    __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, "Initializing mesh stack\n");
        nrf_mesh_init_params_t mesh_init_params = {
            .lfclksrc = lfc_cfg,
            .assertion_handler = mesh_assert_handler,
        };
        *** --- >>>  ERROR_CHECK(nrf_mesh_init(&mesh_init_params)); *** ---- <<<<<....
    

    and if you can tell me where to look for an error i will surely find it and look forward to solution..

Reply
  • Hello sorry for insufficient inquiry and thank you for considering to answer this question.. I am using Segger studio on mac..mesh version is V0.10.1 alpha ... i am susing nrf52DK.. and softdevice is s132.. and the error is in function

    __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, "Initializing mesh stack\n");
        nrf_mesh_init_params_t mesh_init_params = {
            .lfclksrc = lfc_cfg,
            .assertion_handler = mesh_assert_handler,
        };
        *** --- >>>  ERROR_CHECK(nrf_mesh_init(&mesh_init_params)); *** ---- <<<<<....
    

    and if you can tell me where to look for an error i will surely find it and look forward to solution..

Children
No Data
Related