Wiki source code of DMT01

Version 14.26 by Edwin Chen on 2025/07/27 21:28

Show last authors
1
2
3 [[image:1753592237986-145.png||height="354" width="118"]] [[image:1753592287802-550.png||height="237" width="341"]]
4
5
6 **Table of Contents:**
7
8 {{toc/}}
9
10 (% aria-label="macro:toc widget" contenteditable="false" role="region" tabindex="-1" %)
11 (((
12 (% style="background-image:url(http://wiki1.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||height="15" role="presentation" title="Click and drag to move" width="15"]]
13 )))
14
15
16
17 = 1.  Introduction =
18
19 == 1.1 ​ What is DMT01 Wireless Meat Thermometer ==
20
21
22 The DMT01 is a (% style="color:blue" %)professional-grade wireless meat thermometer(%%) engineered for accurate, real-time temperature monitoring in commercial cooking environments. Ideal for restaurants, central kitchens, catering services, and food processing facilities, the DMT01 ensures consistent results across various cooking methods—including grilling, smoking, roasting, deep-frying, sous vide, baking, and more. Its precise monitoring helps improve cooking efficiency, ensure food safety, and meet HACCP compliance standards.
23
24 The system consists of two components:
25 - (% style="color:blue" %)Food-grade BLE High-Temperature Probe(%%) – A durable, high-heat resistant probe that measures internal food temperature during cooking.
26 - (% style="color:blue" %)Charging Base with BLE & LoRaWAN Forwarder(%%) – This base not only charges the probe but also acts as a communication bridge. It receives temperature data from the BLE probe and transmits it via the LoRaWAN long-range wireless protocol to your IoT platform or monitoring system.
27
28 With its dual wireless support ((% style="color:blue" %)BLE for close-range/small design(%%) and (% style="color:blue" %)LoRaWAN for long-range data transmission(%%)), the DMT01 is ideal for both home cooking enthusiasts and commercial kitchen environments seeking smart, connected temperature monitoring.
29
30 == ​1.2  Features ==
31
32 * Wireless Meat Thermometer – Designed for accurate and reliable cooking temperature monitoring
33 * Food-Grade Probe – Safe for food contact and dishwasher-compatible for easy cleaning
34 * BLE 5.1 Broadcasting – Supports real-time local data transmission via Bluetooth Low Energy
35 * LoRaWAN Connectivity – Enables long-range, low-power data transmission to IoT platforms
36 * Smart Uplink Triggering – Supports periodic data reporting and real-time alerts on temperature thresholds
37
38 (% style="display:none" %)
39
40 == 1.3 Specification ==
41
42
43 (% style="color:blue" %)**Common DC Characteristics:**
44
45 * Supply Voltage: +5v via USB Type-C
46 * Operating Temperature:
47
48 (% style="color:blue" %)**Food Probe Spec:**
49
50 * Food temperature range: -20 ~~120 °C, Accuracy: ±0.5°C
51 * Ambient temperature range: 0 ~~300°C, Accuracy: ±3°C
52
53 Battery Duration: 2 days per full charge
54
55
56 (% style="color:blue" %)**Battery:**
57
58 * Probe Battery Duration: 2 days per full charge
59
60 (% style="color:blue" %)**Power Consumption**
61
62 * **ldle: **
63 * **Transmit:**
64
65
66
67 == 1.4 ​ Applications ==
68
69 * Commercial Kitchen
70 * Restaurant
71 * Catering
72 * Food Processing
73 * Central Kitchen
74 * Cloud Kitchen
75 * HACCP Monitoring
76 * Food Safety
77 * Meat Factory
78 * Industrial Cooking
79
80 == 1.5 Sleep mode and working mode ==
81
82
83 (% 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.
84
85 (% 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.
86
87
88 == 1.6 Product Illustration ==
89
90 [[image:1753594523550-152.png||height="581" width="523"]]
91
92
93
94 = 2.  Use DMT01 =
95
96 == 2.1  How it works ==
97
98 (((
99 (((
100
101
102 DMT01 Include two parts, the food grade probe is used to measure the meat temperature and send vie BLE to the Charger, The charger will then send the data via LoRaWAN network to IoT Server.
103 )))
104
105 [[image:1753622303925-386.png]]
106
107
108 == 2.2 Activate Device ==
109
110 To use DMT01 send data to LoRaWAN network, user need to:
111
112 1. Input the OTAA Keys in LoRaWAN Network Server
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
115
116
117
118 After the DMT01 Join LoRaWAN network, once user take out the probe, the probe will start to measure temperature and send via
119 )))
120
121
122
123
124
125
126
127 == 2.2 ​Payload Types ==
128
129
130 To meet different server requirement, POM01-NB supports different payload type.
131
132 **Includes:**
133
134 * [[General JSON format payload>>||anchor="H2.2.1GeneralJsonFormat28Type3D529"]]. (Type=5)
135
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
180 = 3. Configure POM01-NB =
181
182 == 3.1 Configure Methods ==
183
184
185 POM01-NB supports below configure method:
186
187 * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
188
189 * AT Command via UART Connection : See [[UART Connection>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]].
190
191 == ​​​3.2  Serial Access Password ==
192
193
194 After the Bluetooth or UART connection is successful, use the Serial Access Password to enter the AT command window.
195
196 The label on the box of the node will print the initial password: AT+PIN=**xxxxxx**, and directly use the six-digit password to access the AT instruction window.
197
198 (((
199 (((
200 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-NB%2C-NS_RS485%2CUART_to_NB-IoT_Converter_User_Manual/WebHome/image-20250226165815-1.png?rev=1.1||alt="image-20250226165815-1.png"]]
201 )))
202
203 (((
204 (% title="Click and drag to resize" %)​(%%)If you need to change the password, use **AT+PWORD=**xxxxxx (6 characters), -CB nodes only support lowercase letters.
205
206 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/S31-CBS31B-CB--NB-IoTLTE-M_Temperature%26Humidity_Sensor_User_Manual/WebHome/image-20240826183254-2.png?rev=1.1||alt="image-20240826183254-2.png"]]
207
208 (% style="color:red" %)**Note: After entering the command, you need to add a line break, and you can also set automatic line breaks in the Bluetooth tool or UART connection tool.**
209
210 [[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/S31-CBS31B-CB--NB-IoTLTE-M_Temperature%26Humidity_Sensor_User_Manual/WebHome/image-20240826183302-3.png?rev=1.1||alt="image-20240826183302-3.png"]]
211
212
213 == 3.3 AT Commands Set ==
214
215
216 (% class="box infomessage" %)
217 (((
218 To be updated...
219 )))
220 )))
221 )))
222
223
224 = 4. Battery & Power Consumption =
225
226
227 LPOM01-NB use ER26500 + SPC1520 battery pack and POM01-NB use 3000mAh Recharable Battery with Solar Panel. See below link for detail information about the battery info and how to replace.
228
229 [[**Battery Info & Power Consumption Analyze**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
230
231
232 = 5. Firmware update =
233
234
235 User can change device firmware to:
236
237 * Update with new features.
238
239 * Fix bugs.
240
241 Firmware and changelog can be downloaded from : **Firmware download link **(% class="mark" %)(To be updated...)
242
243 Update Firmware :
244
245 * For LoRa part: OTA firmware update via LoRa:.
246
247 * For BLE and controller part。 .
248
249 (((
250
251 )))
252
253 = 6.  FAQ =
254
255
256
257 = 7.  Order Info =
258
259
260 Part Number: (% style="color:blue" %)**DMT01-XX**
261
262 (% style="color:red" %)**XX:**
263
264 * **EU433**: LT with frequency bands EU433
265 * **EU868**: LT with frequency bands EU868
266 * **KR920**: LT with frequency bands KR920
267 * **CN470**: LT with frequency bands CN470
268 * **AS923**: LT with frequency bands AS923
269 * **AU915**: LT with frequency bands AU915
270 * **US915**: LT with frequency bands US915
271 * **IN865**: LT with frequency bands IN865
272 * **CN779**: LT with frequency bands CN779
273
274 = 8. ​ Packing Info =
275
276
277 (% style="color:#037691" %)**Package Includes:**
278
279 * DMT01 -  Digital Meat Thermoneter x 1
280
281 (% style="color:#037691" %)**Dimension and weight:**
282
283 * Device Size: cm
284 * Device Weight: g
285 * Package Size / pcs : cm
286 * Weight / pcs : g
287
288 = 9.  ​Support =
289
290
291 * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
292 * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]].