This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: ota_server軟體在看見node出現後能不能不要自己開始ota???

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: Z-STACK

hi yk

你上次教我的那個ota_client.c檔案裡 的

otaClient_ProcessQueryServerClkStructTimeoutCallback函式裡把

otaClientEvents |= ZCL_OTA_QUERY_SERVER_EVT;蓋掉.

ota_server軟體就不會看見node出現就自動ota。

(一樣是 zc_gapp 配 zr_ota_server , +zed幾個, 全部都是自己的硬體,不是開發板了)

但現在試sdk v510變成.

把這個ZCL_OTA_QUERY_SERVER_EVT事件蓋掉後, 燒進去zed後,

入網在ota_server軟體出現node 時,就算手動用image notify也沒反應了???

只是好像會跟你要一個endpoint的位址,我就寫0xff.但還是沒反應.

是不是要再改其他地方.

就不要再node出現就十幾秒後就自動ota了.

一定要image notify才行.

謝謝.