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

From version 173.1
edited by kai
on 2024/07/29 16:15
Change comment: Uploaded new attachment "image-20240729161543-9.png", version {1}
To version 180.1
edited by Xiaoling
on 2024/08/07 15:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kai
1 +XWiki.Xiaoling
Content
... ... @@ -164,6 +164,8 @@
164 164  
165 165  * (% style="color:#037691" %)**Password:**(%%) <Your ThingSpeak MQTT Password>
166 166  
167 +
168 +
167 167  ==== 3.3.2.2 Publish Data to ThingSpeak Channel ====
168 168  
169 169  
... ... @@ -205,6 +205,8 @@
205 205  
206 206  * (% style="color:blue" %)**AT+SUBTOPIC=<YOUR_CHANNEL_ID>**
207 207  
210 +
211 +
208 208  ==== 3.3.3.2 Uplink Examples ====
209 209  
210 210  
... ... @@ -266,6 +266,7 @@
266 266  |(% 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" %)
267 267  |(% 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" %)
268 268  
273 +
269 269  == 3.4 [[Datacake>>https://datacake.co/]] ==
270 270  
271 271  
... ... @@ -280,10 +280,13 @@
280 280  
281 281  * (% style="color:blue" %)**S31B-NB-GE**(%%): This verson doesn't have pre-configure Datacake connection. User need to enter the AT Commands to connect to Datacake. See below for instruction.
282 282  
288 +
289 +
283 283  === 3.4.1 For device Already has template ===
284 284  
285 285  ==== 3.4.1.1 Create Device ====
286 286  
294 +
287 287  (% style="color:blue" %)**Add Device**(%%) in DataCake.
288 288  
289 289  [[image:image-20230808162301-1.png||height="453" width="952"]]
... ... @@ -354,8 +354,11 @@
354 354  
355 355  **Step6: Please add the decoder at the payload decoder of the device configuration.**
356 356  
357 -**Decoder location:**[[dragino-end-node-decoder/Datacake-Dragino_NB at main · dragino/dragino-end-node-decoder (github.com)>>url:https://github.com/dragino/dragino-end-node-decoder/tree/main/Datacake-Dragino_NB]]
365 +**Decoder location: **[[dragino-end-node-decoder/Datacake-Dragino_NB at main · dragino/dragino-end-node-decoder (github.com)>>url:https://github.com/dragino/dragino-end-node-decoder/tree/main/Datacake-Dragino_NB]]
358 358  
367 +**Due to version update, please use the following decoder for the new version firmware:**
368 +[[dragino-end-node-decoder/Datacake-Dragino_NB_New_Version at main · dragino/dragino-end-node-decoder (github.com)>>url:https://github.com/dragino/dragino-end-node-decoder/tree/main/Datacake-Dragino_NB_New_Version]]
369 +
359 359  [[image:image-20240129172056-7.png||height="457" width="816"]]
360 360  
361 361  [[image:image-20240129173116-9.png||height="499" width="814"]]
... ... @@ -446,6 +446,8 @@
446 446  * (% style="color:#037691" %)**AT+UNAME=<device name> or User Defined**
447 447  * (% style="color:#037691" %)**AT+PWD=“Your device token”**
448 448  
460 +
461 +
449 449  == 3.6 ThingsBoard.Cloud (via MQTT) ==
450 450  
451 451  === 3.6.1 Configure ThingsBoard ===
... ... @@ -537,11 +537,88 @@
537 537  [[image:image-20230802112413-43.png||height="407" width="825"]]
538 538  
539 539  
540 -== 3.7 [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) ==
553 +== 3.7 ThingsBoard.Cloud (via COAP) ==
541 541  
542 -=== 3.7.1 Create device & Get Credentials ===
555 +=== 3.7.1 Configure ThingsBoard ===
543 543  
557 +==== 3.7.1.1 Create Uplink & Downlink Converter ====
544 544  
559 +
560 +(% style="color:blue" %)**Uplink Converter**
561 +
562 +The purpose of the decoder function is to parse the incoming data and metadata to a format that ThingsBoard can consume. deviceName and deviceType are required, while attributes and telemetry are optional. Attributes and telemetry are flat key-value objects. Nested objects are not supported.
563 +
564 +To create an uplink converter go to the (% style="color:blue" %)**Integrations center**(%%) -> (% style="color:blue" %)**Data converters**(%%) page and click (% style="color:blue" %)**“plus”** (%%)button. Name it (% style="color:blue" %)**“COAP Uplink Converter”**(%%) and select type (% style="color:blue" %)"**Uplink"**(%%). Use debug mode for now.
565 +
566 +[[image:image-20240729141300-1.png||height="552" width="1115"]]
567 +
568 +
569 +(% style="color:blue" %)**Downlink Converter**
570 +
571 +The Downlink converter transforming outgoing RPC message and then the Integration sends it to external COAP broker.
572 +
573 +[[image:image-20240729142505-3.png||height="507" width="1023"]]
574 +
575 +
576 +==== 3.7.1.2 COAP Integration Setup ====
577 +
578 +
579 +Go to the (% style="color:blue" %)**Integrations center**(%%) **->** (% style="color:blue" %)**Integrations page**(%%) and click **“(% style="color:blue" %)plus(%%)”** icon to add a new integration. Name it (% style="color:blue" %)**“CoAP Integration”**(%%), select type **COAP    **(% style="color:blue" %);
580 +
581 +[[image:image-20240729144058-4.png||height="506" width="1021"]]
582 +
583 +
584 +The next steps is to add the recently created uplink converters;
585 +
586 +[[image:image-20240729150142-5.png||height="507" width="1023"]]
587 +
588 +
589 +==== 3.7.1.3 Add COAP Integration ====
590 +
591 +
592 +==== [[image:image-20240729161543-9.png||height="500" width="1009"]] ====
593 +
594 +
595 +=== 3.7.2 Node Configuration(Example: Connecting to the Thingsboard platform) ===
596 +
597 +==== 3.7.2.1 Instruction Description ====
598 +
599 +
600 +* AT+PRO=1,0(HEX format uplink)  &AT+PRO=1,5(JSON format uplink)
601 +* AT+SERVADDR=COAP Server Address,5683
602 +
603 +Example: AT+SERVADDR=int.thingsboard.cloud,5683(The address is automatically generated when the COAP integration is created)
604 +
605 +[[image:image-20240729172305-12.png||height="361" width="624"]]
606 +
607 +Note:The port for the COAP protocol has been fixed to 5683
608 +
609 +
610 +* AT+URL1=11,(% style="color:red" %)**character length**(%%),"Needs to be consistent with the CoAP endpoint URL in the platform"
611 +
612 +If the module used is (% style="color:red" %)**BC660K, only one **(%%)URL directive needs to be configured,
613 +
614 +e.g.
615 +
616 +* AT+URL1=11,38, "i/faaaa241f-af4a-b780-4468-c671bb574858"
617 +
618 +[[image:image-20240729172415-13.png||height="401" width="694"]]
619 +
620 +If you are using a (% style="color:red" %)**BG95-M2**(%%) module, you need to configure (% style="color:red" %)**TWO**(%%) URL commands,
621 +
622 +e.g.
623 +
624 +* AT+URL1=11, "i";  
625 +* AT+URL2=11,"/faaaa241f-af4a-b780-4468-c671bb574858"
626 +
627 +[[image:image-20240729172500-14.png||height="403" width="700"]]
628 +
629 +
630 +== 3.8 [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) ==
631 +
632 +=== 3.8.1 Create device & Get Credentials ===
633 +
634 +
545 545  We use MQTT Connection to send data to [[Tago.io>>url:https://admin.tago.io/]]. We need to Create Device and Get MQTT Credentials first.
546 546  
547 547  [[image:image-20230802112413-44.png]]
... ... @@ -590,9 +590,11 @@
590 590  
591 591  * (% style="color:#037691" %)**AT+PWD=“Your device token”**
592 592  
593 -=== 3.7.2 Simulate with MQTT.fx ===
594 594  
595 595  
685 +=== 3.8.2 Simulate with MQTT.fx ===
686 +
687 +
596 596  [[image:image-20230802112413-52.png]]
597 597  
598 598  
... ... @@ -606,7 +606,7 @@
606 606  [[image:image-20230808105329-3.png]]
607 607  
608 608  
609 -=== 3.7.3 tago data ===
701 +=== 3.8.3 tago data ===
610 610  
611 611  
612 612  [[image:image-20230802112413-50.png||height="242" width="1037"]]
... ... @@ -614,7 +614,7 @@
614 614  [[image:image-20230802112413-51.png||height="184" width="696"]]
615 615  
616 616  
617 -== 3.8 TCP Connection ==
709 +== 3.9 TCP Connection ==
618 618  
619 619  
620 620  (% style="color:blue" %)**AT command:**
... ... @@ -635,18 +635,17 @@
635 635  [[image:image-20230807233631-2.png]]
636 636  
637 637  
638 -== 3.9 AWS Connection ==
730 +== 3.10 AWS Connection ==
639 639  
640 640  
641 641  Users can refer to [[Dragino NB device connection to AWS platform instructions>>http://wiki.dragino.com/xwiki/bin/view/Dragino%20NB%20device%20connection%20to%20AWS%20platform%20instructions/#H1.LogintotheplatformandfindIoTcore]]
642 642  
643 643  
644 -
645 -
646 646  = 4. MQTT/UDP/TCP downlink =
647 647  
648 648  == 4.1 MQTT (via MQTT.fx) ==
649 649  
740 +
650 650  Configure MQTT connections properly and send downlink commands to configure nodes through the Publish function of MQTT.fx//.//
651 651  
652 652  **1.** Configure node MQTT connection (via MQTT.fx):
... ... @@ -687,11 +687,6 @@
687 687  (% style="color:red" %)**Note: Users can edit the hex command in advance. When the node uplink, directly click the publish button several times to increase the success rate of command configuration.**
688 688  
689 689  
690 -
691 -
692 -
693 -
694 -
695 695  = 5. FAQ =
696 696  
697 697  == 5.1 What is the usage of Multi Sampling and One Uplink? ==
... ... @@ -854,8 +854,9 @@
854 854  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
855 855  
856 856  
857 -== (% data-sider-select-id="765eceff-93b1-40ee-800b-b7b7d022ef8a" %)6.6 How to obtain device logs(%%) ==
943 +== (% data-sider-select-id="765eceff-93b1-40ee-800b-b7b7d022ef8a" %)6.6 How to obtain device logs?(%%) ==
858 858  
945 +
859 859  * **AT Command: AT** **+GETLOG**
860 860  
861 861  This command can be used to query upstream logs of data packets.
image-20240729172234-11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.kai
Size
... ... @@ -1,0 +1,1 @@
1 +57.8 KB
Content
image-20240729172305-12.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.kai
Size
... ... @@ -1,0 +1,1 @@
1 +49.3 KB
Content
image-20240729172415-13.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.kai
Size
... ... @@ -1,0 +1,1 @@
1 +54.3 KB
Content
image-20240729172500-14.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.kai
Size
... ... @@ -1,0 +1,1 @@
1 +48.6 KB
Content