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

How to integrate DFU to light switch dimming client example?

Hi,

I need DFU feature on light_switch_dimming_client_nrf52832_xxAA_s132_7.0.1 example i tried including 

mesh_stack_init_params_t init_params =
{
.core.irq_priority = NRF_MESH_IRQ_PRIORITY_LOWEST,
.core.lfclksrc = DEV_BOARD_LF_CLK_CFG,
.core.p_uuid = NULL,
.models.models_init_cb = models_init_cb,
.models.config_server_cb = config_server_evt_cb
};
ERROR_CHECK(mesh_stack_init(&init_params, &m_device_provisioned));

and     ERROR_CHECK(mesh_stack_start());

according to document https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v3.1.0%2Fmd_doc_libraries_dfu_dfu_protocol.html 

but DFU is not implemented please help on this

Thanks,

Krupashankar

Parents Reply Children
No Data
Related