Changes for page LTS5 LoRa HMI Touch Screen
Last modified by Dilisi S on 2025/02/26 19:24
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.pradeeka - Content
-
... ... @@ -21,18 +21,17 @@ 21 21 22 22 = 1. Introduction = 23 23 24 -== 1.1 What is LTS5 LoRa HMI touchscreen ==24 +== 1.1 What is the LTS5 LoRa HMI Touch Screen? == 25 25 26 26 27 -LTS5 is a (% style="color:blue" %)**LoRa / LoRaWAN HMI Touch Screen**(%%) designed for display purposeofIoT project. Ithave a **5.0"HMI touch screen**,and**support WiFi, Bluetooch, LoRa wireless protocol**.27 +The LTS5 is a (% style="color:blue" %)**LoRa / LoRaWAN HMI Touch Screen**(%%) designed for displaying information in IoT projects. It features a **5.0-inch HMI touch screen** and supports **Wi-Fi**, **Bluetooth**, and **LoRa** wireless protocols. 28 28 29 -LTS5 is an OpenSource software project.TheMCUisESP32 and Dragino LA66 LoRa module. Therearelotsofdevelopment source for ESP32which can greatly reducethedevelopment time.29 +The LTS5 is an open-source software project powered by an **ESP32 MCU** and a **Dragino LA66 LoRa** module. The extensive development resources available for ESP32 can significantly reduce development time. 30 30 31 -The HMI touch screen of LTS5 **supports drap &drop design**.Developercanuse SquareLine to easily customize the display UI fordifferentapplication.31 +The LTS5's HMI touch screen supports **drag-and-drop** design, allowing developers to use SquareLine to easily customize the display UI for various applications. 32 32 33 - LTS5 use LA66 LoRa module,this modulecan be program to support private LoRa protocol or LoRaWAN protocol.33 +The LA66 LoRa module can be programmed to support either private LoRa protocols or the LoRaWAN protocol. 34 34 35 - 36 36 == 1.2 Features == 37 37 38 38 ... ... @@ -48,7 +48,7 @@ 48 48 * 5V DC power 49 49 * IP Rating: IP52 50 50 51 -== 1.3 Specification == 50 +== 1.3 Specifications == 52 52 53 53 54 54 **LoRa**: ... ... @@ -87,7 +87,6 @@ 87 87 88 88 * External 5V DC power adapter 89 89 90 - 91 91 == 1.5 Storage & Operation Temperature == 92 92 93 93 ... ... @@ -94,7 +94,6 @@ 94 94 * Operation Temperature: -20 ~~ 70°C (No Dew) 95 95 * Storage Temperature: -30 ~~ 70°C (No Dew) 96 96 97 - 98 98 == 1.6 Applications == 99 99 100 100 ... ... @@ -105,19 +105,25 @@ 105 105 * Smart Cities 106 106 * Smart Factory 107 107 108 - 109 109 = 2. Getting Started with Hello World = 110 110 111 111 == 2.1 About this demo == 112 112 113 113 114 - In thisGettingStartedExample,wewill showhow to design a simpleDisplay UIand uploadittoLTS5.This UI has a button , when user click thebutton. TheWeb UI will jumpto anew page.110 +This getting started example demonstrates how to design and deploy a simple display UI for the LTS5 device. The example includes: 115 115 112 +* Creating a basic UI with a single button. 113 +* Implementing functionality to navigate the Web UI to a new page when the button is clicked. 114 +* Uploading the UI to the LTS5 device. 116 116 116 + 117 +By completing this demo, you will gain foundational knowledge for customizing the LTS5 interface and building more advanced IoT applications. 118 + 119 + 117 117 == 2.2 Install Software Running Environment == 118 118 119 119 120 -The ESP MCU canbedevelopedusingtilizeforediting.123 +The **ESP MCU** supports development using **ESP-IDF**, **Arduino**, or **MicroPython**. For this project, we use **ESP-IDF** for compilation and **Visual Studio Code (VS Code)** as the development environment. 121 121 122 122 123 123 === 2.2.1 Install VSCode and ESP-IDF extension ===