Changes for page LTS5 LoRa HMI Touch Screen
Last modified by Dilisi S on 2025/02/26 19:24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. xieby1 +XWiki.Xiaoling - Content
-
... ... @@ -24,11 +24,11 @@ 24 24 == 1.1 What is LTS5 LoRa HMI touch screen == 25 25 26 26 27 -LTS5 is a (% style="color:blue" %)LoRa / LoRaWAN HMI Touch Screen(%%) designed for display purpose of IoT project. It have a 5.0" HMI touch screen, and support WiFi, Bluetooch, LoRa wireless protocol. 27 +LTS5 is a (% style="color:blue" %)**LoRa / LoRaWAN HMI Touch Screen**(%%) designed for display purpose of IoT project. It have a **5.0" HMI touch screen**, and **support WiFi, Bluetooch, LoRa wireless protocol**. 28 28 29 29 LTS5 is an Open Source software project. The MCU is ESP32 and Dragino LA66 LoRa module. There are lots of development source for ESP32 which can greatly reduce the development time. 30 30 31 -The HMI touch screen of LTS5 supports drap & drop design. Developer can use SquareLine to easily customize the display UI for different application. 31 +The HMI touch screen of LTS5 **supports drap & drop design**. Developer can use SquareLine to easily customize the display UI for different application. 32 32 33 33 LTS5 use LA66 LoRa module, this module can be program to support private LoRa protocol or LoRaWAN protocol. 34 34 ... ... @@ -35,6 +35,7 @@ 35 35 36 36 == 1.2 Features == 37 37 38 + 38 38 * ESP32-WROOM MCU: 8MB RAM & 16MB ROM 39 39 * Dragino LA66 LoRa Module 40 40 * Support Private LoRa protocol or LoRaWAN protocol ... ... @@ -86,6 +86,7 @@ 86 86 87 87 * External 5V DC power adapter 88 88 90 + 89 89 == 1.5 Storage & Operation Temperature == 90 90 91 91 ... ... @@ -92,6 +92,7 @@ 92 92 * Operation Temperature: -20 ~~ 70°C (No Dew) 93 93 * Storage Temperature: -30 ~~ 70°C (No Dew) 94 94 97 + 95 95 == 1.6 Applications == 96 96 97 97 ... ... @@ -102,6 +102,7 @@ 102 102 * Smart Cities 103 103 * Smart Factory 104 104 108 + 105 105 = 2. Getting Started with Hello World = 106 106 107 107 == 2.1 About this demo == ... ... @@ -112,8 +112,10 @@ 112 112 113 113 == 2.2 Install Software Running Environment == 114 114 119 + 115 115 The ESP MCU can be developed using ESP-IDF, Arduino, or MicroPython. For this project, we utilize ESP-IDF for compilation and Visual Studio Code (VSCode) for editing. 116 116 122 + 117 117 === 2.2.1 Install VSCode and ESP-IDF extension === 118 118 119 119 ... ... @@ -530,9 +530,6 @@ 530 530 There are still some changes need to be done in sort.c, and omit here for the moment. 531 531 532 532 533 - 534 - 535 - 536 536 = 6. FAQ = 537 537 538 538 == 6.1 ==