first commit
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
/dist
|
||||||
|
|
||||||
|
|
||||||
|
# local env files
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
1
CP2102固件烧录AT/.pydio
Normal file
@@ -0,0 +1 @@
|
|||||||
|
b2370607-8f41-4bf8-af7e-0c1ffbc33310
|
||||||
1
CP2102固件烧录AT/ESP8266下载程序说明/.pydio
Normal file
@@ -0,0 +1 @@
|
|||||||
|
5eeca6e4-dcd3-40e9-b689-9523b7edc1a3
|
||||||
BIN
CP2102固件烧录AT/ESP8266下载程序说明/ESP8266 下载程序说明.pdf
Executable file
1
CP2102固件烧录AT/ESP8266开发板烧录AT固件说明/.pydio
Normal file
@@ -0,0 +1 @@
|
|||||||
|
b1caca24-8abd-42fd-9d13-bc01a9153bbb
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
f67ce668-61cd-473f-8934-7d2c57c4d166
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
40f3b6ea-a67b-4d68-8a50-4186ac07e00b
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
35c7b582-c314-4134-acb7-ebef9e0dc4f7
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
ee36451d-af5f-44f5-96e4-e8f362dc759e
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
c923a24d-88be-4fa8-a604-512fa29a8e2f
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
4c21b5c2-5677-43f4-ab12-358bd5bb9016
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
7c2f3b15-aade-4065-a82c-4eba004f2096
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
5bd37d6d-4247-4ad3-86ee-bdf553de469d
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<appSettings>
|
||||||
|
<add key="super_panel_open" value="1" />
|
||||||
|
<add key="super_history_open" value="0" />
|
||||||
|
<add key="super_rechex_checked" value="0" />
|
||||||
|
<add key="super_recrn_checked" value="0" />
|
||||||
|
<add key="super_sendhex_checked" value="0" />
|
||||||
|
<add key="super_addrn_checked" value="1" />
|
||||||
|
<add key="super_send1hex_checked" value="0" />
|
||||||
|
<add key="super_send2hex_checked" value="0" />
|
||||||
|
<add key="super_send3hex_checked" value="0" />
|
||||||
|
<add key="super_send4hex_checked" value="0" />
|
||||||
|
<add key="super_send5hex_checked" value="0" />
|
||||||
|
<add key="super_send6hex_checked" value="0" />
|
||||||
|
<add key="super_send7hex_checked" value="0" />
|
||||||
|
<add key="super_send8hex_checked" value="0" />
|
||||||
|
<add key="super_send9hex_checked" value="0" />
|
||||||
|
<add key="super_send10hex_checked" value="0" />
|
||||||
|
<add key="super_send11hex_checked" value="0" />
|
||||||
|
<add key="super_send12hex_checked" value="0" />
|
||||||
|
<add key="super_send13hex_checked" value="0" />
|
||||||
|
<add key="super_send14hex_checked" value="0" />
|
||||||
|
<add key="super_send15hex_checked" value="0" />
|
||||||
|
<add key="super_send16hex_checked" value="0" />
|
||||||
|
<add key="super_send17hex_checked" value="0" />
|
||||||
|
<add key="super_send18hex_checked" value="0" />
|
||||||
|
<add key="super_send19hex_checked" value="0" />
|
||||||
|
<add key="super_send20hex_checked" value="0" />
|
||||||
|
<add key="super_send21hex_checked" value="0" />
|
||||||
|
<add key="super_send22hex_checked" value="0" />
|
||||||
|
<add key="super_send23hex_checked" value="0" />
|
||||||
|
<add key="super_send24hex_checked" value="0" />
|
||||||
|
<add key="super_send25hex_checked" value="0" />
|
||||||
|
<add key="super_text_send" value="AT+CWJAP="ZZM","123456789"" />
|
||||||
|
<add key="super_text_send1" value="AT+CSYSID" />
|
||||||
|
<add key="super_text_send2" value="AT+GMR" />
|
||||||
|
<add key="super_text_send3" value="AT+CWMODE=3" />
|
||||||
|
<add key="super_text_send4" value="AT+CWLAP" />
|
||||||
|
<add key="super_text_send5" value="AT+CWJAP_DEF="newifi_F8A0","anxinke123"" />
|
||||||
|
<add key="super_text_send6" value="AT+RST" />
|
||||||
|
<add key="super_text_send7" value="AT+CLDUNBIND" />
|
||||||
|
<add key="super_text_send8" value="AT+CIPSTA?" />
|
||||||
|
<add key="super_text_send9" value="AT+LANSTART" />
|
||||||
|
<add key="super_text_send10" value="AT+CLDSTART" />
|
||||||
|
<add key="super_text_send11" value="AT+CLDSTOP" />
|
||||||
|
<add key="super_text_send12" value="AT+RESTORE" />
|
||||||
|
<add key="super_text_send13" value="AT+CWSTOPDISCOVER" />
|
||||||
|
<add key="super_text_send14" value="AT+CWSTARTDISCOVER="gh_9e2cff3dfa51","gh_9e2cff3dfa51",0" />
|
||||||
|
<add key="super_text_send15" value="AT+CIUPDATE" />
|
||||||
|
<add key="super_text_send16" value="AT+CIPSTAMAC?" />
|
||||||
|
<add key="super_text_send17" value="AT+PING="www.baidu.com"" />
|
||||||
|
<add key="super_text_send18" value="AT+UART_DEF=9600,8,1,0,0" />
|
||||||
|
<add key="super_text_send19" value="AT+WPS=0" />
|
||||||
|
<add key="super_text_send20" value="AT+WPS=1" />
|
||||||
|
<add key="super_text_send21" value="" />
|
||||||
|
<add key="super_text_send22" value="" />
|
||||||
|
<add key="super_text_send23" value="" />
|
||||||
|
<add key="super_text_send24" value="" />
|
||||||
|
<add key="super_text_send25" value="" />
|
||||||
|
<add key="super_num_time1" value="800" />
|
||||||
|
<add key="super_num_time2" value="500" />
|
||||||
|
<add key="super_rate" value="6" />
|
||||||
|
<add key="super_parity" value="0" />
|
||||||
|
<add key="super_databits" value="1" />
|
||||||
|
<add key="super_stopbit" value="0" />
|
||||||
|
<add key="super_handshaking" value="0" />
|
||||||
|
</appSettings>
|
||||||
|
</configuration>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
e7c49728-cd91-4d7f-808e-6383a44bbb3e
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
362bb72b-ce5f-444c-9ee7-c386f98dbd2e
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
Vers: 3.6.4
|
||||||
|
Time: 20180130
|
||||||
|
Desc:
|
||||||
|
1. Add new GPIO config page in the tool
|
||||||
|
2. Able to change bootloader of ESP8266 to change GPIO level when power on
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
914a7907-0476-4bef-941b-a0110b73458b
|
||||||
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 463 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 65 KiB |
@@ -0,0 +1 @@
|
|||||||
|
ac58ebf4-e8cd-45a3-b49b-ee5c53655628
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
a132342d-7e7b-4a30-8770-ae462dff76ce
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
cf4b4563-d5c9-4119-af37-adea3610eab5
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
5cd8667c-2e25-4eee-9c08-80177f6556f6
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
464a5d89-6b9b-4d31-b19c-6e90cc7baa92
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
586625f2-02f0-4c02-aa66-17eb52e78d00
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
db39fae0-8cc7-44ee-a66c-13901bf33725
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
0d0993c5-8ec9-408d-9d01-41e278f1e84b
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
e683b403-54de-44ce-839e-8c142cac8a31
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
cae8973b-df92-4c45-b1df-173c5904ee73
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
49cc0a68-eca4-41db-997d-2cfe3e9bb953
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
e68adcc5-0d1c-4c0a-8a40-4be40698cab9
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\panfeng\Desktop\FLASH_DOWNLOAD_TOOLS_V3.6.4
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 0
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
flashsize = 2
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
|
||||||
@@ -0,0 +1,90 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\panfeng\Desktop\FLASH_DOWNLOAD_TOOLS_V3.6.4
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 0
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
flashsize = 2
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
autostart2 = 0
|
||||||
|
com_port2 = COM1
|
||||||
|
baudrate2 = 0
|
||||||
|
checkmac2 = 1
|
||||||
|
autostart3 = 0
|
||||||
|
com_port3 = COM1
|
||||||
|
baudrate3 = 0
|
||||||
|
checkmac3 = 1
|
||||||
|
autostart4 = 0
|
||||||
|
com_port4 = COM1
|
||||||
|
baudrate4 = 0
|
||||||
|
checkmac4 = 1
|
||||||
|
autostart5 = 0
|
||||||
|
com_port5 = COM1
|
||||||
|
baudrate5 = 0
|
||||||
|
checkmac5 = 1
|
||||||
|
autostart6 = 0
|
||||||
|
com_port6 = COM1
|
||||||
|
baudrate6 = 0
|
||||||
|
checkmac6 = 1
|
||||||
|
autostart7 = 0
|
||||||
|
com_port7 = COM1
|
||||||
|
baudrate7 = 0
|
||||||
|
checkmac7 = 1
|
||||||
|
autostart8 = 0
|
||||||
|
com_port8 = COM1
|
||||||
|
baudrate8 = 0
|
||||||
|
checkmac8 = 1
|
||||||
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
[DEBUG MODE]
|
||||||
|
debug_enable = True
|
||||||
|
debug_pem_path =
|
||||||
|
|
||||||
|
[SECURE BOOT]
|
||||||
|
secure_boot_en = False
|
||||||
|
burn_secure_boot_key = False
|
||||||
|
secure_boot_force_write = False
|
||||||
|
secure_boot_rw_protect = False
|
||||||
|
|
||||||
|
[FLASH ENCRYPTION]
|
||||||
|
flash_encryption_en = False
|
||||||
|
burn_flash_encryption_key = False
|
||||||
|
flash_encrypt_force_write = False
|
||||||
|
flash_encrypt_rw_protect = False
|
||||||
|
|
||||||
|
[AES KEY]
|
||||||
|
aes_key_en = False
|
||||||
|
burn_aes_key = False
|
||||||
|
|
||||||
|
[DISABLE FUNC]
|
||||||
|
jtag_disable = False
|
||||||
|
dl_encrypt_disable = False
|
||||||
|
dl_decrypt_disable = False
|
||||||
|
dl_cache_disable = False
|
||||||
|
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 1
|
||||||
|
file_path0 = G:\<5C><>ά<EFBFBD><CEAC>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>\ESP-32ͨ<32><CDA8><EFBFBD><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD>\ESP-32ͨ<32><CDA8><EFBFBD><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD>.bin
|
||||||
|
file_offset0 = 0X00000
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = G:\<5C><>ά<EFBFBD><CEAC>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>\ESP-32ͨ<32><CDA8><EFBFBD><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 1
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 1
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 0
|
||||||
|
flashsize = 0
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM42
|
||||||
|
baudrate1 = 4
|
||||||
|
checkmac1 = 1
|
||||||
|
erase_flash_en = True
|
||||||
|
new_status = 0
|
||||||
|
num_bytes = 0
|
||||||
|
non_volatile = False
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = hard_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = 0
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = /dev/cu.SLAB_USBtoUART
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
[LOG_LEVEL]
|
||||||
|
utility_log_level = ERROR
|
||||||
|
multi_log_level = ERROR
|
||||||
|
spi_log_level = ERROR
|
||||||
|
hspi_log_level = ERROR
|
||||||
|
|
||||||
|
[RF_INIT]
|
||||||
|
autocalen = 0
|
||||||
|
toutvdd = 1
|
||||||
|
targetlowpower = 12.000000
|
||||||
|
limitval = 20.500000
|
||||||
|
vdd = 3.3
|
||||||
|
toutadc = 0
|
||||||
|
backoffen = 0
|
||||||
|
freqoffset = 50
|
||||||
|
setfreqen = 0
|
||||||
|
cryfreq = 3
|
||||||
|
rfgain = 0
|
||||||
|
targetpower6 = 14.000000
|
||||||
|
targetpower4 = 17.000000
|
||||||
|
targetpower5 = 16.000000
|
||||||
|
targetpower2 = 19.500000
|
||||||
|
targetpower3 = 18.500000
|
||||||
|
lowpoweren = 0
|
||||||
|
targetpower1 = 20.500000
|
||||||
|
rfinitmode = 0
|
||||||
|
backoffval = 0.000000
|
||||||
|
digitalgain = 0
|
||||||
|
limiten = 0
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
79a5f7b2-eb7f-4eba-a438-cc7de92209d9
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\panfeng\Desktop\FLASH_DOWNLOAD_TOOLS_V3.6.4
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 0
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
flashsize = 1
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 4
|
||||||
|
checkmac1 = 1
|
||||||
|
|
||||||
@@ -0,0 +1,90 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\panfeng\Desktop\FLASH_DOWNLOAD_TOOLS_V3.6.4
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 0
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
flashsize = 1
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
autostart2 = 0
|
||||||
|
com_port2 = COM1
|
||||||
|
baudrate2 = 0
|
||||||
|
checkmac2 = 1
|
||||||
|
autostart3 = 0
|
||||||
|
com_port3 = COM1
|
||||||
|
baudrate3 = 0
|
||||||
|
checkmac3 = 1
|
||||||
|
autostart4 = 0
|
||||||
|
com_port4 = COM1
|
||||||
|
baudrate4 = 0
|
||||||
|
checkmac4 = 1
|
||||||
|
autostart5 = 0
|
||||||
|
com_port5 = COM1
|
||||||
|
baudrate5 = 0
|
||||||
|
checkmac5 = 1
|
||||||
|
autostart6 = 0
|
||||||
|
com_port6 = COM1
|
||||||
|
baudrate6 = 0
|
||||||
|
checkmac6 = 1
|
||||||
|
autostart7 = 0
|
||||||
|
com_port7 = COM1
|
||||||
|
baudrate7 = 0
|
||||||
|
checkmac7 = 1
|
||||||
|
autostart8 = 0
|
||||||
|
com_port8 = COM1
|
||||||
|
baudrate8 = 0
|
||||||
|
checkmac8 = 1
|
||||||
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
[DEBUG MODE]
|
||||||
|
debug_enable = True
|
||||||
|
debug_pem_path =
|
||||||
|
|
||||||
|
[SECURE BOOT]
|
||||||
|
secure_boot_en = False
|
||||||
|
burn_secure_boot_key = False
|
||||||
|
secure_boot_force_write = False
|
||||||
|
secure_boot_rw_protect = False
|
||||||
|
|
||||||
|
[FLASH ENCRYPTION]
|
||||||
|
flash_encryption_en = False
|
||||||
|
burn_flash_encryption_key = False
|
||||||
|
flash_encrypt_force_write = False
|
||||||
|
flash_encrypt_rw_protect = False
|
||||||
|
|
||||||
|
[AES KEY]
|
||||||
|
aes_key_en = False
|
||||||
|
burn_aes_key = False
|
||||||
|
|
||||||
|
[DISABLE FUNC]
|
||||||
|
jtag_disable = False
|
||||||
|
dl_encrypt_disable = False
|
||||||
|
dl_decrypt_disable = False
|
||||||
|
dl_cache_disable = False
|
||||||
|
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 1
|
||||||
|
file_path0 = G:\<5C><>ά<EFBFBD><CEAC>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>\ESP-32ͨ<32><CDA8><EFBFBD><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD>\ESP-32ͨ<32><CDA8><EFBFBD><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD>.bin
|
||||||
|
file_offset0 = 0X00000
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = G:\<5C><>ά<EFBFBD><CEAC>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD>\ESP-32ͨ<32><CDA8><EFBFBD><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD>
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 1
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 1
|
||||||
|
spimode = 2
|
||||||
|
flashsize = 2
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM8
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
erase_flash_en = True
|
||||||
|
new_status = 0
|
||||||
|
num_bytes = 0
|
||||||
|
non_volatile = False
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = hard_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = 0
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = /dev/cu.SLAB_USBtoUART
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
[LOG_LEVEL]
|
||||||
|
multi_log_level = ERROR
|
||||||
|
utility_log_level = ERROR
|
||||||
|
spi_log_level = ERROR
|
||||||
|
hspi_log_level = ERROR
|
||||||
|
|
||||||
|
[RF_INIT]
|
||||||
|
autocalen = 0
|
||||||
|
toutvdd = 1
|
||||||
|
targetlowpower = 12.000000
|
||||||
|
limitval = 20.500000
|
||||||
|
vdd = 3.3
|
||||||
|
toutadc = 0
|
||||||
|
backoffen = 0
|
||||||
|
freqoffset = 50
|
||||||
|
setfreqen = 0
|
||||||
|
cryfreq = 3
|
||||||
|
rfgain = 0
|
||||||
|
targetpower6 = 14.000000
|
||||||
|
targetpower4 = 17.000000
|
||||||
|
targetpower5 = 16.000000
|
||||||
|
targetpower2 = 19.500000
|
||||||
|
targetpower3 = 18.500000
|
||||||
|
lowpoweren = 0
|
||||||
|
targetpower1 = 20.500000
|
||||||
|
rfinitmode = 0
|
||||||
|
backoffval = 0.000000
|
||||||
|
digitalgain = 0
|
||||||
|
limiten = 0
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
765720ea-060d-4ed3-8fcf-8e0bcd5649f3
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\panfeng\Desktop\FLASH_DOWNLOAD_TOOLS_V3.6.4
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 1
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 0
|
||||||
|
flashsize = 3
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 3
|
||||||
|
checkmac1 = 1
|
||||||
|
|
||||||
@@ -0,0 +1,107 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 1
|
||||||
|
file_path0 = D:\ESP8266ͨ<36><CDA8>\HW-629<32>Զ<EFBFBD><D4B6><EFBFBD>WIFI.bin
|
||||||
|
file_offset0 = 0x00000
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = D:\ESP8266ͨ<36><CDA8>
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 1
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 0
|
||||||
|
flashsize = 3
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 3
|
||||||
|
checkmac1 = 1
|
||||||
|
autostart2 = 0
|
||||||
|
com_port2 = COM1
|
||||||
|
baudrate2 = 3
|
||||||
|
checkmac2 = 1
|
||||||
|
autostart3 = 0
|
||||||
|
com_port3 = COM1
|
||||||
|
baudrate3 = 4
|
||||||
|
checkmac3 = 1
|
||||||
|
autostart4 = 0
|
||||||
|
com_port4 = COM1
|
||||||
|
baudrate4 = 0
|
||||||
|
checkmac4 = 1
|
||||||
|
autostart5 = 0
|
||||||
|
com_port5 = COM1
|
||||||
|
baudrate5 = 0
|
||||||
|
checkmac5 = 1
|
||||||
|
autostart6 = 0
|
||||||
|
com_port6 = COM1
|
||||||
|
baudrate6 = 0
|
||||||
|
checkmac6 = 1
|
||||||
|
autostart7 = 0
|
||||||
|
com_port7 = COM1
|
||||||
|
baudrate7 = 0
|
||||||
|
checkmac7 = 1
|
||||||
|
autostart8 = 0
|
||||||
|
com_port8 = COM1
|
||||||
|
baudrate8 = 0
|
||||||
|
checkmac8 = 1
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = hard_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = 0
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = /dev/cu.SLAB_USBtoUART
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 1
|
||||||
|
file_path0 = C:\Users\mayn\Desktop\ESP8266 AT<41>̼<EFBFBD>\AT <20>̼<EFBFBD>\v0.9.5.6 AT Firmware.bin
|
||||||
|
file_offset0 = 0x00000
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\mayn\Desktop\ESP8266 AT<41>̼<EFBFBD>\AT <20>̼<EFBFBD>
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 1
|
||||||
|
spiautoset = 1
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 0
|
||||||
|
flashsize = 4
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM5
|
||||||
|
baudrate1 = 4
|
||||||
|
checkmac1 = 1
|
||||||
|
erase_flash_en = True
|
||||||
|
new_status = 0
|
||||||
|
num_bytes = 0
|
||||||
|
non_volatile = False
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = hard_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = 0
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = /dev/cu.SLAB_USBtoUART
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
[LOG_LEVEL]
|
||||||
|
utility_log_level = ERROR
|
||||||
|
multi_log_level = ERROR
|
||||||
|
spi_log_level = ERROR
|
||||||
|
hspi_log_level = ERROR
|
||||||
|
|
||||||
|
[RF_INIT]
|
||||||
|
autocalen = 0
|
||||||
|
toutvdd = 1
|
||||||
|
targetlowpower = 12.000000
|
||||||
|
limitval = 20.500000
|
||||||
|
vdd = 3.3
|
||||||
|
toutadc = 0
|
||||||
|
backoffen = 0
|
||||||
|
freqoffset = 50
|
||||||
|
setfreqen = 0
|
||||||
|
cryfreq = 1
|
||||||
|
rfgain = 0
|
||||||
|
targetpower6 = 14.000000
|
||||||
|
targetpower4 = 17.000000
|
||||||
|
targetpower5 = 16.000000
|
||||||
|
targetpower2 = 19.500000
|
||||||
|
targetpower3 = 18.500000
|
||||||
|
lowpoweren = 0
|
||||||
|
targetpower1 = 20.500000
|
||||||
|
rfinitmode = 0
|
||||||
|
backoffval = 0.000000
|
||||||
|
digitalgain = 0
|
||||||
|
limiten = 0
|
||||||
|
|
||||||
|
[GPIO_INIT]
|
||||||
|
gpio10_status = 2
|
||||||
|
gpio5_status = 2
|
||||||
|
gpio14_status = 2
|
||||||
|
gpio1_status = 2
|
||||||
|
gpio12_status = 2
|
||||||
|
gpio7_status = 2
|
||||||
|
gpio8_status = 2
|
||||||
|
gpio3_status = 2
|
||||||
|
gpio6_status = 2
|
||||||
|
gpio13_status = 2
|
||||||
|
gpio4_status = 2
|
||||||
|
gpio11_status = 2
|
||||||
|
gpio2_status = 2
|
||||||
|
gpio0_status = 2
|
||||||
|
gpio15_status = 2
|
||||||
|
gpio16_status = 2
|
||||||
|
gpio9_status = 2
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
e70f8692-4909-454c-acf2-c1bde4ee6861
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\panfeng\Desktop\FLASH_DOWNLOAD_TOOLS_V3.6.4
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 1
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 3
|
||||||
|
flashsize = 2
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 3
|
||||||
|
checkmac1 = 1
|
||||||
|
|
||||||
@@ -0,0 +1,90 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\panfeng\Desktop\FLASH_DOWNLOAD_TOOLS_V3.6.4
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 1
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 3
|
||||||
|
flashsize = 2
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
autostart2 = 0
|
||||||
|
com_port2 = COM1
|
||||||
|
baudrate2 = 0
|
||||||
|
checkmac2 = 1
|
||||||
|
autostart3 = 0
|
||||||
|
com_port3 = COM1
|
||||||
|
baudrate3 = 0
|
||||||
|
checkmac3 = 1
|
||||||
|
autostart4 = 0
|
||||||
|
com_port4 = COM1
|
||||||
|
baudrate4 = 0
|
||||||
|
checkmac4 = 1
|
||||||
|
autostart5 = 0
|
||||||
|
com_port5 = COM1
|
||||||
|
baudrate5 = 0
|
||||||
|
checkmac5 = 1
|
||||||
|
autostart6 = 0
|
||||||
|
com_port6 = COM1
|
||||||
|
baudrate6 = 0
|
||||||
|
checkmac6 = 1
|
||||||
|
autostart7 = 0
|
||||||
|
com_port7 = COM1
|
||||||
|
baudrate7 = 0
|
||||||
|
checkmac7 = 1
|
||||||
|
autostart8 = 0
|
||||||
|
com_port8 = COM1
|
||||||
|
baudrate8 = 0
|
||||||
|
checkmac8 = 1
|
||||||
|
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
mac_save = 0
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
default_path = C:\Users\panfeng\Desktop\FLASH_DOWNLOAD_TOOLS_V3.6.4
|
||||||
|
|
||||||
|
[LOCK]
|
||||||
|
id_bind_en = 0
|
||||||
|
lock_settings = 0
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
crystal = 1
|
||||||
|
spiautoset = 0
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 3
|
||||||
|
flashsize = 2
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM1
|
||||||
|
baudrate1 = 3
|
||||||
|
checkmac1 = 1
|
||||||
|
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
[LOG_LEVEL]
|
||||||
|
multi_log_level = ERROR
|
||||||
|
utility_log_level = ERROR
|
||||||
|
spi_log_level = ERROR
|
||||||
|
hspi_log_level = ERROR
|
||||||
|
|
||||||
|
[RF_INIT]
|
||||||
|
autocalen = 0
|
||||||
|
toutvdd = 1
|
||||||
|
targetlowpower = 12.000000
|
||||||
|
limitval = 20.500000
|
||||||
|
vdd = 3.3
|
||||||
|
toutadc = 0
|
||||||
|
backoffen = 0
|
||||||
|
freqoffset = 50
|
||||||
|
setfreqen = 0
|
||||||
|
cryfreq = 1
|
||||||
|
rfgain = 0
|
||||||
|
targetpower6 = 14.000000
|
||||||
|
targetpower4 = 17.000000
|
||||||
|
targetpower5 = 16.000000
|
||||||
|
targetpower2 = 19.500000
|
||||||
|
targetpower3 = 18.500000
|
||||||
|
lowpoweren = 0
|
||||||
|
targetpower1 = 20.500000
|
||||||
|
rfinitmode = 0
|
||||||
|
backoffval = 0.000000
|
||||||
|
digitalgain = 0
|
||||||
|
limiten = 0
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
dd074ef7-403b-4acb-a0b7-958b17d238cc
|
||||||
BIN
Untitled Sketch.fzz
Normal file
3
blinker-library/.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.gitattributes export-ignore
|
||||||
|
.gitignore export-ignore
|
||||||
|
.github export-ignore
|
||||||
16
blinker-library/.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
__vm/
|
||||||
|
Debug/
|
||||||
|
*.vcxproj
|
||||||
|
*.filters
|
||||||
|
.vs/
|
||||||
|
*.sln
|
||||||
|
.vscode/
|
||||||
|
src/BlinkerSimpleSerialBLE.h
|
||||||
|
src/BlinkerSimpleESP8266_WS.h
|
||||||
|
src/BlinkerSimpleESP8266_PRO.h
|
||||||
|
src/BlinkerSimpleESP8266_MQTT.h
|
||||||
|
src/BlinkerSimpleESP32_WS.h
|
||||||
|
src/BlinkerSimpleESP32_PRO.h
|
||||||
|
src/BlinkerSimpleESP32_MQTT.h
|
||||||
|
src/BlinkerSimpleESP32_BLE.h
|
||||||
|
src/Adapters/BlinkerArduinoWS.h
|
||||||