diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/foc.iml b/.idea/foc.iml
new file mode 100644
index 0000000..8b8c395
--- /dev/null
+++ b/.idea/foc.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..139f2e1
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..a2e120d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..0437867
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index a88e6bc..c9a3366 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
`程序附件都在`gitee [https://gitee.com/coll45/foc](https://gitee.com/coll45/foc)
-![V3](../image/v3image.jpg)
+![V3](./image/v3image.jpg)
图片中间为立创彩色丝印版本,左右为最终V3版本(磁编码器集成到pcb中心)。均可以摇摆平衡,使用3205电机
- cn3300充电部分设计充电截至电压12.72V(考虑到电池内阻,最终充满电压为12.43V),充电电流0.5A,电感电流1A。充电功率为5W`(充电会电感部分会烫,但不至于烧毁电路)`
@@ -75,13 +75,13 @@ SMT注意:
### 3 使用说明
1. 下载完本git所有文件后,打开文件夹V3/bin/flash_download_tool_3.9.2.exe
-2. 打开flash_download_tool后选择chip Type "ESP32",然后点OK,在第五行选择target.bin,烧录到0x000位置![bin](../image/bin.png)
-3. 使用CH340下载器,将下载器的TXD\RXD\GND用杜邦线引出,对准PCB的ESP32正上方的GND\RXD\TXD,接法为TXD-TXD\RXD-RXD\GND-GND
-4. PCB焊好后,打开电源同时按住boot和RESET按钮,先松开RESET,然后松开boot进入下载模式后点START开始程序烧录
+2. 打开flash_download_tool后选择chip Type "ESP32",然后点OK,在第五行选择target.bin,烧录到0x000位置![bin](./image/bin.png)
+3. 使用CH340下载器,将下载器的TXD\RXD\GND用杜邦线引出,对准PCB的ESP32正上方的GND\TXD\RXD,接法为TXD-RXD\RXD-TXD\GND-GND
+4. PCB焊好后,打开电源同时按住BOOT和RESET按钮,先松开RESET,然后松开BOOT进入下载模式后点START开始程序烧录
5. 如需修改参数,长按点赞触摸盘,可以打开wifi并停止电机。
6. 打开本项目内的`python_gui`内的`可执行文件_main`内的**main.exe**并连接上WIFI:ESP32 。点击设置开始调参。
7. 连接成功后,点击disable,然后逆时针拨动动量轮,查看上位机中V参数是否为正值。注意!如果 逆时针转为为负值 那么需要将电机线任意两线互换。
-![Image text](../image/tiaocan.gif)
+![Image text](./image/tiaocan.gif)
8. 如果电机不能正常运行可以,点击上位机中最下方的 测试部分 ,打开电压或者速度测试,滑动滑条,查看电机能否正常运行。如还不能请检测硬件电路部分。
9. 如果不能摇摆直立,推荐调整的参数为TA、SA、SV
10. K值可以用滑块调整,拖动滑块就会发送参数命令,但是调整到合适值之后需要自行在Arduino的main中修改再烧录一次
diff --git a/v3/bin/configure/esp32/spi_download.conf b/v3/bin/configure/esp32/spi_download.conf
index 49d15ee..a33b3d1 100644
--- a/v3/bin/configure/esp32/spi_download.conf
+++ b/v3/bin/configure/esp32/spi_download.conf
@@ -84,7 +84,7 @@ flash_write_size = 1024
[DOWNLOAD]
autostart1 = 0
-com_port1 = COM61
+com_port1 = COM12
baudrate1 = 5
checkmac1 = 1
erase_flash_en = True
diff --git a/v3/bin/logs/4022D801A5A8.txt b/v3/bin/logs/4022D801A5A8.txt
new file mode 100644
index 0000000..b51eac5
--- /dev/null
+++ b/v3/bin/logs/4022D801A5A8.txt
@@ -0,0 +1,47 @@
+*************************** START ****************************
+START TIME: 202306071441
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd801a5a8
+mac h: 0xc44022
+crc_cal: 196
+crc_read: 196
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.9 seconds (effective 795.2 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 14 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071442
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D801A5C0.txt b/v3/bin/logs/4022D801A5C0.txt
new file mode 100644
index 0000000..eeaf9f2
--- /dev/null
+++ b/v3/bin/logs/4022D801A5C0.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306081553
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd801a5c0
+mac h: 0x634022
+crc_cal: 99
+crc_read: 99
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.3 seconds (effective 858.0 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 23 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D801A5DC.txt b/v3/bin/logs/4022D801A5DC.txt
new file mode 100644
index 0000000..03d2cda
--- /dev/null
+++ b/v3/bin/logs/4022D801A5DC.txt
@@ -0,0 +1,101 @@
+*************************** START ****************************
+START TIME: 202306071416
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd801a5dc
+mac h: 0x5d4022
+crc_cal: 93
+crc_read: 93
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 12 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071416
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd801a5dc
+mac h: 0x5d4022
+crc_cal: 93
+crc_read: 93
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 12 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071417
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 6 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071417
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd801a5dc
+mac h: 0x5d4022
+crc_cal: 93
+crc_read: 93
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 869.7 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 11 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D801A5E0.txt b/v3/bin/logs/4022D801A5E0.txt
new file mode 100644
index 0000000..8a46649
--- /dev/null
+++ b/v3/bin/logs/4022D801A5E0.txt
@@ -0,0 +1,64 @@
+*************************** START ****************************
+START TIME: 202306081553
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd801a5e0
+mac h: 0x404022
+crc_cal: 64
+crc_read: 64
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 873.0 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306081553
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 7 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306081553
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 7 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D801A5EC.txt b/v3/bin/logs/4022D801A5EC.txt
new file mode 100644
index 0000000..7cb40b8
--- /dev/null
+++ b/v3/bin/logs/4022D801A5EC.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306101620
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd801a5ec
+mac h: 0xe34022
+crc_cal: 227
+crc_read: 227
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 845.4 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D801A5F4.txt b/v3/bin/logs/4022D801A5F4.txt
new file mode 100644
index 0000000..09a7076
--- /dev/null
+++ b/v3/bin/logs/4022D801A5F4.txt
@@ -0,0 +1,47 @@
+*************************** START ****************************
+START TIME: 202306101627
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd801a5f4
+mac h: 0xbc4022
+crc_cal: 188
+crc_read: 188
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.6 seconds (effective 828.1 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101628
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+set STOP FLG: Truecom closed
+Use time: 29 s
+Download result: FAIL
+*************************** END ****************************
+
+set state: ESP_DL_STOP
diff --git a/v3/bin/logs/4022D807F498.txt b/v3/bin/logs/4022D807F498.txt
new file mode 100644
index 0000000..dc6d136
--- /dev/null
+++ b/v3/bin/logs/4022D807F498.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071410
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd807f498
+mac h: 0x184022
+crc_cal: 24
+crc_read: 24
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.5 seconds (effective 832.4 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 11 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D807F4A0.txt b/v3/bin/logs/4022D807F4A0.txt
new file mode 100644
index 0000000..832e710
--- /dev/null
+++ b/v3/bin/logs/4022D807F4A0.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071418
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd807f4a0
+mac h: 0x644022
+crc_cal: 100
+crc_read: 100
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 845.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D807F55C.txt b/v3/bin/logs/4022D807F55C.txt
new file mode 100644
index 0000000..93a8937
--- /dev/null
+++ b/v3/bin/logs/4022D807F55C.txt
@@ -0,0 +1,115 @@
+*************************** START ****************************
+START TIME: 202306101622
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd807f55c
+mac h: 0x774022
+crc_cal: 119
+crc_read: 119
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.3 seconds (effective 854.4 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101623
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 13 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101623
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 18 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101623
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 29 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101624
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 25 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101624
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 15 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D807F570.txt b/v3/bin/logs/4022D807F570.txt
new file mode 100644
index 0000000..067353f
--- /dev/null
+++ b/v3/bin/logs/4022D807F570.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306091613
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd807f570
+mac h: 0xf74022
+crc_cal: 247
+crc_read: 247
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 862.0 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 11 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D807F5D4.txt b/v3/bin/logs/4022D807F5D4.txt
new file mode 100644
index 0000000..2445b1c
--- /dev/null
+++ b/v3/bin/logs/4022D807F5D4.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306101615
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd807f5d4
+mac h: 0x394022
+crc_cal: 57
+crc_read: 57
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 862.8 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D807F5DC.txt b/v3/bin/logs/4022D807F5DC.txt
new file mode 100644
index 0000000..630d0ff
--- /dev/null
+++ b/v3/bin/logs/4022D807F5DC.txt
@@ -0,0 +1,47 @@
+*************************** START ****************************
+START TIME: 202306101617
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd807f5dc
+mac h: 0xfb4022
+crc_cal: 251
+crc_read: 251
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.9 seconds (effective 793.2 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 11 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101620
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 11 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D807F5E8.txt b/v3/bin/logs/4022D807F5E8.txt
new file mode 100644
index 0000000..ad65a8c
--- /dev/null
+++ b/v3/bin/logs/4022D807F5E8.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071440
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd807f5e8
+mac h: 0x244022
+crc_cal: 36
+crc_read: 36
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 873.8 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/4022D807F60C.txt b/v3/bin/logs/4022D807F60C.txt
new file mode 100644
index 0000000..d6326d2
--- /dev/null
+++ b/v3/bin/logs/4022D807F60C.txt
@@ -0,0 +1,47 @@
+*************************** START ****************************
+START TIME: 202306101621
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0xd807f60c
+mac h: 0xf94022
+crc_cal: 249
+crc_read: 249
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 848.2 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101621
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 7 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBACBC4.txt b/v3/bin/logs/C8F09EBACBC4.txt
new file mode 100644
index 0000000..3d4e28e
--- /dev/null
+++ b/v3/bin/logs/C8F09EBACBC4.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071456
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebacbc4
+mac h: 0x86c8f0
+crc_cal: 134
+crc_read: 134
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.3 seconds (effective 852.6 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBACBCC.txt b/v3/bin/logs/C8F09EBACBCC.txt
new file mode 100644
index 0000000..182e4a2
--- /dev/null
+++ b/v3/bin/logs/C8F09EBACBCC.txt
@@ -0,0 +1,47 @@
+*************************** START ****************************
+START TIME: 202306071457
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebacbcc
+mac h: 0x44c8f0
+crc_cal: 68
+crc_read: 68
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 865.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071458
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBACC78.txt b/v3/bin/logs/C8F09EBACC78.txt
new file mode 100644
index 0000000..15af559
--- /dev/null
+++ b/v3/bin/logs/C8F09EBACC78.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071458
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebacc78
+mac h: 0x79c8f0
+crc_cal: 121
+crc_read: 121
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 847.0 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 12 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBACE4C.txt b/v3/bin/logs/C8F09EBACE4C.txt
new file mode 100644
index 0000000..b664f24
--- /dev/null
+++ b/v3/bin/logs/C8F09EBACE4C.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071458
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebace4c
+mac h: 0x37c8f0
+crc_cal: 55
+crc_read: 55
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 846.5 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBACF30.txt b/v3/bin/logs/C8F09EBACF30.txt
new file mode 100644
index 0000000..6df09b5
--- /dev/null
+++ b/v3/bin/logs/C8F09EBACF30.txt
@@ -0,0 +1,64 @@
+*************************** START ****************************
+START TIME: 202306071427
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebacf30
+mac h: 0xa8c8f0
+crc_cal: 168
+crc_read: 168
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.3 seconds (effective 855.1 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071428
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071428
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 9 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC3590.txt b/v3/bin/logs/C8F09EBC3590.txt
new file mode 100644
index 0000000..5681ac2
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC3590.txt
@@ -0,0 +1,57 @@
+*************************** START ****************************
+START TIME: 202306081551
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc3590
+mac h: 0xa8c8f0
+crc_cal: 168
+crc_read: 168
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 11 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306081552
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc3590
+mac h: 0xa8c8f0
+crc_cal: 168
+crc_read: 168
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 864.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC35AC.txt b/v3/bin/logs/C8F09EBC35AC.txt
new file mode 100644
index 0000000..ddeb903
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC35AC.txt
@@ -0,0 +1,47 @@
+*************************** START ****************************
+START TIME: 202306101616
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc35ac
+mac h: 0xb5c8f0
+crc_cal: 181
+crc_read: 181
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 848.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 11 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101617
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 7 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5E38.txt b/v3/bin/logs/C8F09EBC5E38.txt
index e931eb4..9067383 100644
--- a/v3/bin/logs/C8F09EBC5E38.txt
+++ b/v3/bin/logs/C8F09EBC5E38.txt
@@ -28,3 +28,33 @@ Use time: 16 s
Download result: PASS
*************************** END ****************************
+*************************** START ****************************
+START TIME: 202306071444
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5e38
+mac h: 0xbcc8f0
+crc_cal: 188
+crc_read: 188
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 878.6 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5E54.txt b/v3/bin/logs/C8F09EBC5E54.txt
index 2221e92..468274d 100644
--- a/v3/bin/logs/C8F09EBC5E54.txt
+++ b/v3/bin/logs/C8F09EBC5E54.txt
@@ -45,3 +45,33 @@ Use time: 9 s
Download result: FAIL
*************************** END ****************************
+*************************** START ****************************
+START TIME: 202306071443
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5e54
+mac h: 0x7ac8f0
+crc_cal: 122
+crc_read: 122
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 872.1 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5E80.txt b/v3/bin/logs/C8F09EBC5E80.txt
new file mode 100644
index 0000000..ac15be3
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5E80.txt
@@ -0,0 +1,64 @@
+*************************** START ****************************
+START TIME: 202306101630
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5e80
+mac h: 0x4cc8f0
+crc_cal: 76
+crc_read: 76
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 867.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 11 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101631
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101631
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 17 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5E8C.txt b/v3/bin/logs/C8F09EBC5E8C.txt
index 314f1a4..07be498 100644
--- a/v3/bin/logs/C8F09EBC5E8C.txt
+++ b/v3/bin/logs/C8F09EBC5E8C.txt
@@ -28,3 +28,33 @@ Use time: 15 s
Download result: PASS
*************************** END ****************************
+*************************** START ****************************
+START TIME: 202306071408
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5e8c
+mac h: 0xefc8f0
+crc_cal: 239
+crc_read: 239
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 879.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 12 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5E98.txt b/v3/bin/logs/C8F09EBC5E98.txt
new file mode 100644
index 0000000..9c043e9
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5E98.txt
@@ -0,0 +1,143 @@
+*************************** START ****************************
+START TIME: 202306170214
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5e98
+mac h: 0x13c8f0
+crc_cal: 19
+crc_read: 19
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 868.3 kbit/s)...
+File md5: 826ad0b8ec5f977f36e9eff86aa7838eFlash md5: 210402297a30bd92928be8f05719830eMD5 of 0xFF is a29dfdec65325510b3e8375008de974dcom closed
+Use time: 11 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170214
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5e98
+mac h: 0x13c8f0
+crc_cal: 19
+crc_read: 19
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 879.2 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170216
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 25 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170217
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 3 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170217
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170217
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 32 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170218
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 10 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5E9C.txt b/v3/bin/logs/C8F09EBC5E9C.txt
new file mode 100644
index 0000000..985f277
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5E9C.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306101557
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5e9c
+mac h: 0x72c8f0
+crc_cal: 114
+crc_read: 114
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 859.6 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5EA0.txt b/v3/bin/logs/C8F09EBC5EA0.txt
new file mode 100644
index 0000000..4598bc8
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5EA0.txt
@@ -0,0 +1,74 @@
+*************************** START ****************************
+START TIME: 202306071429
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ea0
+mac h: 0x6fc8f0
+crc_cal: 111
+crc_read: 111
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 9 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071430
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ea0
+mac h: 0x6fc8f0
+crc_cal: 111
+crc_read: 111
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.6 seconds (effective 826.4 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071431
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 6 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5EA4.txt b/v3/bin/logs/C8F09EBC5EA4.txt
new file mode 100644
index 0000000..9e47018
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5EA4.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306101635
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ea4
+mac h: 0xec8f0
+crc_cal: 14
+crc_read: 14
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.0 seconds (effective 886.0 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5EB0.txt b/v3/bin/logs/C8F09EBC5EB0.txt
new file mode 100644
index 0000000..0074f24
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5EB0.txt
@@ -0,0 +1,74 @@
+*************************** START ****************************
+START TIME: 202306071428
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5eb0
+mac h: 0xf2c8f0
+crc_cal: 242
+crc_read: 242
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 13 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071429
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 6 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071429
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5eb0
+mac h: 0xf2c8f0
+crc_cal: 242
+crc_read: 242
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 845.1 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 12 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5EBC.txt b/v3/bin/logs/C8F09EBC5EBC.txt
new file mode 100644
index 0000000..d9de81f
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5EBC.txt
@@ -0,0 +1,47 @@
+*************************** START ****************************
+START TIME: 202306170225
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ebc
+mac h: 0x51c8f0
+crc_cal: 81
+crc_read: 81
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 847.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170226
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 12 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5EC4.txt b/v3/bin/logs/C8F09EBC5EC4.txt
new file mode 100644
index 0000000..48cba53
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5EC4.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306101634
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ec4
+mac h: 0x6bc8f0
+crc_cal: 107
+crc_read: 107
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.2 seconds (effective 860.6 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5EC8.txt b/v3/bin/logs/C8F09EBC5EC8.txt
new file mode 100644
index 0000000..5f3b6a9
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5EC8.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071437
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ec8
+mac h: 0xc8c8f0
+crc_cal: 200
+crc_read: 200
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.3 seconds (effective 853.1 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5ED0.txt b/v3/bin/logs/C8F09EBC5ED0.txt
new file mode 100644
index 0000000..7f963f1
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5ED0.txt
@@ -0,0 +1,98 @@
+*************************** START ****************************
+START TIME: 202306071419
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ed0
+mac h: 0x97c8f0
+crc_cal: 151
+crc_read: 151
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 878.2 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071419
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 7 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071420
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071420
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 12 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306071420
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 27 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5EE0.txt b/v3/bin/logs/C8F09EBC5EE0.txt
new file mode 100644
index 0000000..73df5f7
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5EE0.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071442
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ee0
+mac h: 0x29c8f0
+crc_cal: 41
+crc_read: 41
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 875.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC5EF8.txt b/v3/bin/logs/C8F09EBC5EF8.txt
new file mode 100644
index 0000000..f503081
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC5EF8.txt
@@ -0,0 +1,47 @@
+*************************** START ****************************
+START TIME: 202306170218
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc5ef8
+mac h: 0x76c8f0
+crc_cal: 118
+crc_read: 118
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.1 seconds (effective 879.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170219
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 4 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC6A08.txt b/v3/bin/logs/C8F09EBC6A08.txt
new file mode 100644
index 0000000..ae300fa
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC6A08.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306101633
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc6a08
+mac h: 0x14c8f0
+crc_cal: 20
+crc_read: 20
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 848.2 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC7888.txt b/v3/bin/logs/C8F09EBC7888.txt
new file mode 100644
index 0000000..c72e5f9
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC7888.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306101629
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc7888
+mac h: 0xe5c8f0
+crc_cal: 229
+crc_read: 229
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.5 seconds (effective 830.5 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 14 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC7890.txt b/v3/bin/logs/C8F09EBC7890.txt
new file mode 100644
index 0000000..d1e3f31
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC7890.txt
@@ -0,0 +1,64 @@
+*************************** START ****************************
+START TIME: 202306101631
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc7890
+mac h: 0xbac8f0
+crc_cal: 186
+crc_read: 186
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.5 seconds (effective 834.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101632
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 9 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101632
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 19 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC7898.txt b/v3/bin/logs/C8F09EBC7898.txt
new file mode 100644
index 0000000..4c2acd3
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC7898.txt
@@ -0,0 +1,172 @@
+*************************** START ****************************
+START TIME: 202306170226
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc7898
+mac h: 0x78c8f0
+crc_cal: 120
+crc_read: 120
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 4 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170226
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 6 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170227
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc7898
+mac h: 0x78c8f0
+crc_cal: 120
+crc_read: 120
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170227
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc7898
+mac h: 0x78c8f0
+crc_cal: 120
+crc_read: 120
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 3 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170227
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc7898
+mac h: 0x78c8f0
+crc_cal: 120
+crc_read: 120
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+com closed
+Use time: 4 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170228
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 6 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306170228
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc7898
+mac h: 0x78c8f0
+crc_cal: 120
+crc_read: 120
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.5 seconds (effective 830.5 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBC789C.txt b/v3/bin/logs/C8F09EBC789C.txt
new file mode 100644
index 0000000..a184934
--- /dev/null
+++ b/v3/bin/logs/C8F09EBC789C.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306101558
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebc789c
+mac h: 0x19c8f0
+crc_cal: 25
+crc_read: 25
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.3 seconds (effective 850.9 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 10 s
+Download result: PASS
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBCFEB4.txt b/v3/bin/logs/C8F09EBCFEB4.txt
new file mode 100644
index 0000000..384d5e8
--- /dev/null
+++ b/v3/bin/logs/C8F09EBCFEB4.txt
@@ -0,0 +1,115 @@
+*************************** START ****************************
+START TIME: 202306101624
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebcfeb4
+mac h: 0x7dc8f0
+crc_cal: 125
+crc_read: 125
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.4 seconds (effective 843.5 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 26 s
+Download result: PASS
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101625
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101626
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+set STOP FLG: Truecom closed
+Use time: 18 s
+Download result: FAIL
+*************************** END ****************************
+
+set state: ESP_DL_STOP
+*************************** START ****************************
+START TIME: 202306101626
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+set STOP FLG: Truecom closed
+Use time: 31 s
+Download result: FAIL
+*************************** END ****************************
+
+set state: ESP_DL_STOP
+*************************** START ****************************
+START TIME: 202306101627
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 5 s
+Download result: FAIL
+*************************** END ****************************
+
+*************************** START ****************************
+START TIME: 202306101627
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+com closed
+Use time: 13 s
+Download result: FAIL
+*************************** END ****************************
+
diff --git a/v3/bin/logs/C8F09EBD2230.txt b/v3/bin/logs/C8F09EBD2230.txt
new file mode 100644
index 0000000..c2626f2
--- /dev/null
+++ b/v3/bin/logs/C8F09EBD2230.txt
@@ -0,0 +1,30 @@
+*************************** START ****************************
+START TIME: 202306071415
+CONNECT BAUD: 115200
+set state: ESP_DL_SYNC
+serial port opened
+-----------
+baud:115200
+root baud:115200
+-------------
+===============BAUD : 115200===============CALL DEVICE SYNC
+connecting...
+chip sync ok
+mac l: 0x9ebd2230
+mac h: 0x2ec8f0
+crc_cal: 46
+crc_read: 46
+crc_test: 0
+ESP32 MAC CRC OK
+get mac res: 1
+get flash id : 0x0016405e
+manufacturer_id: 0x5e
+device_id: 0x4016
+
Wrote 886032 bytes (547253 compressed) at 0x00000000 in 8.6 seconds (effective 821.5 kbit/s)...
+Hash of data verified.
+Leaving...
+com closed
+Use time: 17 s
+Download result: PASS
+*************************** END ****************************
+