Changes for page LTS5 LoRa HMI Touch Screen
Last modified by BoYang Xie on 2025/07/24 16:47
From version 195.6
edited by BoYang Xie
on 2025/07/24 16:21
on 2025/07/24 16:21
Change comment:
There is no comment for this version
To version 195.12
edited by BoYang Xie
on 2025/07/24 16:44
on 2025/07/24 16:44
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -439,20 +439,9 @@ 439 439 440 440 == 5.2 AT commands and LTS5 Panel Data Formats == 441 441 442 -AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**01**A4CBBB0A8E085C02,0,3 443 443 444 - AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**02**A4CB00,0,3443 +**Currently, there are two types of panel data formats in LTS5. One is the temperature and humidity type, and the other is the "switch" type. Here is the detailed introduction.** 445 445 446 -AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**03**A4CB00,0,3 447 - 448 -AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**04**A4CB00,0,3 449 - 450 -AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**05**A4CB00,0,3 451 - 452 -AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**06**A4CB00,0,3 453 - 454 -**LTS5 panel data format**: 455 - 456 456 ~1. AT+SEND=1,**01** **4b69746368656e2d467269676531FFFF A84041000181D4A8 01 A4CB BB0A 8E08 5C02**,0,3 457 457 458 458 **01:** encrypt. 1 Byte. 01 ~-~-> no encryption. This 1-byte information is now invalid; simply write 0x01 instead. ... ... @@ -481,6 +481,7 @@ 481 481 482 482 **5C02:**The humidity of the built-in sensor in LHT65N. 2 Bytes. Humidity: 0x025C/10=60.4% 483 483 473 + 484 484 2. AT+SEND=1,**01** **4b69746368656e2d467269676531FFFF** **A84041000181D4A8** **02 A4CB 00**,0,3 485 485 486 486 Specific sections of the data share the same function. ... ... @@ -491,10 +491,27 @@ 491 491 492 492 If Panel Type is 0x04, **Status: 00~-~->Free; 01~-~->Occupied.** 493 493 494 - If Panel Type is 0x05, **Status: 00~-~->OFF; 01~-~->ON.** 484 + If Panel Type is 0x05, **Status: 00~-~->OFF; 01~-~->ON.** 495 495 496 - If Panel Type is 0x06, **Status: 00~-~->OFF; 01~-~->Alarm.** 486 + If Panel Type is 0x06, **Status: 00~-~->OFF; 01~-~->Alarm.** 497 497 488 + 489 +Below are examples of AT commands for each type. 490 + 491 + 492 +AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**01**A4CBBB0A8E085C02,0,3 493 + 494 +AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**02**A4CB00,0,3 495 + 496 +AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**03**A4CB00,0,3 497 + 498 +AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**04**A4CB00,0,3 499 + 500 +AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**05**A4CB00,0,3 501 + 502 +AT+SEND=1,014b69746368656e2d467269676531FFFFA84041000181D4A8**06**A4CB00,0,3 503 + 504 + 498 498 == 5.3 Usage == 499 499 500 500 After burning the firmware into LTS5, you can use an LA66 equipped with peer-to-peer firmware to send data to LTS5 via AT commands.