Wiki source code of DMT01

Version 14.8 by Edwin Chen on 2025/07/27 21:24

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