Version 98.12 by Xiaoling on 2022/10/13 17:14

Show last authors
1 (% style="text-align:center" %)
2 [[image:1654592399090-860.png||height="521" width="483"]]
3
4
5
6
7
8 **Table of Contents:**
9
10 {{toc/}}
11
12
13
14
15
16
17 = 1. Introduction =
18
19
20 == 1.1 ​What is LoRaWAN Soil pH Sensor ==
21
22 (((
23
24
25 The Dragino LSPH01 is a (% style="color:#4f81bd" %)**LoRaWAN Soil pH Sensor**(%%) for IoT of Agriculture. It is designed to measure the soil PH and soil temperature, so to send to the platform to analyze the soil acid or alkali level. The probe is IP68 waterproof.
26 )))
27
28 (((
29 LSPH01 probe is made by Solid AgCl reference electrode and Pure metal pH sensitive electrode. It can detect soil's** (% style="color:#4f81bd" %)pH (%%)**with high accuracy and stable value. The LSPH01 probe can be buried into soil for long time use.
30 )))
31
32 (((
33 The LoRa wireless technology used in LSPH01 allows device to send data and reach extremely long ranges at low data-rates. It provides ultra-long range spread spectrum communication and high interference immunity whilst minimizing current consumption.
34 )))
35
36 (((
37 LSPH01 is powered by (% style="color:#4f81bd" %)**8500mAh Li-SOCI2 battery**(%%), it is designed for long term use up to 5 years.
38 )))
39
40 (((
41 Each LSPH01 is pre-load with a set of unique keys for LoRaWAN registrations, register these keys to local LoRaWAN server and it will auto connect after power on.
42 )))
43
44
45 [[image:1654592435432-887.png]]
46
47
48
49 == ​1.2 Features ==
50
51
52 * LoRaWAN 1.0.3 Class A
53 * Ultra-low power consumption
54 * Monitor soil pH with temperature compensation.
55 * Monitor soil temperature
56 * Monitor Battery Level
57 * Support pH calibration by end user
58 * Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/IN865
59 * AT Commands to change parameters
60 * Uplink on periodically
61 * Downlink to change configure
62 * IP66 Waterproof Enclosure
63 * IP68 rate for the Sensor Probe
64 * 8500mAh Battery for long term use
65
66
67
68
69 == 1.3 Probe Specification ==
70
71
72 (% style="color:#4f81bd" %)**Soil pH:**
73
74 * Range: 3 ~~ 10 pH
75 * Resolution: 0.01 pH
76 * Accuracy: ±2% under (0~~50 ℃, Accuracy will poor under 0 due to frozen)
77 * Temperature Compensation Range: 0 ~~ 50℃
78 * IP68 Protection
79 * Length: 3.5 meters
80
81 (% style="color:#4f81bd" %)**Soil Temperature:**
82
83 * Range -40℃~85℃
84 * Resolution: 0.1℃
85 * Accuracy: <±0.5℃(-10℃~40℃),<±0.8℃ (others)
86 * IP68 Protection
87 * Length: 3.5 meters
88
89
90
91
92 == 1.4 ​Applications ==
93
94
95 * Smart Agriculture
96
97
98
99 == 1.5 Pin mapping and power on ==
100
101
102 [[image:1654592472094-134.png]]
103
104
105
106 = 2. Configure LSPH01 to connect to LoRaWAN network =
107
108
109 == 2.1 How it works ==
110
111
112 (((
113 The LSPH01 is configured as LoRaWAN OTAA Class A mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and power on the LSPH01. It will automatically join the network via OTAA and start to send the sensor value. The default uplink interval is 20 minutes.
114 )))
115
116 (((
117 In case you can't set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>||anchor="H5.UseATCommand"]]to set the keys in the LSPH01.
118 )))
119
120
121
122 == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
123
124
125 (((
126 Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LG308>>url:http://www.dragino.com/products/lora/item/140-lg308.html]] as a LoRaWAN gateway in this example.
127 )))
128
129 (((
130 [[image:1654592492399-921.png]]
131
132
133 )))
134
135 (((
136 The LG308 is already set to connected to [[TTN network >>url:https://console.cloud.thethings.network/]], so what we need to now is configure the TTN server.
137
138
139 )))
140
141 (((
142 (% style="color:blue" %)**Step 1**(%%): Create a device in TTN with the OTAA keys from LSPH01.
143 )))
144
145 (((
146 Each LSPH01 is shipped with a sticker with the default device EUI as below:
147 )))
148
149 [[image:image-20220607170145-1.jpeg]]
150
151
152
153 You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
154
155
156 **Register the device**
157
158
159 [[image:1654592600093-601.png]]
160
161
162
163 **Add APP EUI and DEV EUI**
164
165 [[image:1654592619856-881.png]]
166
167
168
169 **Add APP EUI in the application**
170
171 [[image:1654592632656-512.png]]
172
173
174
175 **Add APP KEY**
176
177 [[image:1654592653453-934.png]]
178
179
180 (% style="color:blue" %)**Step 2**(%%): Power on LSPH01
181
182
183 Put a Jumper on JP2 to power on the device. ( The Switch must be in FLASH position).
184
185 [[image:image-20220607170442-2.png]]
186
187
188 (((
189 (% style="color:blue" %)**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.
190
191
192 )))
193
194 [[image:1654592697690-910.png]]
195
196
197
198 == 2.3 ​Uplink Payload ==
199
200
201 (((
202 LSPH01 will uplink payload via LoRaWAN with below payload format: 
203 )))
204
205 (((
206 Uplink payload includes in total 11 bytes.
207 )))
208
209 (((
210 Normal uplink payload:
211 )))
212
213 (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
214 |=(% style="width: 62.5px;" %)(((
215 **Size (bytes)**
216 )))|=(% style="width: 62.5px;" %)**2**|=(% style="width: 62.5px;" %)**2**|=**2**|=**2**|=**1**|=**1**|=**1**
217 |(% style="width:62.5px" %)**Value**|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)(((
218 [[Temperature>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
219
220 [[(Optional)>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
221 )))|[[Soil pH>>||anchor="H2.3.3SoilpH"]]|[[Soil Temperature>>||anchor="H2.3.4SoilTemperature"]]|(((
222 [[Digital Interrupt (Optional)>>||anchor="H2.3.5InterruptPin"]]
223 )))|Reserve|(((
224 [[Message Type>>||anchor="H2.3.6MessageType"]]
225 )))
226
227 [[image:1654592721645-318.png]]
228
229
230
231 === 2.3.1 Battery Info ===
232
233
234 Check the battery voltage for LSPH01.
235
236 Ex1: 0x0B45 = 2885mV
237
238 Ex2: 0x0B49 = 2889mV
239
240
241
242 === 2.3.2 DS18B20 Temperature sensor ===
243
244
245 This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
246
247
248 **Example**:
249
250 If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
251
252 If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
253
254
255
256 === 2.3.3 Soil pH ===
257
258
259 Range: 0 ~~ 14 pH
260
261 **Example:**
262
263 (% style="color:#037691" %)** 0x02B7(H) = 695(D) = 6.95pH**
264
265
266
267 === 2.3.4 Soil Temperature ===
268
269
270 Get Soil Temperature 
271
272
273 **Example**:
274
275 If payload is: **0105H**:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
276
277 If payload is: **FF3FH** :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
278
279
280
281 === 2.3.5 Interrupt Pin ===
282
283
284 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.
285
286
287 **Example:**
288
289 0x00: Normal uplink packet.
290
291 0x01: Interrupt Uplink Packet.
292
293
294
295 === 2.3.6 Message Type ===
296
297
298 (((
299 For a normal uplink payload, the message type is always 0x01.
300 )))
301
302 (((
303 Valid Message Type:
304 )))
305
306
307 (% border="1" cellspacing="10" style="background-color:#ffffcc; width:499px" %)
308 |=(% style="width: 160px;" %)**Message Type Code**|=(% style="width: 163px;" %)**Description**|=(% style="width: 173px;" %)**Payload**
309 |(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]
310 |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
311 |(% style="width:160px" %)0x03|(% style="width:163px" %)Reply Calibration Info|(% style="width:173px" %)[[Calibration Payload>>||anchor="H2.7Calibration"]]
312
313
314
315
316 === 2.3.7 Decode payload in The Things Network ===
317
318 While using TTN network, you can add the payload format to decode the payload.
319
320
321 [[image:1654592762713-715.png]]
322
323 (((
324 The payload decoder function for TTN is here:
325 )))
326
327 (((
328 LSPH01 TTN Payload Decoder:  [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
329 )))
330
331
332
333 == 2.4 Uplink Interval ==
334
335
336 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: [[Change Uplink Interval>>doc:Main.End Device AT Commands and Downlink Command.WebHome||anchor="H4.1ChangeUplinkInterval"]]
337
338
339
340 == 2.5 ​Show Data in DataCake IoT Server ==
341
342
343 (((
344 [[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:
345 )))
346
347 (((
348
349 )))
350
351 (((
352 (% style="color:blue" %)**Step 1**(%%)**: Be sure that your device is programmed and properly connected to the network at this time.**
353 )))
354
355 (((
356 (% style="color:blue" %)**Step 2**(%%)**: To configure the Application to forward data to DATACAKE you will need to add integration. To add the DATACAKE integration, perform the following steps:**
357 )))
358
359
360 [[image:1654592790040-760.png]]
361
362
363 [[image:1654592800389-571.png]]
364
365
366 (% style="color:blue" %)**Step 3**(%%)**: Create an account or log in Datacake.**
367
368 (% style="color:blue" %)**Step 4**(%%)**: Create LSPH01 product.**
369
370 [[image:1654592819047-535.png]]
371
372
373
374 [[image:1654592833877-762.png]]
375
376
377 [[image:1654592856403-259.png]]
378
379
380 (((
381 (% style="color:blue" %)**Step 5**(%%)**: add payload decode**
382 )))
383
384 (((
385 Download Datacake decoder from: [[https:~~/~~/www.dropbox.com/sh/pj7cgmgqg3gx3ta/AABYFbg1DVOOR9Hmr1mLSBkga?dl=0>>url:https://www.dropbox.com/sh/pj7cgmgqg3gx3ta/AABYFbg1DVOOR9Hmr1mLSBkga?dl=0]]
386 )))
387
388
389 [[image:1654592878525-845.png]]
390
391 [[image:1654592892967-474.png]]
392
393
394 [[image:1654592905354-123.png]]
395
396
397 After added, the sensor data arrive TTN, it will also arrive and show in Mydevices.
398
399
400 [[image:1654592917530-261.png]]
401
402
403
404 == 2.6 Installation and Maintain ==
405
406
407 === 2.6.1 Before measurement ===
408
409
410 (((
411 (((
412 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. 
413 )))
414 )))
415
416
417
418 === 2.6.2 Measurement ===
419
420
421 (((
422 (% style="color:#4f81bd" %)**Measurement the soil surface:**
423 )))
424
425 (((
426 [[image:1654592946732-634.png]]
427
428
429 )))
430
431 (((
432 Choose the proper measuring position. Split the surface soil according to the measured deep.
433 )))
434
435 (((
436 Put pure water, or rainwater to make the soil of measurement point to moist mud. Remove rocks or hard things.
437 )))
438
439 (((
440 Slowly insert the probe to the measure point. Don't use large force which will break the probe. Make sure not shake when inserting.
441 )))
442
443 (((
444 Put soil over the probe after insert. And start to measure.
445 )))
446
447 (((
448
449 )))
450
451 (((
452 (% style="color:#4f81bd" %)**Measurement inside soil:**
453 )))
454
455 (((
456 Dig a hole with diameter > 20CM.
457 )))
458
459 (((
460 Insert the probe inside, method like measure the surface.
461 )))
462
463
464
465 === 2.6.3 Maintain Probe ===
466
467
468 1. (((
469 pH probe electrode is fragile and no strong. User must avoid strong force or hitting it.
470 )))
471 1. (((
472 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.
473 )))
474 1. (((
475 Probe reference electrode is also no strong, need to avoid strong force or hitting.
476 )))
477 1. (((
478 User should keep reference electrode wet while not use.
479 )))
480 1. (((
481 Avoid the probes to touch oily matter. Which will cause issue in accuracy.
482 )))
483 1. (((
484 The probe is IP68 can be put in water.
485
486
487
488 )))
489
490 == 2.7 Calibration ==
491
492
493 (((
494 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).
495 )))
496
497 (((
498 After stable, user can use below command to calibrate.
499 )))
500
501 [[image:image-20220607171149-4.png]]
502
503
504 (% style="color:#037691" %)**Calibration Payload**
505
506 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
507 |=(% style="width: 62.5px;" %)(((
508 **Size (bytes)**
509 )))|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**1**|=(% style="width: 89px;" %)**7**|=(% style="width: 89px;" %)**1**
510 |**Value**|(((
511 PH4
512
513 Calibrate value
514 )))|PH6.86 Calibrate value|(((
515 PH9.18
516
517 Calibrate value
518 )))|Reserve|(((
519 [[Message Type>>||anchor="H2.3.6MessageType"]]
520
521 Always 0x03
522 )))
523
524 User can also send 0x14 downlink command to poll the current calibration payload.
525
526 [[image:image-20220607171416-7.jpeg]]
527
528
529 * Reply to the confirmation package: 14 01
530 * Reply to non-confirmed packet: 14 00
531
532
533
534 == 2.8 Frequency Plans ==
535
536
537 (((
538 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.
539 )))
540
541
542
543 === 2.8.1 EU863-870 (EU868) ===
544
545
546 (((
547 (% style="color:blue" %)**Uplink:**
548 )))
549
550 (((
551 868.1 - SF7BW125 to SF12BW125
552 )))
553
554 (((
555 868.3 - SF7BW125 to SF12BW125 and SF7BW250
556 )))
557
558 (((
559 868.5 - SF7BW125 to SF12BW125
560 )))
561
562 (((
563 867.1 - SF7BW125 to SF12BW125
564 )))
565
566 (((
567 867.3 - SF7BW125 to SF12BW125
568 )))
569
570 (((
571 867.5 - SF7BW125 to SF12BW125
572 )))
573
574 (((
575 867.7 - SF7BW125 to SF12BW125
576 )))
577
578 (((
579 867.9 - SF7BW125 to SF12BW125
580 )))
581
582 (((
583 868.8 - FSK
584 )))
585
586 (((
587
588 )))
589
590 (((
591 (% style="color:blue" %)**Downlink:**
592 )))
593
594 (((
595 Uplink channels 1-9 (RX1)
596 )))
597
598 (((
599 869.525 - SF9BW125 (RX2 downlink only)
600 )))
601
602
603
604 === 2.8.2 US902-928(US915) ===
605
606
607 (((
608 Used in USA, Canada and South America. Frequency band as per definition in LoRaWAN 1.0.3 Regional document.
609 )))
610
611 (((
612 To make sure the end node supports all sub band by default. In the OTAA Join process, the end node will use frequency 1 from sub-band1, then frequency 1 from sub-band2, then frequency 1 from sub-band3, etc to process the OTAA join.
613 )))
614
615 (((
616 After Join success, the end node will switch to the correct sub band by:
617 )))
618
619 * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
620 * 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)
621
622
623
624
625 === 2.8.3 CN470-510 (CN470) ===
626
627
628 (((
629 Used in China, Default use CHE=1
630 )))
631
632 (((
633 (% style="color:blue" %)**Uplink:**
634 )))
635
636 (((
637 486.3 - SF7BW125 to SF12BW125
638 )))
639
640 (((
641 486.5 - SF7BW125 to SF12BW125
642 )))
643
644 (((
645 486.7 - SF7BW125 to SF12BW125
646 )))
647
648 (((
649 486.9 - SF7BW125 to SF12BW125
650 )))
651
652 (((
653 487.1 - SF7BW125 to SF12BW125
654 )))
655
656 (((
657 487.3 - SF7BW125 to SF12BW125
658 )))
659
660 (((
661 487.5 - SF7BW125 to SF12BW125
662 )))
663
664 (((
665 487.7 - SF7BW125 to SF12BW125
666 )))
667
668 (((
669
670 )))
671
672 (((
673 (% style="color:blue" %)**Downlink:**
674 )))
675
676 (((
677 506.7 - SF7BW125 to SF12BW125
678 )))
679
680 (((
681 506.9 - SF7BW125 to SF12BW125
682 )))
683
684 (((
685 507.1 - SF7BW125 to SF12BW125
686 )))
687
688 (((
689 507.3 - SF7BW125 to SF12BW125
690 )))
691
692 (((
693 507.5 - SF7BW125 to SF12BW125
694 )))
695
696 (((
697 507.7 - SF7BW125 to SF12BW125
698 )))
699
700 (((
701 507.9 - SF7BW125 to SF12BW125
702 )))
703
704 (((
705 508.1 - SF7BW125 to SF12BW125
706 )))
707
708 (((
709 505.3 - SF12BW125 (RX2 downlink only)
710 )))
711
712
713
714 === 2.8.4 AU915-928(AU915) ===
715
716
717 (((
718 Frequency band as per definition in LoRaWAN 1.0.3 Regional document.
719 )))
720
721 (((
722 To make sure the end node supports all sub band by default. In the OTAA Join process, the end node will use frequency 1 from sub-band1, then frequency 1 from sub-band2, then frequency 1 from sub-band3, etc to process the OTAA join.
723 )))
724
725 (((
726
727 )))
728
729 (((
730 After Join success, the end node will switch to the correct sub band by:
731 )))
732
733 * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
734 * 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)
735
736
737
738
739 === 2.8.5 AS920-923 & AS923-925 (AS923) ===
740
741
742 (((
743 (% style="color:blue" %)**Default Uplink channel:**
744 )))
745
746 (((
747 923.2 - SF7BW125 to SF10BW125
748 )))
749
750 (((
751 923.4 - SF7BW125 to SF10BW125
752 )))
753
754 (((
755
756 )))
757
758 (((
759 (% style="color:blue" %)**Additional Uplink Channel**:
760 )))
761
762 (((
763 (OTAA mode, channel added by JoinAccept message)
764 )))
765
766 (((
767
768 )))
769
770 (((
771 (% style="color:blue" %)**AS920~~AS923 for Japan, Malaysia, Singapore**:
772 )))
773
774 (((
775 922.2 - SF7BW125 to SF10BW125
776 )))
777
778 (((
779 922.4 - SF7BW125 to SF10BW125
780 )))
781
782 (((
783 922.6 - SF7BW125 to SF10BW125
784 )))
785
786 (((
787 922.8 - SF7BW125 to SF10BW125
788 )))
789
790 (((
791 923.0 - SF7BW125 to SF10BW125
792 )))
793
794 (((
795 922.0 - SF7BW125 to SF10BW125
796 )))
797
798 (((
799
800 )))
801
802 (((
803 (% style="color:blue" %)**AS923 ~~ AS925 for Brunei, Cambodia, Hong Kong, Indonesia, Laos, Taiwan, Thailand, Vietnam**:
804 )))
805
806 (((
807 923.6 - SF7BW125 to SF10BW125
808 )))
809
810 (((
811 923.8 - SF7BW125 to SF10BW125
812 )))
813
814 (((
815 924.0 - SF7BW125 to SF10BW125
816 )))
817
818 (((
819 924.2 - SF7BW125 to SF10BW125
820 )))
821
822 (((
823 924.4 - SF7BW125 to SF10BW125
824 )))
825
826 (((
827 924.6 - SF7BW125 to SF10BW125
828 )))
829
830 (((
831
832 )))
833
834 (((
835 (% style="color:blue" %)**Downlink:**
836 )))
837
838 (((
839 Uplink channels 1-8 (RX1)
840 )))
841
842 (((
843 923.2 - SF10BW125 (RX2)
844 )))
845
846
847
848 === 2.8.6 KR920-923 (KR920) ===
849
850
851 (((
852 (% style="color:blue" %)**Default channel:**
853 )))
854
855 (((
856 922.1 - SF7BW125 to SF12BW125
857 )))
858
859 (((
860 922.3 - SF7BW125 to SF12BW125
861 )))
862
863 (((
864 922.5 - SF7BW125 to SF12BW125
865 )))
866
867 (((
868
869 )))
870
871 (((
872 (% style="color:blue" %)**Uplink: (OTAA mode, channel added by JoinAccept message)**
873 )))
874
875 (((
876 922.1 - SF7BW125 to SF12BW125
877 )))
878
879 (((
880 922.3 - SF7BW125 to SF12BW125
881 )))
882
883 (((
884 922.5 - SF7BW125 to SF12BW125
885 )))
886
887 (((
888 922.7 - SF7BW125 to SF12BW125
889 )))
890
891 (((
892 922.9 - SF7BW125 to SF12BW125
893 )))
894
895 (((
896 923.1 - SF7BW125 to SF12BW125
897 )))
898
899 (((
900 923.3 - SF7BW125 to SF12BW125
901 )))
902
903 (((
904
905 )))
906
907 (((
908 (% style="color:blue" %)**Downlink:**
909 )))
910
911 (((
912 Uplink channels 1-7(RX1)
913 )))
914
915 (((
916 921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125)
917 )))
918
919
920
921 === 2.8.7 IN865-867 (IN865) ===
922
923
924 (((
925 (% style="color:blue" %)**Uplink:**
926 )))
927
928 (((
929 865.0625 - SF7BW125 to SF12BW125
930 )))
931
932 (((
933 865.4025 - SF7BW125 to SF12BW125
934 )))
935
936 (((
937 865.9850 - SF7BW125 to SF12BW125
938 )))
939
940 (((
941
942 )))
943
944 (((
945 (% style="color:blue" %)**Downlink:**
946 )))
947
948 (((
949 Uplink channels 1-3 (RX1)
950 )))
951
952 (((
953 866.550 - SF10BW125 (RX2)
954 )))
955
956
957
958 == 2.9 LED Indicator ==
959
960
961 The LSPH01 has an internal LED which is to show the status of different state.
962
963 * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
964 * Blink once when device transmit a packet.
965
966
967
968
969 == 2.10 ​Firmware Change Log ==
970
971
972 **Firmware download link: **[[https:~~/~~/www.dropbox.com/sh/xtm5tw37mewaw99/AAD0uy06odmreQQ7vMzZYVIGa?dl=0>>https://www.dropbox.com/sh/xtm5tw37mewaw99/AAD0uy06odmreQQ7vMzZYVIGa?dl=0]]
973
974
975 **Firmware Upgrade Method: **[[Firmware Upgrade Instruction>>path:/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/]]
976
977
978
979 = 3. Configure LSPH01 via AT Command or LoRaWAN Downlink =
980
981
982 (((
983 Use can configure LSPH01 via AT Command or LoRaWAN Downlink.
984 )))
985
986 * (((
987 AT Command Connection: See [[FAQ>>||anchor="H6.FAQ"]].
988 )))
989 * (((
990 LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
991 )))
992
993 (((
994 There are two kinds of commands to configure LSPH01, they are:
995 )))
996
997 * (((
998 (% style="color:#4f81bd" %)** General Commands**.
999 )))
1000
1001 (((
1002 These commands are to configure:
1003 )))
1004
1005 * (((
1006 General system settings like: uplink interval.
1007 )))
1008 * (((
1009 LoRaWAN protocol & radio related command.
1010 )))
1011
1012 (((
1013 They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki: [[End Device AT Commands and Downlink Command>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
1014 )))
1015
1016 (((
1017
1018 )))
1019
1020 * (((
1021 (% style="color:#4f81bd" %)** Commands special design for LSPH01**
1022 )))
1023
1024 (((
1025 These commands only valid for LSPH01, as below:
1026 )))
1027
1028
1029
1030 == 3.1 Set Transmit Interval Time ==
1031
1032
1033 Feature: Change LoRaWAN End Node Transmit Interval.
1034
1035 (% style="color:#037691" %)**AT Command: AT+TDC**
1036
1037 [[image:image-20220607171554-8.png]]
1038
1039
1040 (((
1041 (% style="color:#037691" %)**Downlink Command: 0x01**
1042 )))
1043
1044 (((
1045 Format: Command Code (0x01) followed by 3 bytes time value.
1046 )))
1047
1048 (((
1049 If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
1050 )))
1051
1052 * (((
1053 Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1054 )))
1055 * (((
1056 Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1057
1058
1059
1060
1061 )))
1062
1063 == 3.2 Set Interrupt Mode ==
1064
1065
1066 Feature, Set Interrupt mode for GPIO_EXIT.
1067
1068 (% style="color:#037691" %)**AT Command: AT+INTMOD**
1069
1070 [[image:image-20220610105907-1.png]]
1071
1072
1073 (((
1074 (% style="color:#037691" %)**Downlink Command: 0x06**
1075 )))
1076
1077 (((
1078 Format: Command Code (0x06) followed by 3 bytes.
1079 )))
1080
1081 (((
1082 This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1083 )))
1084
1085 * (((
1086 Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1087 )))
1088 * (((
1089 Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1090 )))
1091
1092 (((
1093
1094 )))
1095
1096
1097
1098 == 3.3 Calibrate Sensor ==
1099
1100
1101 Detail See [[Calibration Guide>>||anchor="H2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
1102
1103
1104
1105 == 3.4 Get Firmware Version Info ==
1106
1107
1108 Feature: use downlink to get firmware version.
1109
1110 (% style="color:#037691" %)**Downlink Command: 0x26**
1111
1112 [[image:image-20220607171917-10.png]]
1113
1114 * Reply to the confirmation package: 26 01
1115 * Reply to non-confirmed packet: 26 00
1116
1117 Device will send an uplink after got this downlink command. With below payload:
1118
1119 Configures info payload:
1120
1121 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
1122 |=(((
1123 **Size(bytes)**
1124 )))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1**
1125 |**Value**|Software Type|(((
1126 Frequency
1127
1128 Band
1129 )))|Sub-band|(((
1130 Firmware
1131
1132 Version
1133 )))|Sensor Type|Reserve|(((
1134 [[Message Type>>||anchor="H2.3.6MessageType"]]
1135 Always 0x02
1136 )))
1137
1138 (% style="color:#037691" %)**Software Type**(%%): Always 0x03 for LSPH01
1139
1140
1141 (% style="color:#037691" %)**Frequency Band**:
1142
1143 *0x01: EU868
1144
1145 *0x02: US915
1146
1147 *0x03: IN865
1148
1149 *0x04: AU915
1150
1151 *0x05: KZ865
1152
1153 *0x06: RU864
1154
1155 *0x07: AS923
1156
1157 *0x08: AS923-1
1158
1159 *0x09: AS923-2
1160
1161 *0xa0: AS923-3
1162
1163
1164 (% style="color:#037691" %)**Sub-Band**(%%): value 0x00 ~~ 0x08
1165
1166
1167 (% style="color:#037691" %)**Firmware Version**(%%): 0x0100, Means: v1.0.0 version
1168
1169
1170 (% style="color:#037691" %)**Sensor Type**:
1171
1172 0x01: LSE01
1173
1174 0x02: LDDS75
1175
1176 0x03: LDDS20
1177
1178 0x04: LLMS01
1179
1180 0x05: LSPH01
1181
1182 0x06: LSNPK01
1183
1184 0x07: LDDS12
1185
1186
1187
1188 = 4. Battery & How to replace =
1189
1190
1191 == 4.1 Battery Type ==
1192
1193
1194 (((
1195 LSPH01 is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>url:https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]. The battery is un-rechargeable battery with low discharge rate targeting for 8~~10 years use. This type of battery is commonly used in IoT target for long-term running, such as water meter.
1196 )))
1197
1198 (((
1199 The discharge curve is not linear so can't simply use percentage to show the battery level. Below is the battery performance.
1200
1201
1202 )))
1203
1204 [[image:1654593587246-335.png]]
1205
1206
1207 Minimum Working Voltage for the LSPH01:
1208
1209 LSPH01:  2.45v ~~ 3.6v
1210
1211
1212
1213 == 4.2 Replace Battery ==
1214
1215
1216 (((
1217 Any battery with range 2.45 ~~ 3.6v can be a replacement. We recommend to use Li-SOCl2 Battery.
1218 )))
1219
1220 (((
1221 And make sure the positive and negative pins match.
1222 )))
1223
1224
1225
1226 == 4.3 Power Consumption Analyze ==
1227
1228
1229 (((
1230 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.
1231 )))
1232
1233 (((
1234 Instruction to use as below:
1235 )))
1236
1237
1238 (% style="color:#037691" %)**Step 1**(%%): Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
1239
1240 [[https:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]]
1241
1242
1243 (% style="color:#037691" %)**Step 2**(%%): Open it and choose
1244
1245 * Product Model
1246 * Uplink Interval
1247 * Working Mode
1248
1249 And the Life expectation in difference case will be shown on the right.
1250
1251 [[image:1654593605679-189.png]]
1252
1253
1254 The battery related documents as below:
1255
1256 * (((
1257 [[Battery Dimension>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]],
1258 )))
1259 * (((
1260 [[Lithium-Thionyl Chloride Battery  datasheet>>url:https://www.dragino.com/downloads/downloads/datasheet/Battery/ER26500/ER26500_Datasheet-EN.pdf]],
1261 )))
1262 * (((
1263 [[Lithium-ion Battery-Capacitor datasheet>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]], [[Tech Spec>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]]
1264 )))
1265
1266 [[image:image-20220607172042-11.png]]
1267
1268
1269
1270 === 4.3.1 ​Battery Note ===
1271
1272
1273 (((
1274 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.
1275 )))
1276
1277
1278
1279 === ​4.3.2 Replace the battery ===
1280
1281
1282 (((
1283 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.
1284 )))
1285
1286 (((
1287 The default battery pack of LSPH01 includes a ER26500 plus super capacitor. If user can't find this pack locally, they can find ER26500 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes)
1288 )))
1289
1290
1291
1292 = 5. Use AT Command =
1293
1294
1295 == 5.1 Access AT Commands ==
1296
1297
1298 LSPH01 supports AT Command set in the stock firmware. You can use a USB to TTL adapter to connect to LSPH01 for using AT command, as below.
1299
1300
1301 [[image:1654593668970-604.png]]
1302
1303
1304 **Connection:**
1305
1306 (% style="background-color:yellow" %)** USB TTL GND <~-~-~-~-> GND**
1307
1308 (% style="background-color:yellow" %)** USB TTL TXD  <~-~-~-~-> UART_RXD**
1309
1310 (% style="background-color:yellow" %)** USB TTL RXD  <~-~-~-~-> UART_TXD**
1311
1312
1313 (((
1314 In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for LSPH01. LSPH01 will output system info once power on as below:
1315 )))
1316
1317
1318 [[image:1654593712276-618.png]]
1319
1320 Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink"]].
1321
1322
1323 = 6. FAQ =
1324
1325
1326 == 6.1 How to change the LoRa Frequency Bands/Region ==
1327
1328
1329 You can follow the instructions for [[how to upgrade image>>||anchor="H2.10200BFirmwareChangeLog"]].
1330 When downloading the images, choose the required image file for download. ​
1331
1332
1333
1334 = 7. Trouble Shooting =
1335
1336
1337 == 7.1 AT Commands input doesn't work ==
1338
1339
1340 In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1341
1342
1343
1344 = 8. Order Info =
1345
1346
1347 Part Number: (% style="color:blue" %)**LSPH01-XX**
1348
1349
1350 (% style="color:blue" %)**XX**(%%): The default frequency band
1351
1352 * (% style="color:red" %)**AS923**(%%):  LoRaWAN AS923 band
1353 * (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
1354 * (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
1355 * (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band
1356 * (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band
1357 * (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
1358 * (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
1359 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1360
1361
1362
1363 = 9. ​Packing Info =
1364
1365
1366 **Package Includes**:
1367
1368 * LSPH01 LoRaWAN Soil Ph Sensor x 1
1369
1370 **Dimension and weight**:
1371
1372 * Device Size: cm
1373 * Device Weight: g
1374 * Package Size / pcs : cm
1375 * Weight / pcs : g
1376
1377
1378
1379 = 10. ​Support =
1380
1381
1382 * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
1383 * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]].
1384
1385
1386