Last modified by Mengting Qiu on 2025/03/08 11:33
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 5 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Edwin1 +XWiki.David - Content
-
... ... @@ -1,5 +1,4 @@ 1 -(% class="wikigeneratedid" %) 2 -**Table of Contents:** 1 +== **Table of Contents:** == 3 3 4 4 {{toc/}} 5 5 ... ... @@ -33,7 +33,7 @@ 33 33 Austria, Belgium, Bulgaria, Croatia, Czech Republic, Denmark, Finland, Germany, Great Britain, Greece, Hungary, Ireland, Italy, Latvia, Malta, Netherlands, Norway, Puerto Rico, Russia, Slovak , Republic, Slovenia, Spain, Sweden, Switzerland, Taiwan, USA, US Virgin Islands 34 34 )))|(% style="width:135px" %) 35 35 |(% style="width:117px" %)China Mobile|(% style="width:151px" %)No need configure|(% style="width:474px" %)China Mainland, HongKong|(% style="width:135px" %) 36 -|(% style="width:117px" %)China Telecom|(% style="width:151px" %) 35 +|(% style="width:117px" %)China Telecom|(% style="width:151px" %)ctnb|(% style="width:474px" %)China Mainland|(% style="width:135px" %) 37 37 38 38 = 3. Configure to connect to different servers = 39 39 ... ... @@ -351,7 +351,6 @@ 351 351 * (% style="color:#037691" %)**AT+UNAME=<device name> or User Defined** 352 352 * (% style="color:#037691" %)**AT+PWD=<device name> or User Defined** 353 353 354 - 355 355 Test Uplink by click the button for 1 second 356 356 357 357 [[image:image-20230802112413-41.png]] ... ... @@ -378,19 +378,21 @@ 378 378 [[image:image-20230802112413-46.png]] 379 379 380 380 381 - On theConnectionProfilewindow,set thefollowing information:(这边加一个截图)**379 +The device needs to enable the TLS mode and set the (% style="color:blue" %)**AT+TLSMOD=1,0**(%%) command. 382 382 381 +On the Connection Profile window, set the following information: 382 + 383 383 * (% style="color:blue" %)**Profile Name: “Any name”** 384 384 385 385 * (% style="color:blue" %)**Broker Address: mqtt.tago.io** 386 386 387 -* (% style="color:blue" %)**Broker Port: 1883**387 +* (% style="color:blue" %)**Broker Port: 8883** 388 388 389 389 * (% style="color:blue" %)**Client ID: “Any value”** 390 390 391 -On the section User credentials, set the following information: **(这边加一个截图)**391 +On the section User credentials, set the following information: 392 392 393 -* (% style="color:blue" %)**User Name: “Any value”** 393 +* (% style="color:blue" %)**User Name: “Any value”** (%%) ~/~/ Tago validates your user by the token only 394 394 395 395 * (% style="color:blue" %)**Password: “Your device token”** 396 396 ... ... @@ -398,17 +398,28 @@ 398 398 399 399 * (% style="color:blue" %)**SUBTOPIC: “Any value”** 400 400 401 +(% style="color:blue" %)**AT command:** 402 + 403 +* **AT+PRO=3,0 or 3,5 **~/~/ hex format or json format 404 + 405 +* **AT+SUBTOPIC=<device name>** **or User Defined** 406 +* **AT+PUBTOPIC=<device name>or User Defined** 407 +* **AT+CLIENT=<device name> or User Defined** 408 +* **AT+UNAME=<device name> or User Defined** 409 +* **AT+PWD=“Your device token”** 410 + 401 401 === 3.7.2 Simulate with MQTT.fx === 402 402 413 +[[image:image-20230802112413-52.png]] 403 403 404 -[[image:image-20230802112413-47.png]] 405 405 406 -[[image:image-2023080 2112413-48.png]]416 +[[image:image-20230808105300-2.png]] 407 407 408 408 Users can run the (% style="color:blue" %)**AT+PRO=3,5**(%%) command, and the payload will be converted to **JSON format**. 409 409 420 +[[image:image-20230808105217-1.png]] 410 410 411 -[[image:image-2023080 2112413-49.png]]422 +[[image:image-20230808105329-3.png]] 412 412 413 413 414 414 === 3.7.3 tago data === ... ... @@ -419,32 +419,23 @@ 419 419 [[image:image-20230802112413-51.png||height="184" width="696"]] 420 420 421 421 422 -=== 3.7.4 TLS mode === 423 423 434 +== 3.8 TCP Connection == 424 424 425 -Users can choose to use (% style="color:blue" %)**SSL/TLS**(%%) mode. 426 426 427 -On the SSL/TLS section, check the option **Enable SSL/TLS**, and click OK. 437 +* **AT+PRO=4,0 ** ~/~/ Set to use TCP protocol to uplink(HEX format) 438 +* **AT+PRO=4,1 ** ~/~/ Set to use TCP protocol to uplink(JSON format) 439 +* **AT+SERVADDR=120.24.4.116,5600 **~/~/ to set TCP server address and port 428 428 429 - Thedeviceneedstoenable the TLS mode andset(%style="color:blue" %)**AT+TLSMOD=1,0**(%%) command.441 +**Sensor Console Output when Uplink** 430 430 431 - * (% style="color:blue" %)**Profile Name:“Any name”**443 +[[image:image-20230807233631-1.png]] 432 432 433 -* (% style="color:blue" %)**Broker Address: mqtt.tago.io** 434 434 435 -* (% style="color:blue"%)**BrokerPort: 8883**446 +**See result in TCP Server** 436 436 437 - * (% style="color:blue" %)**Client ID:“Any value”**448 +[[image:image-20230807233631-2.png]] 438 438 439 -* (% style="color:blue" %)**User Name: “Any value”** (%%) ~/~/ Tago validates your user by the token only 440 440 441 -* (% style="color:blue" %)**Password: “Your device token”** 442 442 443 -* (% style="color:blue" %)**PUBTOPIC: “Any value”** 444 - 445 -* (% style="color:blue" %)**SUBTOPIC: “Any value”** 446 - 447 -[[image:image-20230802112413-52.png]] 448 - 449 - 450 450
- image-20230807233631-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Edwin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +21.9 KB - Content
- image-20230807233631-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Edwin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.6 KB - Content
- image-20230808105217-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.David - Size
-
... ... @@ -1,0 +1,1 @@ 1 +68.5 KB - Content
- image-20230808105300-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.David - Size
-
... ... @@ -1,0 +1,1 @@ 1 +70.1 KB - Content
- image-20230808105329-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.David - Size
-
... ... @@ -1,0 +1,1 @@ 1 +21.1 KB - Content