Last modified by Xiaoling on 2023/07/18 10:12

From version 261.7
edited by Xiaoling
on 2023/07/17 17:31
Change comment: There is no comment for this version
To version 261.6
edited by Xiaoling
on 2023/07/17 17:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -229,33 +229,37 @@
229 229  * O 8º ~~ 11º byte: o valor para o valor do sensor externo. A definição é baseada no tipo de sensor externo. (Se EXT=0, não haverá esses quatro bytes.)
230 230  
231 231  
232 -=== 2.4.1 Decodificador em TTN V3 ===
232 +=== 2.4.1 Decoder in TTN V3 ===
233 233  
234 234  
235 -Quando o payload do uplink chega TTNv3, ele mostra o formato HEX e não é fácil de ler. Podemos adicionar LHT65N decodificador em TTNv3 para leitura amigável.
235 +When the uplink payload arrives TTNv3, it shows HEX format and not friendly to read. We can add LHT65N decoder in TTNv3 for friendly reading.
236 236  
237 -Abaixo está a posição para colocar o decodificador e o decodificador LHT65N pode ser baixado aqui : [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
237 +Below is the position to put the decoder and LHT65N decoder can be download from here: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
238 238  
239 239  
240 240  [[image:image-20220522234118-10.png||_mstalt="451464" height="353" width="729"]]
241 241  
242 242  
243 -=== 2.4.2 Informações da bateria BAT ===
243 +=== 2.4.2 BAT-Battery Info ===
244 244  
245 245  
246 -Esses dois bytes de BAT incluem o estado da bateria e a tensão atual.
246 +These two bytes of BAT include the battery state and the actually voltage.
247 247  
248 248  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:477px" %)
249 249  |=(% style="width: 69px; background-color:#D9E2F3;color:#0070C0" %)(((
250 250  **Bit(bit)**
251 251  )))|=(% style="width: 253px;background-color:#D9E2F3;color:#0070C0" %)[15:14]|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)[13:0]
252 -|(% style="width:66px" %)Valor|(% style="width:250px" %)Estado MTD
253 -00 b): Ultra baixo ( MTD <= 2,50v)
254 -01 b): Baixo (2,50v <=MTD <= 2,55v)
255 -10 b): OK (2,55v <= MTD <=2,65v)
256 -11 b): Bom (MTD >= 2,65v)|(% style="width:152px" %)Na realidade, tensão MTD
252 +|(% style="width:66px" %)(((
253 +**Value**
254 +)))|(% style="width:250px" %)(((
255 +BAT Status
256 +00(b): Ultra Low ( BAT <= 2.50v)
257 +01(b): Low (2.50v <=BAT <= 2.55v)
258 +10(b): OK (2.55v <= BAT <=2.65v)
259 +11(b): Good (BAT >= 2.65v)
260 +)))|(% style="width:152px" %)Actually BAT voltage
257 257  
258 -**(b) significa binário**
262 +**(b)stands for binary**
259 259  
260 260  
261 261  [[image:image-20220522235639-1.png||_mstalt="431392" height="139" width="727"]]