Last modified by Mengting Qiu on 2025/07/03 18:55

From version 98.1
edited by David Huang
on 2023/08/10 08:41
Change comment: There is no comment for this version
To version 89.1
edited by David Huang
on 2023/08/09 17:34
Change comment: Uploaded new attachment "image-20230809173438-6.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -35,6 +35,8 @@
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 +
39 +
38 38  = 3. Configure to connect to different servers =
39 39  
40 40  == 3.1 General UDP Connection ==
... ... @@ -134,6 +134,8 @@
134 134  
135 135  * (% style="color:#037691" %)**Password:**(%%) <Your ThingSpeak MQTT Password>
136 136  
139 +
140 +
137 137  ==== 3.3.2.2 Publish Data to ThingSpeak Channel ====
138 138  
139 139  
... ... @@ -175,6 +175,8 @@
175 175  
176 176  * (% style="color:blue" %)**AT+SUBTOPIC=<YOUR_CHANNEL_ID>**
177 177  
182 +
183 +
178 178  ==== 3.3.3.2 Uplink Examples ====
179 179  
180 180  
... ... @@ -236,6 +236,8 @@
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  
245 +
246 +
239 239  == 3.4 Datacake ==
240 240  
241 241  === 3.4.1 Create device ===
... ... @@ -282,53 +282,35 @@
282 282  === 3.5.1 Configure [[Node-Red>>http://wiki.dragino.com/xwiki/bin/view/Main/Node-RED/]] ===
283 283  
284 284  
285 -Take S31-NB UDP protocol as an example.
293 +[[image:image-20230802112413-29.png]]
286 286  
287 -Dragino provides input flow examples for the sensors.
288 288  
289 -User can download the required JSON file through Dragino Node-RED input flow template.
296 +[[image:image-20230802112413-30.png]]
290 290  
291 -Download sample JSON file link: [[https:~~/~~/www.dropbox.com/sh/mduw85jcuwsua22/AAAvwPhg9z6dLjJhmZjqBf_ma?dl=0>>url:https://www.dropbox.com/sh/mduw85jcuwsua22/AAAvwPhg9z6dLjJhmZjqBf_ma?dl=0]]
292 292  
293 -We can directly import the template.
299 +=== 3.5.2 Simulate Connection ===
294 294  
295 -The templates for S31-NB and NB95S31B are the same.
296 296  
302 +[[image:image-20230802112413-31.png]]
297 297  
298 -[[image:image-20230809173127-4.png]]
299 299  
300 -Please select the NB95S31B template.
305 +=== 3.5.3 Configure NB-IoT Sensors ===
301 301  
302 -[[image:image-20230809173310-5.png]]
303 303  
304 -[[image:image-20230809173438-6.png]]
308 +* (% style="color:blue" %)**AT+PRO=3,0(hex format) or 3,5(json format)**(%%)    **~/~/  Set to mqtt Server and  Payload**
305 305  
306 -[[image:image-20230809173800-7.png]]
310 +* (% style="color:blue" %)**AT+CLIENT=any value**
307 307  
308 -Successfully imported template.
312 +* (% style="color:blue" %)**AT+UNAME=any value**
309 309  
310 -[[image:image-20230809173835-8.png]]
314 +* (% style="color:blue" %)**AT+PWD=any value**
311 311  
316 +* (% style="color:blue" %)**AT+PUBTOPIC=any value**
312 312  
313 -Users can set UDP port.
318 +* (% style="color:blue" %)**AT+SUBTOPIC=any value**
314 314  
315 -[[image:image-20230809174053-9.png]]
316 316  
317 -=== 3.5.2 Simulate Connection ===
318 318  
319 -We have completed the configuration of UDP. We can try sending packets to node red.
320 -
321 -[[image:image-20230810083934-1.png]]
322 -
323 -[[image:image-20230810084048-2.png]]
324 -
325 -=== 3.5.3 Configure NB-IoT Sensors ===
326 -
327 -
328 -* (% style="color:blue" %)**AT+PRO=2,0(hex format) or 2,1(json format)**(%%)    **~/~/  Set to UDP Server and  Payload**
329 -
330 -* **AT+SERVADDR=xx.xx.xx.xx,port   ** **~/~/  Set Server IP and  port**
331 -
332 332  == 3.6 ThingsBoard.Cloud (via MQTT) ==
333 333  
334 334  === 3.6.1 Configure ThingsBoard ===
... ... @@ -411,6 +411,8 @@
411 411  
412 412  * (% style="color:#037691" %)**AT+PWD=<device name> or User Defined**
413 413  
404 +
405 +
414 414  Test Uplink by click the button for 1 second
415 415  
416 416  [[image:image-20230802112413-41.png]]
... ... @@ -449,6 +449,8 @@
449 449  
450 450  * (% style="color:#037691" %)**Client ID: “Any value”**
451 451  
444 +
445 +
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,8 @@
459 459  
460 460  * (% style="color:#037691" %)**SUBTOPIC: “Any value”**
461 461  
456 +
457 +
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,8 @@
473 473  
474 474  * (% style="color:#037691" %)**AT+PWD=“Your device token”**
475 475  
472 +
473 +
476 476  === 3.7.2 Simulate with MQTT.fx ===
477 477  
478 478  [[image:image-20230802112413-52.png]]
... ... @@ -507,6 +507,8 @@
507 507  
508 508  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600 ** (%%) ~/~/ to set TCP server address and port
509 509  
508 +
509 +
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]]
518 +
519 +
520 +
image-20230809173800-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.David
Size
... ... @@ -1,1 +1,0 @@
1 -46.8 KB
Content
image-20230809173835-8.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.David
Size
... ... @@ -1,1 +1,0 @@
1 -88.8 KB
Content
image-20230809174053-9.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.David
Size
... ... @@ -1,1 +1,0 @@
1 -58.0 KB
Content
image-20230809180523-10.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.David
Size
... ... @@ -1,1 +1,0 @@
1 -91.9 KB
Content
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