Last modified by Mengting Qiu on 2025/06/04 18:42

From version 82.11
edited by Xiaoling
on 2022/06/20 11:43
Change comment: There is no comment for this version
To version 82.14
edited by Xiaoling
on 2022/06/20 11:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1124,13 +1124,11 @@
1124 1124  There is no AT Command to control Relay Output
1125 1125  
1126 1126  
1127 -* (% style="color:#037691" %)Downlink Payload (prefix 0x05):
1127 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x05):**
1128 1128  
1129 -(% class="box infomessage" %)
1130 -(((
1131 -**0x05 aa bb cc dd     ~/~/ Set RO1/RO2 relay with time control:**
1132 -)))
1129 +**0x05 aa bb cc dd     **~/~/ Set RO1/RO2 relay with time control
1133 1133  
1131 +
1134 1134  This is to control the relay output time of relay. Include four bytes:
1135 1135  
1136 1136  (% style="color:#4f81bd" %)**First Byte **(%%)**:** Type code (0x05)
... ... @@ -1172,35 +1172,28 @@
1172 1172  
1173 1173  
1174 1174  
1173 +
1175 1175  ==== 3.4.2.16 Counting ~-~- Voltage threshold counting ====
1176 1176  
1177 1177  When voltage exceed the threshold, count. Feature see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1178 1178  
1179 -* (% style="color:#037691" %)AT Command:
1178 +* (% style="color:#037691" %)**AT Command:**
1180 1180  
1181 -(% class="box infomessage" %)
1182 -(((
1183 -**AT+VOLMAX    ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]**
1184 -)))
1180 +(% style="color:#037691" %)**​​​​​​​**(%%)**AT+VOLMAX   ** ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1185 1185  
1186 1186  
1187 -* (% style="color:#037691" %)Downlink Payload (prefix 0xA5):
1183 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):**
1188 1188  
1189 -(% class="box infomessage" %)
1190 -(((
1191 -**0xA5 aa bb cc   ~/~/ Same as AT+VOLMAX=(aa bb),cc**
1192 -)))
1185 +**0xA5 aa bb cc   **~/~/ Same as AT+VOLMAX=(aa bb),cc
1193 1193  
1194 1194  
1195 1195  
1189 +
1196 1196  ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ====
1197 1197  
1198 -* (% style="color:#037691" %)AT Command:
1192 +* (% style="color:#037691" %)**AT Command:**
1199 1199  
1200 -(% class="box infomessage" %)
1201 -(((
1202 -**AT+SETCNT=aa,(bb cc dd ee) **
1203 -)))
1194 +(% style="color:#037691" %)**​​​​​​​​​​​​​​**(%%)**AT+SETCNT=aa,(bb cc dd ee) **
1204 1204  
1205 1205  aa: 1: Set count1,
1206 1206  
... ... @@ -1211,35 +1211,29 @@
1211 1211  Bb cc dd ee: number to be set
1212 1212  
1213 1213  
1214 -* (% style="color:#037691" %)Downlink Payload (prefix 0xA8):
1205 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):**
1215 1215  
1216 -(% class="box infomessage" %)
1217 -(((
1218 -**0x A8 aa bb cc dd ee     ~/~/ same as AT+SETCNT=aa,(bb cc dd ee)**
1219 -)))
1207 +**0x A8 aa bb cc dd ee     **~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1220 1220  
1221 1221  
1222 1222  
1211 +
1223 1223  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1224 1224  
1225 1225  Clear counting for counting mode
1226 1226  
1227 -* (% style="color:#037691" %)AT Command:
1216 +* (% style="color:#037691" %)**AT Command:**
1228 1228  
1229 -(% class="box infomessage" %)
1230 -(((
1231 -**AT+CLRCOUNT ~/~/ clear all counting**
1232 -)))
1218 +(% style="color:#037691" %)​​​​​​​​​​​​​​(%%)**AT+CLRCOUNT ** ~/~/ clear all counting
1233 1233  
1234 -* (% style="color:#037691" %)Downlink Payload (prefix 0xA6):
1235 1235  
1236 -(% class="box infomessage" %)
1237 -(((
1238 -**0x A6 01     ~/~/ clear all counting,**
1239 -)))
1221 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):**
1240 1240  
1223 +**0x A6 01    ** ~/~/ clear all counting
1241 1241  
1242 1242  
1226 +
1227 +
1243 1243  ==== 3.4.2.19 Counting ~-~- Change counting mode save time ====
1244 1244  
1245 1245  * (% style="color:#037691" %)**AT Command:**
... ... @@ -1258,6 +1258,7 @@
1258 1258  )))
1259 1259  
1260 1260  
1246 +
1261 1261  == 3.5 Integrate with Mydevice ==
1262 1262  
1263 1263  Mydevices provides a human friendly interface to show the sensor data, once we have data in TTN, we can use Mydevices to connect to TTN and see the data in Mydevices. Below are the steps: