Flashing of Zigbee Coordinator CC2652P
A while back (when deciding if I should stick with HomeAssistant) I purchased a Zigbee CC2652P Coordinator v4 USB Dongle Stick from Ebay. Unfortunately, 4 years later when I got my first non-alexa/homeassistant compatable remotes (Zigbee only), I wanted to make sure the firmware was up to date. I could not find the original seller or documentation, but I was able to find this article which helped me flash the device.
https://smartlight.me/diy-smart-home/flashing_slzb-02
Thank you Smartlight for the article.
1. Download flasher for Windows by this link: https://smartlight.me/files/support/flashers/flasher_cc2538.zip. Unzip it to the root folder C:\
2. Download firmware for CC2652P module: https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator/Z-Stack_3.x.0/bin (use CC1352P2_CC2652P_other_*). Unzip it to the root folder C:\.
3. Install drivers for CH340 chip (you can follow this manual https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all).
4. Press FLASH Button, put the dongle into USB, and release the FLASH button
5. Identify the COM port to which your dongle is connected (if your COM-port is not identified by the Windows – this means that the USB driver for CH340 IC doesn’t get automatically installed but it shows up and could be installed in the “Optional Updates” in Windows Update)
6. Open terminal (Widows+R, enter CMD, and press Enter). Go to the root folder by executing command within Terminal
cd C:\
7. Run the following command in Terminal
flasher_cc2538.exe -p COM8 -ewv CC1352P2_CC2652P_other_coordinator_20210120.hex
8. Wait till finish (message “Verified”).
9. If needed, unplug and plug your Zigbee coordinator.