<
From version < 11.2 >
edited by Xiaoling
on 2022/06/07 13:59
To version < 14.2 >
edited by Xiaoling
on 2022/06/07 14:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -50,7 +50,6 @@
50 50  * IP68 rate for the Sensor Probe
51 51  * 8500mAh Battery for long term use
52 52  
53 -
54 54  == 1.3 Probe Specification ==
55 55  
56 56  
... ... @@ -71,13 +71,10 @@
71 71  * IP68 Protection
72 72  * Length: 3.5 meters
73 73  
74 -
75 -
76 76  == 1.4 ​Applications ==
77 77  
78 78  * Smart Agriculture
79 79  
80 -
81 81  == 1.5 Pin mapping and power on ==
82 82  
83 83  [[image:1654580482666-473.png]]
... ... @@ -157,27 +157,21 @@
157 157  [[image:image-20220607135918-2.png]]
158 158  
159 159  
160 -
161 161  **Step 3:** The LSPH01 will auto join to the TTN network. After join success, it will start to upload messages to TTN and you can see the messages in the panel.
162 162  
158 +[[image:1654581590132-631.png]]
163 163  
164 164  
165 165  
166 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image010.png]]
162 +== 2.3 ​Uplink Payload ==
167 167  
168 -
169 -
170 -1.
171 -11. ​Uplink Payload
172 -
173 173  LSPH01 will uplink payload via LoRaWAN with below payload format: 
174 174  
175 -
176 176  Uplink payload includes in total 11 bytes.
177 -
178 178  
179 179  Normal uplink payload:
180 180  
170 +(% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
181 181  |(((
182 182  **Size**
183 183  
... ... @@ -197,14 +197,13 @@
197 197  [[Type>>path:#Message_Type]]
198 198  )))
199 199  
200 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image010.png]]
190 +[[image:1654581735133-458.png]]
201 201  
202 202  
203 203  
204 -1.
205 -11.
206 -111. Battery Info
194 +=== 2.3.1 Battery Info ===
207 207  
196 +
208 208  Check the battery voltage for LSPH01.
209 209  
210 210  Ex1: 0x0B45 = 2885mV
... ... @@ -212,13 +212,12 @@
212 212  Ex2: 0x0B49 = 2889mV
213 213  
214 214  
215 -1.
216 -11.
217 -111. DS18B20 Temperature sensor
218 218  
219 -This is optional, user can connect external DS18B20 sensor to the [[+3.3v, 1-wire and GND pin>>path:#DS18B20]] . and this field will report temperature.
205 +=== 2.3.2 DS18B20 Temperature sensor ===
220 220  
207 +This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
221 221  
209 +
222 222  **Example**:
223 223  
224 224  If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
... ... @@ -227,40 +227,35 @@
227 227  
228 228  
229 229  
230 -1.
231 -11.
232 -111. Soil pH
218 +=== 2.3.3 Soil pH ===
233 233  
234 234  Range: 0 ~~ 14 pH
235 235  
236 -Example:
222 +**Example:**
237 237  
238 -**0x02B7(H) = 695(D) = 6.95pH**
224 +(% style="color:#037691" %)** 0x02B7(H) = 695(D) = 6.95pH**
239 239  
240 240  
241 -1.
242 -11.
243 -111. Soil Temperature
244 244  
228 +=== 2.3.4 Soil Temperature ===
229 +
245 245  Get Soil Temperature 
246 246  
247 247  
248 248  **Example**:
249 249  
250 -If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
235 +If payload is: **0105H**:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
251 251  
252 -If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
237 +If payload is: **FF3FH** :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
253 253  
254 254  
255 255  
256 -1.
257 -11.
258 -111. Interrupt Pin
241 +=== 2.3.5 Interrupt Pin ===
259 259  
260 -This data field shows if this packet is generated by interrupt or not. [[Click here>>path:#Int_mod]] for the hardware and software set up.
243 +This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.2SetInterruptMode"]] for the hardware and software set up.
261 261  
262 262  
263 -Example:
246 +**Example:**
264 264  
265 265  0x00: Normal uplink packet.
266 266  
... ... @@ -267,35 +267,39 @@
267 267  0x01: Interrupt Uplink Packet.
268 268  
269 269  
270 -1.
271 -11.
272 -111. Message Type
273 273  
254 +=== 2.3.6 Message Type ===
255 +
274 274  For a normal uplink payload, the message type is always 0x01.
275 275  
276 276  Valid Message Type:
277 277  
278 278  
279 -|Message Type Code|Description|Payload
280 -|0x01|Normal Uplink|[[Normal Uplink Payload>>path:#Normal_Uplink]]
281 -|0x02|Reply configures info|[[Configure Info Payload>>path:#Configure_Info_Payload]]
282 -|0x03|Reply Calibration Info|[[Calibration Payload>>path:#Calibration_Payload]]
261 +(% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
262 +|**Message Type Code**|**Description**|**Payload**
263 +|0x01|Normal Uplink|[[Normal Uplink Payload>>||anchor="H2.3Uplink Payload"]]
264 +|0x02|Reply configures info|[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
265 +|0x03|Reply Calibration Info|[[Calibration Payload>>||anchor="H2.7Calibration"]]
283 283  
284 -1.
285 -11.
286 -111. ​Decode payload in The Things Network
287 287  
268 +
269 +=== 2.3.7 Decode payload in The Things Network ===
270 +
288 288  While using TTN network, you can add the payload format to decode the payload.
289 289  
290 290  
291 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image011.png]]
274 +[[image:1654582541848-906.png]]
292 292  
276 +(((
293 293  The payload decoder function for TTN is here:
278 +)))
294 294  
280 +(((
295 295  LSPH01 TTN Payload Decoder: [[https:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/LSPH01/Decoder/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSNPK01/Decoder/]]
282 +)))
296 296  
297 297  
298 -1.
285 +1.
299 299  11. Uplink Interval
300 300  
301 301  The LSPH01 by default uplink the sensor data every 20 minutes. User can change this interval by AT Command or LoRaWAN Downlink Command. See this link:
... ... @@ -304,7 +304,7 @@
304 304  
305 305  
306 306  
307 -1.
294 +1.
308 308  11. ​Show Data in DataCake IoT Server
309 309  
310 310  [[DATACAKE>>url:https://datacake.co/]] provides a human friendly interface to show the sensor data, once we have data in TTN, we can use [[DATACAKE>>url:https://datacake.co/]] to connect to TTN and see the data in DATACAKE. Below are the steps:
... ... @@ -364,8 +364,8 @@
364 364  If the LSPH01 has more than 7 days not use or just clean the pH probe. User should put the probe inside pure water for more than 24 hours for activation. If no put in water, user need to put inside soil for more than 24 hours to ensure the measurement accuracy. 
365 365  
366 366  
367 -1.
368 -11.
354 +1.
355 +11.
369 369  111. Measurement
370 370  
371 371  **Measurement the soil surface**
... ... @@ -393,8 +393,8 @@
393 393  Insert the probe inside, method like measure the surface.
394 394  
395 395  
396 -1.
397 -11.
383 +1.
384 +11.
398 398  111. Maintain Probe
399 399  1111. pH probe electrode is fragile and no strong. User must avoid strong force or hitting it.
400 400  1111. After long time use (3~~ 6  months). The probe electrode needs to be clean; user can use high grade sandpaper to polish it or put in 5% hydrochloric acid for several minutes. After the metal probe looks like new, user can use pure water to wash it.
... ... @@ -403,7 +403,7 @@
403 403  1111. Avoid the probes to touch oily matter. Which will cause issue in accuracy.
404 404  1111. The probe is IP68 can be put in water.
405 405  
406 -1.
393 +1.
407 407  11. Calibration
408 408  
409 409  User can do calibration for the probe. It is limited to use below pH buffer solution to calibrate: 4.00, 6.86, 9.18. When calibration, user need to clean the electrode and put the probe in the pH buffer solution to wait the value stable ( a new clean electrode might need max 24 hours to be stable).
... ... @@ -474,13 +474,13 @@
474 474  * Reply to the confirmation package: 14 01
475 475  * Reply to non-confirmed packet: 14 00
476 476  
477 -1.
464 +1.
478 478  11. Frequency Plans
479 479  
480 480  The LSPH01 uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.
481 481  
482 -1.
483 -11.
469 +1.
470 +11.
484 484  111. EU863-870 (EU868)
485 485  
486 486  Uplink:
... ... @@ -511,8 +511,8 @@
511 511  869.525 - SF9BW125 (RX2 downlink only)
512 512  
513 513  
514 -1.
515 -11.
501 +1.
502 +11.
516 516  111. US902-928(US915)
517 517  
518 518  Used in USA, Canada and South America. Frequency band as per definition in LoRaWAN 1.0.3 Regional document.
... ... @@ -526,8 +526,8 @@
526 526  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
527 527  * Use the Join successful sub-band if the server doesn’t include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
528 528  
529 -1.
530 -11.
516 +1.
517 +11.
531 531  111. CN470-510 (CN470)
532 532  
533 533  Used in China, Default use CHE=1
... ... @@ -572,8 +572,8 @@
572 572  505.3 - SF12BW125 (RX2 downlink only)
573 573  
574 574  
575 -1.
576 -11.
562 +1.
563 +11.
577 577  111. AU915-928(AU915)
578 578  
579 579  Frequency band as per definition in LoRaWAN 1.0.3 Regional document.
... ... @@ -587,8 +587,8 @@
587 587  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
588 588  * Use the Join successful sub-band if the server doesn’t include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
589 589  
590 -1.
591 -11.
577 +1.
578 +11.
592 592  111. AS920-923 & AS923-925 (AS923)
593 593  
594 594  **Default Uplink channel:**
... ... @@ -640,8 +640,8 @@
640 640  923.2 - SF10BW125 (RX2)
641 641  
642 642  
643 -1.
644 -11.
630 +1.
631 +11.
645 645  111. KR920-923 (KR920)
646 646  
647 647  Default channel:
... ... @@ -677,8 +677,8 @@
677 677  921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125)
678 678  
679 679  
680 -1.
681 -11.
667 +1.
668 +11.
682 682  111. IN865-867 (IN865)
683 683  
684 684  Uplink:
... ... @@ -697,7 +697,7 @@
697 697  866.550 - SF10BW125 (RX2)
698 698  
699 699  
700 -1.
687 +1.
701 701  11. LED Indicator
702 702  
703 703  The LSPH01 has an internal LED which is to show the status of different state.
... ... @@ -706,7 +706,7 @@
706 706  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
707 707  * Blink once when device transmit a packet.
708 708  
709 -1.
696 +1.
710 710  11. ​Firmware Change Log
711 711  
712 712  **Firmware download link:**
... ... @@ -752,7 +752,7 @@
752 752  These commands only valid for LSPH01, as below:
753 753  
754 754  
755 -1.
742 +1.
756 756  11. Set Transmit Interval Time
757 757  
758 758  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -782,7 +782,7 @@
782 782  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
783 783  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
784 784  
785 -1.
772 +1.
786 786  11. Set Interrupt Mode
787 787  
788 788  Feature, Set Interrupt mode for GPIO_EXIT.
... ... @@ -815,7 +815,7 @@
815 815  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
816 816  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
817 817  
818 -1.
805 +1.
819 819  11. Calibrate Sensor
820 820  
821 821  Detail See [[Calibration Guide>>path:#Calibration]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -822,7 +822,7 @@
822 822  
823 823  
824 824  
825 -1.
812 +1.
826 826  11. Get Firmware Version Info
827 827  
828 828  Feature: use downlink to get firmware version.
... ... @@ -931,7 +931,7 @@
931 931  LSPH01:  2.45v ~~ 3.6v
932 932  
933 933  
934 -1.
921 +1.
935 935  11. Replace Battery
936 936  
937 937  Any battery with range 2.45 ~~ 3.6v can be a replacement. We recommend to use Li-SOCl2 Battery.
... ... @@ -940,7 +940,7 @@
940 940  
941 941  
942 942  
943 -1.
930 +1.
944 944  11. Power Consumption Analyze
945 945  
946 946  Dragino Battery powered product are all runs in Low Power mode. We have an update battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit interval.
... ... @@ -980,14 +980,14 @@
980 980  
981 981  
982 982  1.
983 -11.
970 +11.
984 984  111. ​Battery Note
985 985  
986 986  The Li-SICO battery is designed for small current / long period application. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period time to transmit LoRa, then the battery life may be decreased.
987 987  
988 988  
989 -1.
990 -11.
976 +1.
977 +11.
991 991  111. ​Replace the battery
992 992  
993 993  You can change the battery in the LSPH01.The type of battery is not limited as long as the output is between 3v to 3.6v. On the main board, there is a diode (D1) between the battery and the main circuit. If you need to use a battery with less than 3.3v, please remove the D1 and shortcut the two pads of it so there won’t be voltage drop between battery and main board.
1654581590132-631.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +42.6 KB
Content
1654581735133-458.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +42.6 KB
Content
1654582541848-906.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +59.2 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0