Changes for page DMT01

Last modified by Xiaoling on 2025/08/15 17:26

From version 14.33
edited by Edwin Chen
on 2025/07/27 21:33
Change comment: There is no comment for this version
To version 14.26
edited by Edwin Chen
on 2025/07/27 21:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -77,29 +77,20 @@
77 77  * Meat Factory
78 78  * Industrial Cooking
79 79  
80 -== 1.5 Product Apperance ==
80 +== 1.5 Sleep mode and working mode ==
81 81  
82 -(% class="wikigeneratedid" %)
83 -[[image:1753594523550-152.png||height="462" width="416"]]
84 84  
85 -
86 -== 1.6  Working mode ==
87 -
88 -
89 89  (% style="color:blue" %)**Deep Sleep Mode:**(%%)** **Sensor doesn't have any NB-IoT activate. This mode is used for storage and shipping to save battery life.
90 90  
91 91  (% style="color:blue" %)**Working Mode:**(%%) In this mode, Sensor will work as NB-IoT Sensor to Join NB-IoT network and send out sensor data to server. Between each sampling/tx/rx periodically, sensor will be in IDLE mode), in IDLE mode, sensor has the same power consumption as Deep Sleep mode.
92 92  
93 93  
94 -== 1.7 LED Status ==
88 +== 1.6 Product Illustration ==
95 95  
90 +[[image:1753594523550-152.png||height="581" width="523"]]
96 96  
97 -== 1.8 Button Function ==
98 98  
99 99  
100 -== 1.9 Recharge P ==
101 -
102 -
103 103  = 2.  Use DMT01 =
104 104  
105 105  == 2.1  How it works ==
... ... @@ -124,24 +124,70 @@
124 124  
125 125  
126 126  
127 -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.
118 +After the DMT01 Join LoRaWAN network, once user take out the probe, the probe will start to measure temperature and send via
128 128  )))
129 129  
130 130  
131 -== 2.2 LoRaWAN Payload ==
132 132  
123 +
133 133  
125 +
134 134  
135 -== 2.3 Bluetoothe Broadcast Payload ==
127 +== 2.2 Payload Types ==
136 136  
137 -
138 138  
139 -
130 +To meet different server requirement, POM01-NB supports different payload type.
140 140  
132 +**Includes:**
141 141  
134 +* [[General JSON format payload>>||anchor="H2.2.1GeneralJsonFormat28Type3D529"]]. (Type=5)
142 142  
143 -= 3. Configure DMT0 ~-~- 需要修改 =
136 +* [[HEX format Payload>>||anchor="H2.2.2HEXformatPayload28Type3D029"]]. (Type=0)
144 144  
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 +
180 += 3. Configure POM01-NB =
181 +
145 145  == 3.1 Configure Methods ==
146 146  
147 147