diff --git a/bthome_phy6222/web/PHY62x2BTHome.html b/bthome_phy6222/web/PHY62x2BTHome.html index 106aecd..0701407 100644 --- a/bthome_phy6222/web/PHY62x2BTHome.html +++ b/bthome_phy6222/web/PHY62x2BTHome.html @@ -1,7 +1,308 @@ - -PHY62x2-BTHome v0.1 + +PHY62x2-BTHome v0.2 @@ -839,12 +1280,96 @@ window.onload = (event) => {

+
+
+
+ Параметры связи
+ + + + + + + + + + + + +
ФлагTx PowerConn. Latency
+Интервалы + + + + + + + + + + + + + +
РекламаИзмеренияУсреднениеУровень батареи
+ + +
+ + + + + + + + + + + + + + + + + + + +
Параметры сенсора:ТемператураВлажность
?
Поправочные коэффициенты
Коррекция смещения
+
+ + + + +
+

Файл прошивки: diff --git a/bthome_phy6222/web/phy6222.html b/bthome_phy6222/web/phy6222.html deleted file mode 100644 index 5f508b4..0000000 --- a/bthome_phy6222/web/phy6222.html +++ /dev/null @@ -1,621 +0,0 @@ - - - -PHY62x2-BTHome тестовая версия - - - -

PHY62x2-BTHome

-
- -
- -


- - - -

-
- - - -
- -
-

Файл прошивки: - - - -

-


- -
- -
-

- - -

-

- -
- Чтение и запись памяти:
- Адрес (hex): - - Данные (hex): -
- -
-
-
-
-
- \ No newline at end of file diff --git a/bthome_phy6222/web/readme.txt b/bthome_phy6222/web/readme.txt deleted file mode 100644 index 33b0a46..0000000 --- a/bthome_phy6222/web/readme.txt +++ /dev/null @@ -1,40 +0,0 @@ -01ff 50485936 593601000000200100111001000020 -01ff 01000000 50485936 593601000000200100111001000020 -01ff 20010011 50485936 0100 -01ff 20010011 50485936 0010 -01ff 20010011 50485936 1200 - - ffffffff010000002000011110010000 -0000504859360100000020000111100100004388 - - DFU -OTA send: 00ff -OTA read: ver: 01, err: 0, dbg: 0, start: 0, offs: 0x11010020, idx: 0x0010, total: 0x0011, crc: 0xC012FD5E -OTA send: 01ff20000111504859361200 -OTA read: ver: 01, err: 0, dbg: 0, start: 1, offs: 0x11010020, idx: 0xFFFF, total: 0x0012, crc: 0xC012FD5E -OTA send: 0000504859360100000020000111100100004388 -OTA read: ver: 01, err: 0, dbg: 0, start: 1, offs: 0x11010020, idx: 0x0000, total: 0x0012, crc: 0x557AB31D -OTA send: 010020010000f00000002000011100000000440b -OTA read: ver: 01, err: 0, dbg: 0, start: 1, offs: 0x11010020, idx: 0x0001, total: 0x0012, crc: 0xD52EEB28 -OTA send: 020000000000000000000000000000000000d05c -OTA read: ver: 01, err: 0, dbg: 0, start: 1, offs: 0x11010020, idx: 0x0002, total: 0x0012, crc: 0x04517BB9 -OTA send: 03000000000000000000000000000000000081a0 -OTA read: ver: 01, err: 0, dbg: 0, start: 1, offs: 0x11010020, idx: 0x0003, total: 0x0012, crc: 0xD28B9AE6 -OTA send: 04000000000000000000000000000000000030d5 -OTA read: ver: 01, err: 0, dbg: 0, start: 1, offs: 0x11010020, idx: 0x0004, total: 0x0012, crc: 0x5E306857 -OTA send: 0500000000000000000000000000000000006129 -OTA read: ver: 01, err: 0, dbg: 0, start: 1, offs: 0x11010020, idx: 0x0005, total: 0x0012, crc: 0xE0ADC600 -OTA send: 060000000000000000000000000000000000916d -OTA read: ver: 01, err: 0, dbg: 0, start: 1, offs: 0x11010020, idx: 0x0006, total: 0x0012, crc: 0xF1F2471C - -29:29: -29:31: Connecting to: BTH01-31BDBC -29:31: OTA: FF010100200001111100120050485936E5394CC0 -29:31: DevCfg: 000000001F501D000206B400 -29:31: . -29:33: : -29:33: PHY6 OTA ID: 36594850, : 1, : 0x11010000, : 20304 -29:33: : 20308 -29:33: : 1270 -29:46: ... -31:56: 129.404 \ No newline at end of file diff --git a/bthome_phy6222/web/styles.css b/bthome_phy6222/web/styles.css deleted file mode 100644 index 5ced65c..0000000 --- a/bthome_phy6222/web/styles.css +++ /dev/null @@ -1,300 +0,0 @@ -/* basic sytles */ - -body { - font-family: Arial, 'Open Sans', sans-serif; - color: #204056; -} - -h1 { - font-size: 28px; - font-weight: 400; - text-align: center; - margin-top: 12px; - margin-bottom: 18px; -} - -hr { - height: 10px; - border: 0; - box-shadow: 0 10px 10px -10px #8c8b8b inset; -} - -span#info { - font-style: italic; -} - -.button, [type='button'] { - background-color: #1a73e8; - border: none; - border-radius: 4px; - color: white; - padding: 8px 24px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 14px; - margin: 6px 6px; - cursor: pointer; - box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f; -} - -.button, [type='button'].ok { - background-color: #4CAF50; /* Green */ - color: white; - border-color: #4CAF50; -} - -.button, [type='button'].danger { - background-color: #f44336; /* Red */ - color: white; - border-color: #f44336; -} - -.button, [type='button']:disabled { - cursor: not-allowed; - opacity: 0.6; -} - -input[type="checkbox"] + label { - margin-right: 8px; -} - -div#div_v { - height:400px; - margin-top: 16px; - margin-bottom: 16px; -} - -div#labdiv { - margin-top: 16px; - margin-bottom: 16px; -} - -div#log { - padding: 12px; - font-style: italic; - font-size: 16px; -} - -div#MAC { - font-style: smaller; - margin: 8px; -} - -div#txtStatus { - font-style: italic; - font-size: 16px; - text-align: center; - background-color: #eef6fc; - padding-top: 5px; - padding-bottom: 5px; - margin-top: 8px; -} - -div#tempHumiData{ - text-align: center; - background-color: #eef6fc; - padding-top: 5px; - padding-bottom: 5px; -} - -input { - padding: 4px; - margin: 4px; -} - -select { - padding: 4px; -} - -/* menu */ - -.navbar { - width: 95%; - /* box-shadow: 0 1px 4px rgb(146 161 176 / 15%);*/ - position: absolute; - top: 0; -} - -.nav-container { - display: flex; - justify-content: space-between; - align-items: center; - height: 62px; -} - -.navbar .menu-items { - display: flex; -} - -.navbar .nav-container li { - list-style: none; -} - -.navbar .nav-container a { - font-size: 1.0rem; - font-weight: 400; -} - -.navbar .nav-container a:hover{ - font-weight: bolder; -} - -.nav-container { - display: block; - position: relative; - height: 60px; -} - -.nav-container .checkbox { - position: absolute; - display: block; - height: 32px; - width: 32px; - top: 20px; - left: 20px; - z-index: 5; - opacity: 0; - cursor: pointer; -} - -.nav-container .hamburger-lines { - display: block; - height: 26px; - width: 32px; - position: absolute; - top: 17px; - left: 20px; - z-index: 2; - display: flex; - flex-direction: column; - justify-content: space-between; -} - -.nav-container .hamburger-lines .line { - display: block; - height: 4px; - width: 100%; - border-radius: 10px; - background: #0e2431; -} - -.nav-container .hamburger-lines .line1 { - transform-origin: 0% 0%; - transition: transform 0.4s ease-in-out; -} - -.nav-container .hamburger-lines .line2 { - transition: transform 0.2s ease-in-out; -} - -.nav-container .hamburger-lines .line3 { - transform-origin: 0% 100%; - transition: transform 0.4s ease-in-out; -} - -.navbar .menu-items { - position: relative; - padding-top: 55px; - box-shadow: 5px 3px 13px 0px rgb(204 204 204 / 80%); - min-height: 100vh; - width: 60%; - transform: translate(-150%); - display: flex; - flex-direction: column; - transition: transform 0.5s ease-in-out; - text-align: center; - z-index: 1; - background: white; -} - -.navbar .menu-items li { - margin-bottom: 12px; - font-size: 1.2rem; - font-weight: 800; -} - - -.nav-container input[type="checkbox"]:checked ~ .menu-items { - transform: translateX(0); -} - -.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 { - transform: rotate(45deg); -} - -.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 { - transform: scaleY(0); -} - -.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 { - transform: rotate(-45deg); -} - -.nav-container input[type="checkbox"]:checked ~ .logo{ - display: none; -} - - -.shadowbox { - width: 15em; - border: 1px solid #333; - box-shadow: 8px 8px 5px #444; - padding: 8px 12px; - background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc); -} - -.shadowprogress { - width: 15em; - border: 1px solid #333; - /* box-shadow: 8px 8px 5px #444; */ - padding: 8px 12px; - /* background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc); */ -} - -.shadowerror { - color: red; - width: 15em; - border: 1px solid #333; - box-shadow: 8px 8px 5px #444; - padding: 8px 12px; - background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc); -} - - -/* Style the tab */ -.tab { - overflow: hidden; - border: 1px solid #ccc; - background-color: #f1f1f1; -} - -/* Style the buttons inside the tab */ -.tab button { - background-color: inherit; - float: left; - border: none; - outline: none; - cursor: pointer; - padding: 14px 16px; - transition: 0.3s; - font-size: 17px; -} - -/* Change background color of buttons on hover */ -.tab button:hover { - background-color: #ddd; -} - -/* Create an active/current tablink class */ -.tab button.active { - background-color: #ccc; -} - -/* Style the tab content */ -.tabcontent { - display: none; - padding: 6px 12px; - border: 1px solid #ccc; - border-top: none; -} \ No newline at end of file diff --git a/bthome_phy6222/web/test.bin b/bthome_phy6222/web/test.bin deleted file mode 100644 index fdecb00..0000000 Binary files a/bthome_phy6222/web/test.bin and /dev/null differ diff --git a/bthome_phy6222/web/test2.bin b/bthome_phy6222/web/test2.bin deleted file mode 100644 index d1c03fa..0000000 Binary files a/bthome_phy6222/web/test2.bin and /dev/null differ