<
From version < 14.1 >
edited by Xiaoling
on 2022/06/07 14:15
To version < 12.1 >
edited by Xiaoling
on 2022/06/07 13:59
>
Change comment: Uploaded new attachment "1654581590132-631.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -50,6 +50,7 @@
50 50  * IP68 rate for the Sensor Probe
51 51  * 8500mAh Battery for long term use
52 52  
53 +
53 53  == 1.3 Probe Specification ==
54 54  
55 55  
... ... @@ -70,10 +70,13 @@
70 70  * IP68 Protection
71 71  * Length: 3.5 meters
72 72  
74 +
75 +
73 73  == 1.4 ​Applications ==
74 74  
75 75  * Smart Agriculture
76 76  
80 +
77 77  == 1.5 Pin mapping and power on ==
78 78  
79 79  [[image:1654580482666-473.png]]
... ... @@ -153,21 +153,27 @@
153 153  [[image:image-20220607135918-2.png]]
154 154  
155 155  
160 +
156 156  **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.
157 157  
158 -[[image:1654581590132-631.png]]
159 159  
160 160  
161 161  
162 -== 2.3 ​Uplink Payload ==
166 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image010.png]]
163 163  
168 +
169 +
170 +1.
171 +11. ​Uplink Payload
172 +
164 164  LSPH01 will uplink payload via LoRaWAN with below payload format: 
165 165  
175 +
166 166  Uplink payload includes in total 11 bytes.
177 +
167 167  
168 168  Normal uplink payload:
169 169  
170 -(% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
171 171  |(((
172 172  **Size**
173 173  
... ... @@ -187,13 +187,14 @@
187 187  [[Type>>path:#Message_Type]]
188 188  )))
189 189  
190 -[[image:1654581735133-458.png]]
200 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image010.png]]
191 191  
192 192  
193 193  
194 -=== 2.3.1 Battery Info ===
204 +1.
205 +11.
206 +111. Battery Info
195 195  
196 -
197 197  Check the battery voltage for LSPH01.
198 198  
199 199  Ex1: 0x0B45 = 2885mV
... ... @@ -201,12 +201,13 @@
201 201  Ex2: 0x0B49 = 2889mV
202 202  
203 203  
215 +1.
216 +11.
217 +111. DS18B20 Temperature sensor
204 204  
205 -=== 2.3.2 DS18B20 Temperature sensor ===
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.
206 206  
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.
208 208  
209 -
210 210  **Example**:
211 211  
212 212  If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
... ... @@ -215,35 +215,40 @@
215 215  
216 216  
217 217  
218 -=== 2.3.3 Soil pH ===
230 +1.
231 +11.
232 +111. Soil pH
219 219  
220 220  Range: 0 ~~ 14 pH
221 221  
222 -**Example:**
236 +Example:
223 223  
224 -(% style="color:#037691" %)** 0x02B7(H) = 695(D) = 6.95pH**
238 +**0x02B7(H) = 695(D) = 6.95pH**
225 225  
226 226  
241 +1.
242 +11.
243 +111. Soil Temperature
227 227  
228 -=== 2.3.4 Soil Temperature ===
229 -
230 230  Get Soil Temperature 
231 231  
232 232  
233 233  **Example**:
234 234  
235 -If payload is: **0105H**:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
250 +If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
236 236  
237 -If payload is: **FF3FH** :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
252 +If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
238 238  
239 239  
240 240  
241 -=== 2.3.5 Interrupt Pin ===
256 +1.
257 +11.
258 +111. Interrupt Pin
242 242  
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.
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.
244 244  
245 245  
246 -**Example:**
263 +Example:
247 247  
248 248  0x00: Normal uplink packet.
249 249  
... ... @@ -250,25 +250,24 @@
250 250  0x01: Interrupt Uplink Packet.
251 251  
252 252  
270 +1.
271 +11.
272 +111. Message Type
253 253  
254 -=== 2.3.6 Message Type ===
255 -
256 256  For a normal uplink payload, the message type is always 0x01.
257 257  
258 258  Valid Message Type:
259 259  
260 260  
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"]]
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]]
266 266  
284 +1.
285 +11.
286 +111. ​Decode payload in The Things Network
267 267  
268 -
269 -=== 2.3.7 Decode payload in The Things Network ===
270 -
271 -
272 272  While using TTN network, you can add the payload format to decode the payload.
273 273  
274 274  
... ... @@ -279,7 +279,7 @@
279 279  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/]]
280 280  
281 281  
282 -1.
298 +1.
283 283  11. Uplink Interval
284 284  
285 285  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:
... ... @@ -288,7 +288,7 @@
288 288  
289 289  
290 290  
291 -1.
307 +1.
292 292  11. ​Show Data in DataCake IoT Server
293 293  
294 294  [[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:
... ... @@ -348,8 +348,8 @@
348 348  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. 
349 349  
350 350  
351 -1.
352 -11.
367 +1.
368 +11.
353 353  111. Measurement
354 354  
355 355  **Measurement the soil surface**
... ... @@ -377,8 +377,8 @@
377 377  Insert the probe inside, method like measure the surface.
378 378  
379 379  
380 -1.
381 -11.
396 +1.
397 +11.
382 382  111. Maintain Probe
383 383  1111. pH probe electrode is fragile and no strong. User must avoid strong force or hitting it.
384 384  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.
... ... @@ -387,7 +387,7 @@
387 387  1111. Avoid the probes to touch oily matter. Which will cause issue in accuracy.
388 388  1111. The probe is IP68 can be put in water.
389 389  
390 -1.
406 +1.
391 391  11. Calibration
392 392  
393 393  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).
... ... @@ -458,13 +458,13 @@
458 458  * Reply to the confirmation package: 14 01
459 459  * Reply to non-confirmed packet: 14 00
460 460  
461 -1.
477 +1.
462 462  11. Frequency Plans
463 463  
464 464  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.
465 465  
466 -1.
467 -11.
482 +1.
483 +11.
468 468  111. EU863-870 (EU868)
469 469  
470 470  Uplink:
... ... @@ -495,8 +495,8 @@
495 495  869.525 - SF9BW125 (RX2 downlink only)
496 496  
497 497  
498 -1.
499 -11.
514 +1.
515 +11.
500 500  111. US902-928(US915)
501 501  
502 502  Used in USA, Canada and South America. Frequency band as per definition in LoRaWAN 1.0.3 Regional document.
... ... @@ -510,8 +510,8 @@
510 510  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
511 511  * 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)
512 512  
513 -1.
514 -11.
529 +1.
530 +11.
515 515  111. CN470-510 (CN470)
516 516  
517 517  Used in China, Default use CHE=1
... ... @@ -556,8 +556,8 @@
556 556  505.3 - SF12BW125 (RX2 downlink only)
557 557  
558 558  
559 -1.
560 -11.
575 +1.
576 +11.
561 561  111. AU915-928(AU915)
562 562  
563 563  Frequency band as per definition in LoRaWAN 1.0.3 Regional document.
... ... @@ -571,8 +571,8 @@
571 571  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
572 572  * 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)
573 573  
574 -1.
575 -11.
590 +1.
591 +11.
576 576  111. AS920-923 & AS923-925 (AS923)
577 577  
578 578  **Default Uplink channel:**
... ... @@ -624,8 +624,8 @@
624 624  923.2 - SF10BW125 (RX2)
625 625  
626 626  
627 -1.
628 -11.
643 +1.
644 +11.
629 629  111. KR920-923 (KR920)
630 630  
631 631  Default channel:
... ... @@ -661,8 +661,8 @@
661 661  921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125)
662 662  
663 663  
664 -1.
665 -11.
680 +1.
681 +11.
666 666  111. IN865-867 (IN865)
667 667  
668 668  Uplink:
... ... @@ -681,7 +681,7 @@
681 681  866.550 - SF10BW125 (RX2)
682 682  
683 683  
684 -1.
700 +1.
685 685  11. LED Indicator
686 686  
687 687  The LSPH01 has an internal LED which is to show the status of different state.
... ... @@ -690,7 +690,7 @@
690 690  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
691 691  * Blink once when device transmit a packet.
692 692  
693 -1.
709 +1.
694 694  11. ​Firmware Change Log
695 695  
696 696  **Firmware download link:**
... ... @@ -736,7 +736,7 @@
736 736  These commands only valid for LSPH01, as below:
737 737  
738 738  
739 -1.
755 +1.
740 740  11. Set Transmit Interval Time
741 741  
742 742  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -766,7 +766,7 @@
766 766  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
767 767  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
768 768  
769 -1.
785 +1.
770 770  11. Set Interrupt Mode
771 771  
772 772  Feature, Set Interrupt mode for GPIO_EXIT.
... ... @@ -799,7 +799,7 @@
799 799  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
800 800  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
801 801  
802 -1.
818 +1.
803 803  11. Calibrate Sensor
804 804  
805 805  Detail See [[Calibration Guide>>path:#Calibration]] for the user of 0x13 and 0x14 downlink commands
... ... @@ -806,7 +806,7 @@
806 806  
807 807  
808 808  
809 -1.
825 +1.
810 810  11. Get Firmware Version Info
811 811  
812 812  Feature: use downlink to get firmware version.
... ... @@ -915,7 +915,7 @@
915 915  LSPH01:  2.45v ~~ 3.6v
916 916  
917 917  
918 -1.
934 +1.
919 919  11. Replace Battery
920 920  
921 921  Any battery with range 2.45 ~~ 3.6v can be a replacement. We recommend to use Li-SOCl2 Battery.
... ... @@ -924,7 +924,7 @@
924 924  
925 925  
926 926  
927 -1.
943 +1.
928 928  11. Power Consumption Analyze
929 929  
930 930  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.
... ... @@ -964,14 +964,14 @@
964 964  
965 965  
966 966  1.
967 -11.
983 +11.
968 968  111. ​Battery Note
969 969  
970 970  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.
971 971  
972 972  
973 -1.
974 -11.
989 +1.
990 +11.
975 975  111. ​Replace the battery
976 976  
977 977  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.
1654581735133-458.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -42.6 KB
Content
1654582541848-906.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -59.2 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0