Hi,
I am working with KW41Z and I am trying to add ota functionality to my application.
I have played router_eligible_device_ota_client together with host_controlled_device_ota_server and it works very well.
The next step is to add ota client functionality to my own application based on ble_thread_router_wireless_uart. I am trying to do this with instructions included in "Kinetis Thread Stack OTA Firmware Update User’s Guide.pdf".
The problem is that my application can not connect to host_controlled_device_ota_server (CommissionerJoinerDtlsError).
It looks like thread configuration problem but everything inside app_thread_config.h files (my app and server app) are the same.
Where can be the problem?