Firmware Update and Burning
Notice
- The firmware is pre-installed at the factory.
Firmware Download
- Firmware Description
wbtn-vX.X.X-X-XXXXXX-full.bin
is a full firmware that needs to be burned from address 0x0. After burning, all configurations will not be retained.wbtn-vX.X.X-X-XXXXXX-delta.bin
is a delta firmware that needs to be burned from address 0x10000. Only the firmware is updated, and existing configurations are not affected.wbtn-vX.X.X-X-XXXXXX-www.bin
is a UI firmware that needs to be burned from address 0x290000. Only the web frontend UI is updated, and existing firmware and configurations are not affected.- Download Firmware Package
Firmware Update
- Power off the
AirClick
and connect the ESP32 programming port ofAirClick
to your computer using the BOOT button.
- Download and unzip the USB flashing tool Click to Download
- Open
flash_download_tool_3.9.4.exe
. Note: After opening the flashing tool, a CMD window will pop up first, followed by the flashing tool interface. Do not close the CMD window. - In the flashing tool, select
ESP32-C3
forChipType:
. - In the flashing tool, select
Develop
forWorkMode:
. - In the flashing tool, select
USB
forLoadMode:
. - Finally, click
OK
. Refer to the following image. - After clicking, the following image will appear.
tip
- The green selected area in the above image must match the picture exactly and cannot be modified.
- Connect AirClick to your computer via USB-TypeC cable.
- Click the blue area 1 in the above image to select the firmware you are burning.
- Click the blue area 2 in the above image to input the burn address.
- Click the blue area 3 in the above image to select the AirClick serial port (if it does not show up, hold down the burn button on the AirClick and then connect to the computer).
- Click the blue area 4 in the above image to set the baud rate to maximum
921600
. - Click the blue area 5 in the above image to start burning. Wait for the burning to complete, and then the AirClick will finish the firmware upgrade (you must wait for the prompt that the burning is complete before disconnecting the data cable from the AirClick).