Wiki source code of DMT01

Version 14.7 by Edwin Chen on 2025/07/27 21:21

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