<
From version < 217.2 >
edited by Mengting Qiu
on 2024/11/27 15:40
To version < 212.1 >
edited by Mengting Qiu
on 2024/11/26 19:34
>
Change comment: Uploaded new attachment "image-20241126193458-26.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -728,6 +728,7 @@
728 728  
729 729  == 3.11 ThingsEye (via MQTT) ==
730 730  
731 +(% class="wikigeneratedid" %)
731 731  === 3.11.1 Configure ThingsEye ===
732 732  
733 733  
... ... @@ -736,6 +736,7 @@
736 736  
737 737  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" %)**“MQTT Integration_NB”**(%%), select type (% style="color:blue" %)**MQTT**;
738 738  
740 +
739 739  [[image:image-20241126175509-1.png||height="518" width="1081"]]
740 740  
741 741  
... ... @@ -772,7 +772,7 @@
772 772  
773 773  (% style="color:blue" %)**Add credential files.**
774 774  
775 -Click this [[link>>https://www.dropbox.com/scl/fo/d5s1wf36f4syv30a8laup/AK8FjVpNXYXCWodRnnQ1Hig?rlkey=jrz1ip0f0xwwq5z2m2gu1tuij&e=1&st=kl4caub0&dl=0]] to download the certificates.
777 +Click this link to download the certificates.
776 776  
777 777  [[image:image-20241126183032-8.png||height="757" width="976"]]
778 778  
... ... @@ -786,7 +786,7 @@
786 786  ==== 3.11.1.2 Setup uplink and downlink converters ====
787 787  
788 788  
789 -First, you need to download the [[**MQTT uplink/downlink JS** **code**>>https://www.dropbox.com/scl/fo/d5s1wf36f4syv30a8laup/AK8FjVpNXYXCWodRnnQ1Hig?rlkey=jrz1ip0f0xwwq5z2m2gu1tuij&e=1&st=kl4caub0&dl=0]].
791 +First, you need to download the **MQTT uplink/downlink JS** **code**.
790 790  
791 791  * (% style="color:blue" %)**Uplink Converter**
792 792  
... ... @@ -812,66 +812,44 @@
812 812  [[image:image-20241126190737-17.png||height="527" width="1114"]]
813 813  
814 814  
815 -=== 3.11.2 Simulate with MQTT.fx ===
817 +=== 3.6.2 Simulate with MQTT.fx ===
816 816  
817 817  
818 -[[image:image-20241126191118-18.png||height="605" width="835"]]
820 +[[image:image-20230802112413-39.png]]
819 819  
820 -[[image:image-20241126193252-25.png||height="663" width="803"]]
822 +[[image:image-20230802112413-40.png||height="525" width="980"]]
821 821  
822 822  
823 -=== 3.6.3 Configure -NB node ===
825 +=== 3.6.3 Configure NB-IoT Sensor ===
824 824  
825 825  
826 -First you need to configure the certificate to the -NB node. Follow the instructions in this **[[link>>https://wiki.dragino.com/xwiki/bin/view/Dragino%20NB%20device%20connection%20to%20AWS%20platform%20instructions/#H4.1.2Configurecertificate]]** to configure the certificate.
828 +(% style="color:blue" %)**AT Commands**
827 827  
828 -Screenshot of successful certificate configuration:
830 +* (% style="color:#037691" %)**AT+PRO=3,3  **(%%)** **~/~/ Use MQTT tconnect to ThingsBoard. Payload Type set to 3.
829 829  
830 -* Configuring the CA Certificate
832 +* (% style="color:#037691" %)**AT+SUBTOPIC=<device name>**
831 831  
832 -[[image:image-20241126192009-19.png||height="431" width="697"]][[image:image-20241126192130-21.png||height="426" width="694"]]
834 +* (% style="color:#037691" %)**AT+PUBTOPIC=<device name>**
833 833  
834 -* Configure client certificate
836 +* (% style="color:#037691" %)**AT+CLIENT=<device name> or User Defined**
835 835  
836 -[[image:image-20241126192246-22.png||height="397" width="693"]][[image:image-20241126192315-23.png||height="402" width="645"]]
838 +* (% style="color:#037691" %)**AT+UNAME=<device name> or User Defined**
837 837  
838 -* Configure client private key
840 +* (% style="color:#037691" %)**AT+PWD=<device name> or User Defined**
839 839  
840 -[[image:image-20241126192415-24.png||height="435" width="737"]]
842 +Test Uplink by click the button for 1 second
841 841  
844 +[[image:image-20230802112413-41.png||height="496" width="828"]]
842 842  
843 -When the certificate is configured, burn the boot program, burn the working firmware, and then restart the device.
846 +[[image:image-20230802112413-42.png]]
844 844  
845 -Then configure the -NB node to connect to the ThingsEye platform:
848 +[[image:image-20230802112413-43.png||height="407" width="825"]]
846 846  
847 -(% style="color:blue" %)**AT Commands**
848 848  
849 -* (% style="color:#037691" %)**AT+PRO=3,5  **(%%)** **~/~/ Use MQTT Connection & Json Payload
850 -* (% style="color:#037691" %)**AT+SERVADDR=lns1.thingseye.io,8883**
851 -* (% style="color:#037691" %)**AT+SUBTOPIC=8899     **(%%)~/~/Consistent with the Topic of MQTT integration created by ThingsEye
852 -* (% style="color:#037691" %)**AT+PUBTOPIC=8899     **(%%)~/~/Consistent with the Topic of MQTT integration created by ThingsEye
853 -* (% style="color:#037691" %)**AT+CLIENT=NULL**
854 -* (% style="color:#037691" %)**AT+UNAME=NULL**
855 -* (% style="color:#037691" %)**AT+PWD=NULL**
856 -* (% style="color:#037691" %)**AT+TLSMOD=1,0**
857 857  
858 -Test Uplink by click the button for 1~~3 seconds, the MQTT integration in ThingsEye allows you to view the data upstream from the device:
859 859  
860 -[[image:image-20241126193458-26.png||height="375" width="1012"]]
861 861  
862 -[[image:image-20241126193609-27.png||height="424" width="1014"]]
863 863  
864 -
865 -Go to (% style="color:blue" %)**"Device" **(%%) -> (% style="color:blue" %)** "Search Device"**(%%), enter the (% style="color:blue" %)** IMEI**(%%) of the device to find the device.
866 -
867 -[[image:image-20241126194018-28.png||height="318" width="1076"]]
868 -
869 -You can view the data that has just been uplink on the device:
870 -
871 -[[image:image-20241126194123-29.png||height="486" width="1073"]]
872 -
873 -
874 -
875 875  = 4. MQTT/UDP/TCP downlink =
876 876  
877 877  == 4.1 MQTT (via MQTT.fx) ==
image-20241126193609-27.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.ting
Size
... ... @@ -1,1 +1,0 @@
1 -167.5 KB
Content
image-20241126194018-28.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.ting
Size
... ... @@ -1,1 +1,0 @@
1 -63.5 KB
Content
image-20241126194123-29.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.ting
Size
... ... @@ -1,1 +1,0 @@
1 -126.7 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0