Changes for page DMT01

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

From version 14.32
edited by Edwin Chen
on 2025/07/27 21:32
Change comment: There is no comment for this version
To version 14.24
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,13 +77,9 @@
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 -== ==
83 83  
84 -== 1.5  Working mode ==
85 -
86 -
87 87  (% 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.
88 88  
89 89  (% 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.
... ... @@ -91,12 +91,10 @@
91 91  
92 92  == 1.6 Product Illustration ==
93 93  
94 -[[image:1753594523550-152.png||height="462" width="416"]]
90 +[[image:1753594523550-152.png||height="581" width="523"]]
95 95  
96 96  
97 -1.7
98 98  
99 -
100 100  = 2.  Use DMT01 =
101 101  
102 102  == 2.1  How it works ==
... ... @@ -121,24 +121,70 @@
121 121  
122 122  
123 123  
124 -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
125 125  )))
126 126  
127 127  
128 -== 2.2 LoRaWAN Payload ==
129 129  
123 +
130 130  
125 +
131 131  
132 -== 2.3 Bluetoothe Broadcast Payload ==
127 +== 2.2 Payload Types ==
133 133  
134 -
135 135  
136 -
130 +To meet different server requirement, POM01-NB supports different payload type.
137 137  
132 +**Includes:**
138 138  
134 +* [[General JSON format payload>>||anchor="H2.2.1GeneralJsonFormat28Type3D529"]]. (Type=5)
139 139  
140 -= 3. Configure DMT0 ~-~- 需要修改 =
136 +* [[HEX format Payload>>||anchor="H2.2.2HEXformatPayload28Type3D029"]]. (Type=0)
141 141  
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 +
142 142  == 3.1 Configure Methods ==
143 143  
144 144