Last modified by Mengting Qiu on 2025/03/08 11:33
Change comment:
Uploaded new attachment "image-20230809180523-10.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Edwin1 +XWiki.David - Content
-
... ... @@ -17,7 +17,7 @@ 17 17 18 18 1. Get a NB-IoT SIM card from Service Provider. (Not the same as the SIM card we use in mobile phone) 19 19 1. Insert the SIM card to Sensor 20 -1. [[Configure APN>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20configure%20APN%20in%20the%20node/]] in the sensor ( AT+APN=<APN>)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 22 22 [[image:image-20230808205045-1.png||height="293" width="438"]] 23 23 ... ... @@ -26,7 +26,7 @@ 26 26 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. 27 27 28 28 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:878px" %) 29 -|(% style="background-color:#4f81bd; color:white; width:117px" %)**SIM Provider**|(% style="background-color:#4f81bd; color:white; width:151px" %)**A T+APN=**|(% style="background-color:#4f81bd; color:white; width:474px" %)**NB-IoT Coverage**|(% style="background-color:#4f81bd; color:white; width:135px" %)**Comments**29 +|(% style="background-color:#4f81bd; color:white; width:117px" %)**SIM Provider**|(% style="background-color:#4f81bd; color:white; width:151px" %)**APN**|(% style="background-color:#4f81bd; color:white; width:474px" %)**NB-IoT Coverage**|(% style="background-color:#4f81bd; color:white; width:135px" %)**Comments** 30 30 |(% style="width:117px" %)**[[1NCE>>https://1nce.com]]**|(% style="width:151px" %)iot.1nce.net|(% style="width:474px" %)((( 31 31 **[[Coverage Reference Link>>https://1nce.com/en-ap/1nce-connect]]** 32 32 ... ... @@ -35,6 +35,7 @@ 35 35 |(% style="width:117px" %)China Mobile|(% style="width:151px" %)No need configure|(% style="width:474px" %)China Mainland, HongKong|(% style="width:135px" %) 36 36 |(% style="width:117px" %)China Telecom|(% style="width:151px" %)ctnb|(% style="width:474px" %)China Mainland|(% style="width:135px" %) 37 37 38 + 38 38 = 3. Configure to connect to different servers = 39 39 40 40 == 3.1 General UDP Connection == ... ... @@ -134,6 +134,7 @@ 134 134 135 135 * (% style="color:#037691" %)**Password:**(%%) <Your ThingSpeak MQTT Password> 136 136 138 + 137 137 ==== 3.3.2.2 Publish Data to ThingSpeak Channel ==== 138 138 139 139 ... ... @@ -175,6 +175,7 @@ 175 175 176 176 * (% style="color:blue" %)**AT+SUBTOPIC=<YOUR_CHANNEL_ID>** 177 177 180 + 178 178 ==== 3.3.3.2 Uplink Examples ==== 179 179 180 180 ... ... @@ -236,6 +236,7 @@ 236 236 |(% colspan="1" style="background-color:#4f81bd; color:white; width:143px" %)SN50V3-NB mod5|(% colspan="1" style="width:103px" %)mod|(% colspan="1" style="width:102px" %)Battery|(% colspan="1" style="width:157px" %)RSSI|(% colspan="1" style="width:154px" %)DS18B20 Temp|(% colspan="1" style="width:153px" %)adc0|(% colspan="1" style="width:151px" %)exit_state/input PA4|(% colspan="1" style="width:160px" %)Weight|(% colspan="1" style="width:152px" %) |(% colspan="1" style="width:67px" %) |(% colspan="1" style="width:69px" %) 237 237 |(% colspan="1" style="background-color:#4f81bd; color:white; width:143px" %)SN50V3-NB mod6|(% colspan="1" style="width:103px" %)mod|(% colspan="1" style="width:102px" %)Battery|(% colspan="1" style="width:157px" %)RSSI|(% colspan="1" style="width:154px" %)count|(% colspan="1" style="width:153px" %) |(% colspan="1" style="width:151px" %) |(% colspan="1" style="width:160px" %) |(% colspan="1" style="width:152px" %) |(% colspan="1" style="width:67px" %) |(% colspan="1" style="width:69px" %) 238 238 242 + 239 239 == 3.4 Datacake == 240 240 241 241 === 3.4.1 Create device === ... ... @@ -318,9 +318,7 @@ 318 318 319 319 We have completed the configuration of UDP. We can try sending packets to node red. 320 320 321 -[[image:image-20230810083934-1.png]] 322 322 323 -[[image:image-20230810084048-2.png]] 324 324 325 325 === 3.5.3 Configure NB-IoT Sensors === 326 326 ... ... @@ -327,8 +327,9 @@ 327 327 328 328 * (% style="color:blue" %)**AT+PRO=2,0(hex format) or 2,1(json format)**(%%) **~/~/ Set to UDP Server and Payload** 329 329 330 -* **AT+SERVADDR=xx.xx.xx.xx,port 332 +* **AT+SERVADDR=xx.xx.xx.xx,port ** **~/~/ Set Server IP and port** 331 331 334 + 332 332 == 3.6 ThingsBoard.Cloud (via MQTT) == 333 333 334 334 === 3.6.1 Configure ThingsBoard === ... ... @@ -411,6 +411,7 @@ 411 411 412 412 * (% style="color:#037691" %)**AT+PWD=<device name> or User Defined** 413 413 417 + 414 414 Test Uplink by click the button for 1 second 415 415 416 416 [[image:image-20230802112413-41.png]] ... ... @@ -449,6 +449,7 @@ 449 449 450 450 * (% style="color:#037691" %)**Client ID: “Any value”** 451 451 456 + 452 452 (% style="color:blue" %)**On the section User credentials, set the following information:** 453 453 454 454 * (% style="color:#037691" %)**User Name: “Any value”** (%%) **~/~/ Tago validates your user by the token only** ... ... @@ -459,6 +459,7 @@ 459 459 460 460 * (% style="color:#037691" %)**SUBTOPIC: “Any value”** 461 461 467 + 462 462 (% style="color:blue" %)**AT command:** 463 463 464 464 * (% style="color:#037691" %)**AT+PRO=3,0 or 3,5 ** (%%) **~/~/ hex format or json format** ... ... @@ -473,6 +473,7 @@ 473 473 474 474 * (% style="color:#037691" %)**AT+PWD=“Your device token”** 475 475 482 + 476 476 === 3.7.2 Simulate with MQTT.fx === 477 477 478 478 [[image:image-20230802112413-52.png]] ... ... @@ -507,6 +507,7 @@ 507 507 508 508 * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600 ** (%%) ~/~/ to set TCP server address and port 509 509 517 + 510 510 (% style="color:blue" %)**Sensor Console Output when Uplink:** 511 511 512 512 [[image:image-20230807233631-1.png]] ... ... @@ -515,3 +515,6 @@ 515 515 (% style="color:blue" %)**See result in TCP Server:** 516 516 517 517 [[image:image-20230807233631-2.png]] 526 + 527 + 528 +
- image-20230810083934-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.David - Size
-
... ... @@ -1,1 +1,0 @@ 1 -85.1 KB - Content
- image-20230810084048-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.David - Size
-
... ... @@ -1,1 +1,0 @@ 1 -63.7 KB - Content