代码更新支持到simplefoc2.3.2版本

master
zrg 2024-04-01 02:09:59 +08:00
parent ef9c8306cf
commit 1b718b4d6e
304 changed files with 33672 additions and 24527 deletions

12
.idea/foc.iml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>

View File

@ -0,0 +1,15 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoredPackages">
<value>
<list size="2">
<item index="0" class="java.lang.String" itemvalue="pyqtgraph" />
<item index="1" class="java.lang.String" itemvalue="PyQt5" />
</list>
</value>
</option>
</inspection_tool>
</profile>
</component>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/foc.iml" filepath="$PROJECT_DIR$/.idea/foc.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

38
.idea/workspace.xml Normal file
View File

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="3bdd3f75-40e9-4320-ad9f-0fbc21519c8b" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/v3/bin/logs/C8F09EBC78A4.txt" beforeDir="false" afterPath="$PROJECT_DIR$/v3/bin/logs/C8F09EBC78A4.txt" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProjectId" id="2biEdz0xP3m2q4j5TDRcE3vkBgB" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="3bdd3f75-40e9-4320-ad9f-0fbc21519c8b" name="Changes" comment="" />
<created>1706689591743</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1706689591743</updated>
</task>
<servers />
</component>
</project>

View File

@ -80,18 +80,17 @@ 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\TXD\RXD接法为TXD-RXD\RXD-TXD\GND-GND
4. PCB焊好后打开电源同时按住BOOT和RESET按钮先松开RESET然后松开BOOT进入下载模式后点START开始程序烧录
5. 如需修改参数长按点赞触摸盘可以打开wifi并停止电机。
6. 打开本项目内的`python_gui`内的`可执行文件_main`内的**main.exe**并连接上WIFIESP32 。点击设置开始调参。
7. 连接成功后点击disable然后逆时针拨动动量轮查看上位机中V参数是否为正值。注意如果<font color='red'> 逆时针转为为负值 </font>那么需要将电机线任意两线互换。
![Image text](./image/tiaocan.gif)
8. 如果电机不能正常运行可以,点击上位机中最下方的<font color='red'> 测试部分 </font>,打开电压或者速度测试,滑动滑条,查看电机能否正常运行。如还不能请检测硬件电路部分。
9. 如果不能摇摆直立推荐调整的参数为TA、SA、SV
10. K值可以用滑块调整拖动滑块就会发送参数命令但是调整到合适值之后需要自行在Arduino的main中修改再烧录一次
11. 滑条:最左边输入框为滑块下限,右边是滑块上限,滑条等分成**200**份,命令是**字符串**,滑动滑块发送**字符串** + **数值**
12. arduino文件夹为环境可以自行修改代码编译
2. 打开flash_download_tool后选择chip Type "ESP32",然后点OK在第五行选择target.bin烧录到0x000位置![bin.png](//image.lceda.cn/pullimage/0ajASfQTcPpNFzxUH7vFEisb5yv1siHpA1djrdE1.png)
3. 使用CH340下载器将下载器的TXD\RXD\GND用杜邦线引出对准PCB的ESP32正上方的GND\RXD\TXD接法为TXD-RXD\RXD-TXD\GND-GND
4. PCB焊好后保证esp32的供电电压为3.3V打开电源同时按住boot和RESET按钮先松开RESET然后松开boot进入下载模式后点START开始程序烧录
5. 到这一步就可以打开开关三角形就可以三个角都平衡了。如果不能平衡就参考文档最下方Q&A。
6. WIFI调参功能只能是硬件正常情况下使用。如需修改参数长按点赞触摸盘可以打开wifi并停止电机。
7. 打开本项目内的`python_gui`内的`可执行文件_main`内的**main.exe**并连接上WIFIESP32 。点击设置开始调参。
![tiaocan.gif](//image.lceda.cn/pullimage/YkcLUmGOs8egvLmQoCGskOwLnaBcuPhgRfFM5hZS.gif)
8. 如果不能摇摆直立推荐调整的参数为TA、SA、SV
9. K值可以用滑块调整拖动滑块就会发送参数命令但是调整到合适值之后需要自行在Arduino的main中修改再烧录一次
10. 滑条:最左边输入框为滑块下限,右边是滑块上限,滑条等分成**200**份,命令是**字符串**,滑动滑块发送**字符串** + **数值**
11. arduino文件夹为环境可以自行修改代码编译simplefoc版本需要为2.3.2
比如让平衡角度为90度则输入TA90并且会存入eeprom的位置0中 注wifi发送**命令不能过快**因为每次都会保存进eepromK参数没有保存到EEPROM所以可以使用滑条调整。
@ -165,3 +164,19 @@ wifi效果以及按键面修复代码作者——muyan
1. 45coll电子交流群:824113552(已满)
2. 45coll电子交流2群:587563225
### 8 Q&A
1. Q:设计图看不见了
>A:立创版本管理问题更新工程PCB后预览消失需要查看项目PCB可以点下方点赞左边的**克隆**,将工程克隆到自己编辑器就可以查看
2. Q:全部焊接好后、无法烧录程序
>A:需要使用三个锂电池供电才能正常工作然后打开开关后确保mpu6050的供电有5V然后esp32芯片供电有3.3V其次才能烧录程序后RGB灯效能正常转三圈说明程序烧录进去了
>供电不正常请检查焊接可以去掉后级的MT2492芯片查看前级供电是否正常
>供电正常无法烧录程序可以试试调换ch340烧录器的TX、RX的杜邦线
3. Q:烧录完成电机不转
>A:烧录完成后RGB灯效转三圈电机不动或抖动然后就灭了或者重启那么是电机驱动部分电路没焊好可以试试换掉电机驱动部分的六个AP2300mos管换了mos管之后发现也不行可以换eg2133试试。原因推测:电烙铁没有接地焊接的时候静电击穿mos管
>小概率可能你忘记接电机线了也可能接电机线的时候接反了导致3p底座的2p短路了更换3p底座可以解决。
4. Q:电机初始化正常,但是不平衡
>A:可以试试重新电机初始化,电机初始化是指在第一次上电的时候电机能够顺滑的左右转动,进行磁编码器的电角度确定。重新初始化可以长按点赞的触摸盘然后重启。
>如果是能够摇摆到平衡角度但是平衡一两秒就倒下了有90%可能是mpu6050的问题需要进行更换。作者我做了数百个三角形后发现mpu6050坏的概率有5%,均更换新的好了)
>更换mpu6050后还不好玄学问题可以进群讨论我遇到两个无论换了什么元器件也修不好的

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231336
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: 0xf9004d94
mac h: 0xb208d1
crc_cal: 178
crc_read: 178
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 838.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 13 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180054
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: 0xf9004ff8
mac h: 0xe508d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 831.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311170314
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: 0xf9006fe4
mac h: 0x1a08d1
crc_cal: 26
crc_read: 26
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 828.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152303
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: 0xf9007004
mac h: 0x708d1
crc_cal: 7
crc_read: 7
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.1 seconds (effective 803.6 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301601
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: 0xf9007010
mac h: 0xfb08d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 833.5 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311170312
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: 0xf9007024
mac h: 0x2408d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 826.5 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152305
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: 0xf9007030
mac h: 0xd808d1
crc_cal: 216
crc_read: 216
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 823.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152308
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: 0xf900749c
mac h: 0xef08d1
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 918432 bytes (567141 compressed) at 0x00000000 in 9.2 seconds (effective 801.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311170315
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: 0xf90074a0
mac h: 0xf208d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 826.8 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152258
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: 0xf90074a4
mac h: 0x9308d1
crc_cal: 147
crc_read: 147
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.1 seconds (effective 808.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311170315
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: 0xf90074b0
mac h: 0x6f08d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 821.6 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311161402
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: 0xf90074c0
mac h: 0x9708d1
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 918432 bytes (567141 compressed) at 0x00000000 in 9.6 seconds (effective 762.8 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 12 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180050
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: 0xf9008a88
mac h: 0x5608d1
crc_cal: 86
crc_read: 86
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 823.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231339
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: 0xf900a080
mac h: 0xb208d1
crc_cal: 178
crc_read: 178
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 827.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180059
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: 0xf900a4ac
mac h: 0x908d1
crc_cal: 9
crc_read: 9
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 828.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231338
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: 0xf900a858
mac h: 0x5108d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 833.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 13 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171338
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: 0xf900b358
mac h: 0x9e08d1
crc_cal: 158
crc_read: 158
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 834.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230214
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: 0xf900b360
mac h: 0xe208d1
crc_cal: 226
crc_read: 226
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 838.2 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230215
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: 0xf900b37c
mac h: 0xdc08d1
crc_cal: 220
crc_read: 220
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 839.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230212
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: 0xf900b394
mac h: 0xf708d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 822.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171526
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: 0xf900b3b4
mac h: 0xd408d1
crc_cal: 212
crc_read: 212
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 844.6 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 17 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171347
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: 0xf900b3bc
mac h: 0x1608d1
crc_cal: 22
crc_read: 22
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 826.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,90 @@
*************************** START ****************************
START TIME: 202401171340
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: 0xf900b3c4
mac h: 0x2c08d1
crc_cal: 44
crc_read: 44
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 0 bytes (8 compressed) at 0x00000000 in 0.0 seconds (effective 0.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 5 s
Download result: PASS
*************************** END ****************************
*************************** START ****************************
START TIME: 202401171341
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: 0xf900b3c4
mac h: 0x2c08d1
crc_cal: 44
crc_read: 44
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 0 bytes (8 compressed) at 0x00000000 in 0.0 seconds (effective 0.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 4 s
Download result: PASS
*************************** END ****************************
*************************** START ****************************
START TIME: 202401171341
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: 0xf900b3c4
mac h: 0x2c08d1
crc_cal: 44
crc_read: 44
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 835.8 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 13 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180058
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: 0xf900b3d4
mac h: 0xb108d1
crc_cal: 177
crc_read: 177
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 839.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 16 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171339
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: 0xf900b3ec
mac h: 0xcd08d1
crc_cal: 205
crc_read: 205
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 830.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231330
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: 0xf900b404
mac h: 0x8808d1
crc_cal: 136
crc_read: 136
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 843.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 13 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171558
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: 0xf900bf64
mac h: 0xce08d1
crc_cal: 206
crc_read: 206
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 836.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171345
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: 0xf900bf68
mac h: 0x6d08d1
crc_cal: 109
crc_read: 109
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 821.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171345
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: 0xf900bf70
mac h: 0x3208d1
crc_cal: 50
crc_read: 50
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 819.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180059
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: 0xf900bf94
mac h: 0xba08d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 830.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401260343
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: 0xf900bf9c
mac h: 0x7808d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 829.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401251415
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: 0xf900bfac
mac h: 0xc608d1
crc_cal: 198
crc_read: 198
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 830.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230212
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: 0xf900c00c
mac h: 0xc708d1
crc_cal: 199
crc_read: 199
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 829.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180049
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: 0xf900c034
mac h: 0xbb08d1
crc_cal: 187
crc_read: 187
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 817.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171524
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: 0xf900c038
mac h: 0x1808d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 836.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401251411
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: 0xf900c040
mac h: 0x2208d1
crc_cal: 34
crc_read: 34
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 835.6 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171540
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: 0xf900c594
mac h: 0xeb08d1
crc_cal: 235
crc_read: 235
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 829.6 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230215
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: 0xf901763c
mac h: 0x7a08d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.6 seconds (effective 852.2 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231329
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: 0xf901767c
mac h: 0x3c08d1
crc_cal: 60
crc_read: 60
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 817.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230213
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: 0xf9017684
mac h: 0x8a08d1
crc_cal: 138
crc_read: 138
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.6 seconds (effective 851.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180055
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: 0xf90176b0
mac h: 0x5508d1
crc_cal: 85
crc_read: 85
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 830.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230216
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: 0xf9018218
mac h: 0x9a08d1
crc_cal: 154
crc_read: 154
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 831.6 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230214
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: 0xf901bc30
mac h: 0x8a08d1
crc_cal: 138
crc_read: 138
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 830.5 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180049
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: 0xf901bc3c
mac h: 0x2908d1
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 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 820.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 21 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171525
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: 0xf901c6fc
mac h: 0xb208d1
crc_cal: 178
crc_read: 178
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 834.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171337
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: 0xf901ccdc
mac h: 0x7608d1
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 918432 bytes (567141 compressed) at 0x00000000 in 9.4 seconds (effective 778.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 16 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301514
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: 0xf901d8a4
mac h: 0x9b08d1
crc_cal: 155
crc_read: 155
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 821.2 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311271445
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: 0xf901d8ac
mac h: 0x5908d1
crc_cal: 89
crc_read: 89
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 821.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152305
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: 0xf901d8b0
mac h: 0x6708d1
crc_cal: 103
crc_read: 103
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 826.8 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152311
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: 0xf901d8b4
mac h: 0x608d1
crc_cal: 6
crc_read: 6
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 830.2 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312081634
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: 0xf901d8b8
mac h: 0xa508d1
crc_cal: 165
crc_read: 165
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 829.8 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231338
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: 0xf901e124
mac h: 0x8808d1
crc_cal: 136
crc_read: 136
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 844.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171527
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: 0xf901e928
mac h: 0x5d08d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 845.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 13 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401260344
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: 0xf901ed10
mac h: 0x1a08d1
crc_cal: 26
crc_read: 26
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 831.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152300
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: 0xf901f7d4
mac h: 0xba08d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 827.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301514
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: 0xf901f7dc
mac h: 0x7808d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 830.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301709
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: 0xf901f7e4
mac h: 0x408d1
crc_cal: 4
crc_read: 4
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 826.5 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301602
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: 0xf901f7fc
mac h: 0x5b08d1
crc_cal: 91
crc_read: 91
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 832.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301600
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: 0xf901f86c
mac h: 0x5208d1
crc_cal: 82
crc_read: 82
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 829.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 12 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231334
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: 0xf9020370
mac h: 0x3208d1
crc_cal: 50
crc_read: 50
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 835.2 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231340
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: 0xf9020664
mac h: 0x3108d1
crc_cal: 49
crc_read: 49
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 841.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231330
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: 0xf9020988
mac h: 0x6308d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 827.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180056
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: 0xf90209f4
mac h: 0x3808d1
crc_cal: 56
crc_read: 56
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.1 seconds (effective 811.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401251413
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: 0xf9021090
mac h: 0x6208d1
crc_cal: 98
crc_read: 98
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 835.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231333
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: 0xf9021f34
mac h: 0xb408d1
crc_cal: 180
crc_read: 180
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 827.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401231339
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: 0xf90225d4
mac h: 0x9708d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 836.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 13 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180054
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: 0xf9022658
mac h: 0xed08d1
crc_cal: 237
crc_read: 237
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 816.2 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180058
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: 0xf9023c98
mac h: 0x2c08d1
crc_cal: 44
crc_read: 44
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.4 seconds (effective 778.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401260342
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: 0xf9023d38
mac h: 0x4708d1
crc_cal: 71
crc_read: 71
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.1 seconds (effective 811.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,84 @@
*************************** START ****************************
START TIME: 202401251414
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: 0xf9023fac
mac h: 0xa608d1
crc_cal: 166
crc_read: 166
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: 10 s
Download result: FAIL
*************************** END ****************************
*************************** START ****************************
START TIME: 202401251414
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: 0xf9023fac
mac h: 0xa608d1
crc_cal: 166
crc_read: 166
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: 6 s
Download result: FAIL
*************************** END ****************************
*************************** START ****************************
START TIME: 202401251414
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: 0xf9023fac
mac h: 0xa608d1
crc_cal: 166
crc_read: 166
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 841.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 13 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401230216
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: 0xf9024428
mac h: 0xde08d1
crc_cal: 222
crc_read: 222
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 821.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180053
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: 0xf9024454
mac h: 0x8508d1
crc_cal: 133
crc_read: 133
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 839.2 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401180056
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: 0xf9024df8
mac h: 0x3b08d1
crc_cal: 59
crc_read: 59
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 848.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401171600
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: 0xf90253ac
mac h: 0xb108d1
crc_cal: 177
crc_read: 177
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 844.5 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 21 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202402200225
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: 0xf90a0714
mac h: 0x2808d1
crc_cal: 40
crc_read: 40
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 830.6 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202402200245
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: 0xf90a07b4
mac h: 0x8708d1
crc_cal: 135
crc_read: 135
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 831.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202404010146
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: 0xf90a0dfc
mac h: 0xe408d1
crc_cal: 228
crc_read: 228
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 822.8 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202401260343
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: 0xf90a43b4
mac h: 0x2708d1
crc_cal: 39
crc_read: 39
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 822.5 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301705
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: 0xf90a5354
mac h: 0x2208d1
crc_cal: 34
crc_read: 34
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 826.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312011446
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: 0xf90a535c
mac h: 0xe008d1
crc_cal: 224
crc_read: 224
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 828.3 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311271441
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: 0xf90a5364
mac h: 0x9c08d1
crc_cal: 156
crc_read: 156
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 822.2 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,72 @@
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
CONNECT BAUD: 115200
*************************** START ****************************
START TIME: 202311291501
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: 0xf90a5368
mac h: 0x3f08d1
crc_cal: 63
crc_read: 63
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 825.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 12 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311170311
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: 0xf90a536c
mac h: 0x5e08d1
crc_cal: 94
crc_read: 94
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 828.6 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 15 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311170240
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: 0xf90a5378
mac h: 0xa208d1
crc_cal: 162
crc_read: 162
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 838.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301559
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: 0xf90a5394
mac h: 0xe808d1
crc_cal: 232
crc_read: 232
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 837.7 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 14 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152311
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: 0xf90a539c
mac h: 0x2a08d1
crc_cal: 42
crc_read: 42
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 840.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202312152310
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: 0xf90a53a0
mac h: 0x3708d1
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 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 840.4 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301708
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: 0xf90a53a8
mac h: 0xf508d1
crc_cal: 245
crc_read: 245
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 831.8 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301707
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: 0xf90a53b0
mac h: 0xaa08d1
crc_cal: 170
crc_read: 170
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 834.8 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301512
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: 0xf90a53b4
mac h: 0xcb08d1
crc_cal: 203
crc_read: 203
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 848.0 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311301515
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: 0xf90a53bc
mac h: 0x908d1
crc_cal: 9
crc_read: 9
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 829.9 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

View File

@ -0,0 +1,30 @@
*************************** START ****************************
START TIME: 202311291502
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: 0xf90a53e4
mac h: 0x1008d1
crc_cal: 16
crc_read: 16
crc_test: 0
ESP32 MAC CRC OK
get mac res: 1
get flash id : 0x0016405e
manufacturer_id: 0x5e
device_id: 0x4016
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 834.1 kbit/s)...
Hash of data verified.
Leaving...
com closed
Use time: 11 s
Download result: PASS
*************************** END ****************************

Some files were not shown because too many files have changed in this diff Show More