From version 14.27
edited by Edwin Chen
on 2025/07/27 21:29
on 2025/07/27 21:29
Change comment:
There is no comment for this version
To version 14.12
edited by Edwin Chen
on 2025/07/27 21:25
on 2025/07/27 21:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -111,26 +111,68 @@ 111 111 112 112 1. Input the OTAA Keys in LoRaWAN Network Server 113 113 1. Make sure there is LoraWAN network 114 -1. Press the button on the DMT01 for more than 3 seconds, DMT01 will start to connect to LoRaWAN network 114 +1. Press the button 115 +))) 115 115 116 116 117 117 118 -After the DMT01 Join LoRaWAN network, once user take out the probe, the probe will start to measure temperature and user will be to see the data on the server. 119 -))) 119 + 120 120 121 + 121 121 122 -== 2.2 LoRaWANPayload ==123 +== 2.2 Payload Types == 123 123 124 124 126 +To meet different server requirement, POM01-NB supports different payload type. 125 125 126 - 2.3 Bluetoothe128 +**Includes:** 127 127 128 - 130 +* [[General JSON format payload>>||anchor="H2.2.1GeneralJsonFormat28Type3D529"]]. (Type=5) 129 129 130 - 132 +* [[HEX format Payload>>||anchor="H2.2.2HEXformatPayload28Type3D029"]]. (Type=0) 131 131 134 +* [[ThingSpeak Format>>||anchor="H2.2.4ThingSpeakPayload28Type3D129"]]. (Type=1) 132 132 136 +* [[ThingsBoard Format>>||anchor="H2.2.3ThingsBoardPayload28Type3D329"]]. (Type=3) 133 133 138 +User can specify the payload type when choose the connection protocol. Example: 139 + 140 + 141 +(% style="color:#037691" %)**AT+PRO=1,0** (%%) ~/~/ Use COAP Connection & hex Payload 142 + 143 +(% style="color:#037691" %)**AT+PRO=1,5** (%%) ~/~/ Use COAP Connection & Json Payload 144 + 145 +(% style="color:#037691" %)**AT+PRO=2,0** (%%) ~/~/ Use UDP Connection & hex Payload 146 + 147 +(% style="color:#037691" %)**AT+PRO=2,5** (%%) ~/~/ Use UDP Connection & Json Payload 148 + 149 +(% style="color:#037691" %)**AT+PRO=3,0** (%%) ~/~/ Use MQTT Connection & hex Payload 150 + 151 +(% style="color:#037691" %)**AT+PRO=3,5 ** (%%) ~/~/ Use MQTT Connection & Json Payload 152 + 153 +(% style="color:#037691" %)**AT+PRO=4,0** (%%) ~/~/ Use TCP Connection & hex Payload 154 + 155 +(% style="color:#037691" %)**AT+PRO=4,5 ** (%%) ~/~/ Use TCP Connection & Json Payload 156 + 157 + 158 +=== 2.2.1 General Json Format(Type~=5) === 159 + 160 +(% class="box infomessage" %) 161 +((( 162 +To be updated... 163 +))) 164 + 165 + 166 +=== 2.2.2 HEX format Payload(Type~=0) === 167 + 168 +(% class="box infomessage" %) 169 +((( 170 +To be updated... 171 +))) 172 + 173 + 174 + 175 + 134 134 = 3. Configure POM01-NB = 135 135 136 136 == 3.1 Configure Methods ==