Dear friend,
I want to implement ota data packet request through my own code. In the \examples\zigbee\ota\client example, line 876-1268 of zb_zcl_ota_upgrade.h finds the api requested by ota data packet. Can I call these APIs?
Dear friend,
I want to implement ota data packet request through my own code. In the \examples\zigbee\ota\client example, line 876-1268 of zb_zcl_ota_upgrade.h finds the api requested by ota data packet. Can I call these APIs?
Hi,
You should be able to use the APIs in the ZCL OTA Upgrade cluster, yes. I would recommend looking at the OTA Upgrade Client example to see how OTA is done there in order to understand how to implement it yourself.
Best regards,
Marte
Hi,
You should be able to use the APIs in the ZCL OTA Upgrade cluster, yes. I would recommend looking at the OTA Upgrade Client example to see how OTA is done there in order to understand how to implement it yourself.
Best regards,
Marte