<
From version < 59.1 >
edited by Edwin Chen
on 2023/08/07 10:07
To version < 73.1 >
edited by David Huang
on 2023/08/08 16:24
>
Change comment: Uploaded new attachment "image-20230808162421-3.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +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  
... ... @@ -19,6 +19,8 @@
19 19  1. Insert the SIM card to Sensor
20 20  1. [[Configure APN>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20configure%20APN%20in%20the%20node/]] in the sensor (% class="mark" %)(补充 APN 指令(%%))
21 21  
21 +(% class="mark" %)插入 SIM 卡图片
22 +
22 22  After doing above, the NB-IoT Sensors should be able to attach to NB-IoT network .
23 23  
24 24  The -NB and -NS models support (% style="color:blue" %)**LTE Cat NB2**(%%), with below frequency band: multiple frequency bands of (% style="color:blue" %)**B1/B2/B3/B4/B5/B8/B12/B13/B14/B17/B18/B19/B20/B25/B28/B66/B70/B85**(%%) . Make sure you use a the NB-IoT SIM card.
... ... @@ -31,7 +31,7 @@
31 31  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
32 32  )))|(% style="width:135px" %)
33 33  |(% style="width:117px" %)China Mobile|(% style="width:151px" %)No need configure|(% style="width:474px" %)China Mainland, HongKong|(% style="width:135px" %)
34 -|(% style="width:117px" %)China Telecom|(% style="width:151px" %) |(% style="width:474px" %)China Mainland|(% style="width:135px" %)
35 +|(% style="width:117px" %)China Telecom|(% style="width:151px" %)ctnb|(% style="width:474px" %)China Mainland|(% style="width:135px" %)
35 35  
36 36  = 3. Configure to connect to different servers =
37 37  
... ... @@ -349,8 +349,6 @@
349 349  * (% style="color:#037691" %)**AT+UNAME=<device name> or User Defined**
350 350  * (% style="color:#037691" %)**AT+PWD=<device name> or User Defined**
351 351  
352 -
353 -
354 354  Test Uplink by click the button for 1 second
355 355  
356 356  [[image:image-20230802112413-41.png]]
... ... @@ -377,19 +377,21 @@
377 377  [[image:image-20230802112413-46.png]]
378 378  
379 379  
380 -On the Connection Profilwindow, set the following information: **(这边加一个截图)**
379 +The device needs to enable the TLS modand set the (% style="color:blue" %)**AT+TLSMOD=1,0**(%%) command.
381 381  
381 +On the Connection Profile window, set the following information:
382 +
382 382  * (% style="color:blue" %)**Profile Name: “Any name”**
383 383  
384 384  * (% style="color:blue" %)**Broker Address: mqtt.tago.io**
385 385  
386 -* (% style="color:blue" %)**Broker Port: 1883**
387 +* (% style="color:blue" %)**Broker Port: 8883**
387 387  
388 388  * (% style="color:blue" %)**Client ID: “Any value”**
389 389  
390 -On the section User credentials, set the following information: **(这边加一个截图)**
391 +On the section User credentials, set the following information:
391 391  
392 -* (% style="color:blue" %)**User Name: “Any value”**  (%%) ~/~/  Tago validates your user by the token only
393 +* (% style="color:blue" %)**User Name: “Any value”** (%%) ~/~/ Tago validates your user by the token only
393 393  
394 394  * (% style="color:blue" %)**Password: “Your device token”**
395 395  
... ... @@ -397,17 +397,28 @@
397 397  
398 398  * (% style="color:blue" %)**SUBTOPIC: “Any value”**
399 399  
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 +
400 400  === 3.7.2 Simulate with MQTT.fx ===
401 401  
413 +[[image:image-20230802112413-52.png]]
402 402  
403 -[[image:image-20230802112413-47.png]]
404 404  
405 -[[image:image-20230802112413-48.png]]
416 +[[image:image-20230808105300-2.png]]
406 406  
407 407  Users can run the (% style="color:blue" %)**AT+PRO=3,5**(%%) command, and the payload will be converted to **JSON format**.
408 408  
420 +[[image:image-20230808105217-1.png]]
409 409  
410 -[[image:image-20230802112413-49.png]]
422 +[[image:image-20230808105329-3.png]]
411 411  
412 412  
413 413  === 3.7.3 tago data ===
... ... @@ -418,32 +418,23 @@
418 418  [[image:image-20230802112413-51.png||height="184" width="696"]]
419 419  
420 420  
421 -=== 3.7.4 TLS mode ===
422 422  
434 +== 3.8 TCP Connection ==
423 423  
424 -Users can choose to use (% style="color:blue" %)**SSL/TLS**(%%) mode.
425 425  
426 -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
427 427  
428 -The device needs to enable the TLS mode anset the (% style="color:blue" %)**AT+TLSMOD=1,0**(%%) command.
441 +**Sensor Console Output when Uplink**
429 429  
430 -* (% style="color:blue" %)**Profile Name: “Any name”**
443 +[[image:image-20230807233631-1.png]]
431 431  
432 -* (% style="color:blue" %)**Broker Address: mqtt.tago.io**
433 433  
434 -* (% style="color:blue" %)**BrokePort: 8883**
446 +**See result in TCP Server**
435 435  
436 -* (% style="color:blue" %)**Client ID: “Any value”**
448 +[[image:image-20230807233631-2.png]]
437 437  
438 -* (% style="color:blue" %)**User Name: “Any value”** (%%) ~/~/ Tago validates your user by the token only
439 439  
440 -* (% style="color:blue" %)**Password: “Your device token”**
441 441  
442 -* (% style="color:blue" %)**PUBTOPIC: “Any value”**
443 -
444 -* (% style="color:blue" %)**SUBTOPIC: “Any value”**
445 -
446 -[[image:image-20230802112413-52.png]]
447 -
448 -
449 449  
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
image-20230808162301-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +76.9 KB
Content
image-20230808162342-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +63.8 KB
Content
image-20230808162421-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +59.2 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0