You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Example using the Modular Sensors Library for DRWI Digi LTE Sites
3
3
4
4
This is the code example that should be used for all groups working with the Stroud Water Research Center within the Delaware River Watershed Initiative.
5
5
This should be used at all sites with cellular LTE service.
@@ -12,8 +12,8 @@ _______
12
12
[//]: #( @tableofcontents )
13
13
14
14
[//]: #( Start GitHub Only )
15
-
-[Example using the Modular Sensors Library for DRWI Sites](#example-using-the-modular-sensors-library-for-drwi-sites)
16
-
-[Unique Features of the DRWI LTE Example](#unique-features-of-the-drwi-lte-example)
15
+
-[Example using the Modular Sensors Library for DRWI Digi LTE Sites](#example-using-the-modular-sensors-library-for-drwi-digi-lte-sites)
16
+
-[Unique Features of the DRWI Digi LTE Example](#unique-features-of-the-drwi-digi-lte-example)
17
17
-[To Use this Example:](#to-use-this-example)
18
18
-[Prepare and set up PlatformIO](#prepare-and-set-up-platformio)
19
19
-[Set the logger ID](#set-the-logger-id)
@@ -25,15 +25,15 @@ _______
25
25
26
26
_______
27
27
28
-
[//]: #( @section example_drwi_lte_unique Unique Features of the DRWI LTE Example )
29
-
# Unique Features of the DRWI LTE Example
28
+
[//]: #( @section example_drwi_digilte_unique Unique Features of the DRWI Digi LTE Example )
29
+
# Unique Features of the DRWI Digi LTE Example
30
30
- Specifically for sites within the Delaware River Watershed Initiative.
31
31
- Uses a Digi XBee3 LTE-M for live data.
32
32
33
-
[//]: #( @section example_drwi_lte_using To Use this Example: )
33
+
[//]: #( @section example_drwi_digilte_using To Use this Example: )
34
34
# To Use this Example:
35
35
36
-
[//]: #( @subsection example_drwi_lte_pio Prepare and set up PlatformIO )
36
+
[//]: #( @subsection example_drwi_digilte_pio Prepare and set up PlatformIO )
37
37
## Prepare and set up PlatformIO
38
38
- Register a site and sensors at the Monitor My Watershed/EnviroDIY data portal (http://monitormywatershed.org/)
39
39
- Create a new PlatformIO project
@@ -45,7 +45,7 @@ _______
45
45
- Move it into the src directory of your project.
46
46
- Delete main.cpp in that folder.
47
47
48
-
[//]: #( @subsection example_drwi_lte_logger_id Set the logger ID )
48
+
[//]: #( @subsection example_drwi_digilte_logger_id Set the logger ID )
49
49
## Set the logger ID
50
50
- Change the "XXXX" in this section of code to the loggerID assigned by Stroud:
51
51
@@ -54,7 +54,7 @@ _______
54
54
constchar *LoggerID = "XXXX";
55
55
```
56
56
57
-
[//]: #( @subsection example_drwi_lte_obs3_calibration Set the calibration coefficients for the Campbell OBS3+ )
57
+
[//]: #( @subsection example_drwi_digilte_obs3_calibration Set the calibration coefficients for the Campbell OBS3+ )
58
58
## Set the calibration coefficients for the Campbell OBS3+
59
59
- The OBS3+ ships with a calibration certificate; you need this sheet!
60
60
- Change _**all**_ of the the `0.000E+00` and `1.000E+00` values in this section of code to the values on that calibration sheet.
0 commit comments