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