Forums - How to update OTA Zigbee QCA4020

2 posts / 0 new
Last post
How to update OTA Zigbee QCA4020
truonggiangbkak58
Join Date: 23 Jun 22
Posts: 1
Posted: Fri, 2022-06-24 01:15

Dear,

I am building a zigbee gateway using Silex's QCA4020 chip.
My nodes use Silab's MGM210P chip.
I am in need of OTA update via Zigbee for Nodes using my Gateway but there is too little information.
I found in the QCLI_demo example there is an OTA Zigbee update.
Can someone tell me step by step how to do it.
The firmware.bin file used for the update I will download from the cloud over HTTP.
I need it very urgently.
Thank you,
  • Up0
  • Down0
c_rpedad
Profile picture
Join Date: 18 Jun 18
Location: San Jose
Posts: 317
Posted: Wed, 2022-10-05 11:58

Zigbee Commands: (server)

zigbee initialize

zigbee setextaddress 0x1234

zigbee zcl createendpoint 1 9

zigbee form 1

zigbee permitjoin 255

 

Zigbee Commands: (client)

zigbee initialize

zigbee setextaddress 0x4321

zigbee zcl createendpoint 1 11

zigbee join 1 1

[ Wait to Join]

zigbee ota discoverserver 0 1

zigbee ota StartTransfer 1

/* Reboot the device*/

FwUp trial 0

 

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.