Changes for page DMT01
Last modified by Mengting Qiu on 2025/08/11 18:25
From version 27.1
edited by Mengting Qiu
on 2025/08/01 18:59
on 2025/08/01 18:59
Change comment:
There is no comment for this version
To version 31.3
edited by Mengting Qiu
on 2025/08/04 17:07
on 2025/08/04 17:07
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -115,7 +115,7 @@ 115 115 116 116 == 1.8 Button Function == 117 117 118 -[[image: image-20230717144740-2.png||_mstalt="430794"height="391" width="267"]]118 +[[image:1754120439617-600.jpg||height="404" width="404"]] 119 119 120 120 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:536.222px" %) 121 121 |=(% style="width: 147px; background-color: rgb(79, 129, 189); color: white;" %)**Behavior on ACT**|=(% style="width: 130px; background-color: rgb(79, 129, 189); color: white;" %)**Function**|=(% style="width: 254px; background-color: rgb(79, 129, 189); color: white;" %)**Action** ... ... @@ -134,10 +134,11 @@ 134 134 135 135 136 136 137 - 138 138 == 1.9 Power on device and Recharge Probe == 139 139 140 140 140 + 141 + 141 141 = 2. Use DMT01 = 142 142 143 143 == 2.1 How it works == ... ... @@ -188,16 +188,98 @@ 188 188 ))) 189 189 190 190 191 -== 2.2 LoRaWANPayload==192 +== 2.2 How it works? == 192 192 194 +((( 195 +((( 196 + 197 +))) 193 193 199 +The DMT01 is configured as (% style="color:#037691" %)**LoRaWAN OTAA Class A**(%%) mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and press the button to activate the DMT01. It will automatically join the network via OTAA and start to send the sensor value. 194 194 195 -== 2.3 Bluetoothe Broadcast Payload == 201 +((( 202 +On each uplink, DMT01 will get the temperature from the sensor and send it to the server. 203 +))) 204 +))) 196 196 197 197 207 +== 2.3 Quick guide to connect to LoRaWAN server (OTAA) == 198 198 199 199 210 +Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LPS8v2>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html]] as a LoRaWAN gateway in this example. 200 200 212 +The LPS8V2 is already set to connected to [[TTN network >>url:https://console.cloud.thethings.network/]], so what we need to now is configure the TTN server. 213 + 214 +[[image:image-20240905150538-1.png||height="275" width="730"]] 215 + 216 + 217 +(% style="color:blue" %)**Step 1:**(%%) Create a device in TTN with the OTAA keys from DMT01. 218 + 219 +Each DMT01 is shipped with a sticker with the default device EUI as below: 220 + 221 +[[image:image-20250328135423-1.jpeg||height="192" width="413"]](% style="display:none" %) 222 + 223 +You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:(% style="display:none" %) 224 + 225 +(% style="color:blue" %)**Create the application.** 226 + 227 +[[image:image-20240907111048-1.png||height="183" width="1001"]] 228 + 229 +[[image:image-20240907111305-2.png||height="572" width="1000"]] 230 + 231 +(% style="color:blue" %)**Add devices to the created Application.** 232 + 233 +[[image:image-20240907111659-3.png||height="185" width="977"]] 234 + 235 +[[image:image-20240907111820-5.png||height="377" width="975"]] 236 + 237 +(% style="color:blue" %)**Enter end device specifics manually.** 238 + 239 +[[image:image-20240907112136-6.png||height="687" width="697"]] 240 + 241 +(% style="color:blue" %)**Add DevEUI and AppKey.** 242 + 243 +(% style="color:blue" %)**Customize a platform ID for the device.** 244 + 245 +[[image:image-20240907112427-7.png]] 246 + 247 + 248 +(% style="color:blue" %)**Step 2: **(%%)Add decoder 249 + 250 +In TTN, user can add a custom payload so it shows friendly reading. 251 + 252 +Click this link to get the decoder: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/>>url:https://github.com/dragino/dragino-end-node-decoder/tree/main/]] 253 + 254 +Below is TTN screen shot: 255 + 256 +[[image:image-20240907113746-8.png||height="567" width="1166"]] 257 + 258 +[[image:image-20240907115849-10.png||height="615" width="1038"]] 259 + 260 +(% style="color:blue" %)**Step 3:**(%%) Activate on LTC2-LB 261 + 262 +Press the button for 5 seconds to activate the LTC2-LB. 263 + 264 +(% style="color:green" %)**Green led**(%%) will fast blink 5 times, device will enter (% style="color:blue" %)**OTA mode**(%%) for 3 seconds. And then start to JOIN LoRaWAN network. (% style="color:green" %)**Green led**(%%) will solidly turn on for 5 seconds after joined in network. 265 + 266 +After join success, it will start to upload messages to TTN and you can see the messages in the panel. 267 + 268 + 269 + 270 + 271 + 272 + 273 + 274 +== 2.3 LoRaWAN Payload == 275 + 276 + 277 + 278 +== 2.4 Bluetoothe Broadcast Payload == 279 + 280 + 281 + 282 + 283 + 201 201 = 3. Configure DMT01 ~-~- 需要修改 = 202 202 203 203 == 3.1 Configure Methods ==
- 1754120439617-600.jpg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.ting - Size
-
... ... @@ -1,0 +1,1 @@ 1 +194.6 KB - Content