Wiki source code of DMT01

Version 14.12 by Edwin Chen on 2025/07/27 21:25

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
115 )))
116
117
118
119
120
121
122
123 == 2.2 ​Payload Types ==
124
125
126 To meet different server requirement, POM01-NB supports different payload type.
127
128 **Includes:**
129
130 * [[General JSON format payload>>||anchor="H2.2.1GeneralJsonFormat28Type3D529"]]. (Type=5)
131
132 * [[HEX format Payload>>||anchor="H2.2.2HEXformatPayload28Type3D029"]]. (Type=0)
133
134 * [[ThingSpeak Format>>||anchor="H2.2.4ThingSpeakPayload28Type3D129"]]. (Type=1)
135
136 * [[ThingsBoard Format>>||anchor="H2.2.3ThingsBoardPayload28Type3D329"]]. (Type=3)
137
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
176 = 3. Configure POM01-NB =
177
178 == 3.1 Configure Methods ==
179
180
181 POM01-NB supports below configure method:
182
183 * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
184
185 * 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]].
186
187 == ​​​3.2  Serial Access Password ==
188
189
190 After the Bluetooth or UART connection is successful, use the Serial Access Password to enter the AT command window.
191
192 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.
193
194 (((
195 (((
196 [[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"]]
197 )))
198
199 (((
200 (% 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.
201
202 [[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"]]
203
204 (% 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.**
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-20240826183302-3.png?rev=1.1||alt="image-20240826183302-3.png"]]
207
208
209 == 3.3 AT Commands Set ==
210
211
212 (% class="box infomessage" %)
213 (((
214 To be updated...
215 )))
216 )))
217 )))
218
219
220 = 4. Battery & Power Consumption =
221
222
223 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.
224
225 [[**Battery Info & Power Consumption Analyze**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
226
227
228 = 5. Firmware update =
229
230
231 User can change device firmware to:
232
233 * Update with new features.
234
235 * Fix bugs.
236
237 Firmware and changelog can be downloaded from : **Firmware download link **(% class="mark" %)(To be updated...)
238
239 Update Firmware :
240
241 * For LoRa part: OTA firmware update via LoRa:.
242
243 * For BLE and controller part。 .
244
245 (((
246
247 )))
248
249 = 6.  FAQ =
250
251
252
253 = 7.  Order Info =
254
255
256 Part Number: (% style="color:blue" %)**DMT01-XX**
257
258 (% style="color:red" %)**XX:**
259
260 * **EU433**: LT with frequency bands EU433
261 * **EU868**: LT with frequency bands EU868
262 * **KR920**: LT with frequency bands KR920
263 * **CN470**: LT with frequency bands CN470
264 * **AS923**: LT with frequency bands AS923
265 * **AU915**: LT with frequency bands AU915
266 * **US915**: LT with frequency bands US915
267 * **IN865**: LT with frequency bands IN865
268 * **CN779**: LT with frequency bands CN779
269
270 = 8. ​ Packing Info =
271
272
273 (% style="color:#037691" %)**Package Includes:**
274
275 * DMT01 -  Digital Meat Thermoneter x 1
276
277 (% style="color:#037691" %)**Dimension and weight:**
278
279 * Device Size: cm
280 * Device Weight: g
281 * Package Size / pcs : cm
282 * Weight / pcs : g
283
284 = 9.  ​Support =
285
286
287 * 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.
288 * 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]].