11End to End Tank Monitoring IoT Sample Application
22=================================================
33
4- This example is part of the Digi's End-to-End Tank Monitoring IoT demo. It
4+ This example is part of the Digi XBee IoT Tank Monitoring demo. It
55demonstrates how to use the XBee 3 Cellular modules to communicate with Digi
66Remote Manager and use the BLE interface to talk to mobile apps applied to
77the tank monitoring vertical.
88
99In theory, the XBee 3 Cellular module this example runs in corresponds to a
10- tank controller and is connected to the following peripherals but, for
11- demonstration purposes, they are emulated:
12- * Level sensor.
13- * Electronic valve.
10+ tank controller and is connected to the following peripherals (for demonstration
11+ purposes, some of them are emulated):
12+ * Level sensor (emulated).
13+ * Electronic valve (emulated).
14+ * Temperature (obtained from the I2C sensor of the XBIB-C board).
1415
1516The example performs the following actions:
1617 * Listen for BLE connections to execute the provisioning process (initial
@@ -20,7 +21,7 @@ The example performs the following actions:
2021 * Listen for requests coming from Digi Remote Manager and execute the proper
2122 actions.
2223
23- Read the demo documentation for more information.
24+ Read the [ demo documentation] [ doc ] for more information.
2425
2526Requirements
2627------------
@@ -71,7 +72,7 @@ Supported platforms
7172License
7273-------
7374
74- Copyright (c) 2020 , Digi International, Inc.
75+ Copyright (c) 2021 , Digi International, Inc.
7576
7677Permission is hereby granted, free of charge, to any person obtaining a copy
7778of this software and associated documentation files (the "Software"), to deal
@@ -89,4 +90,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8990AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9091LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9192OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
92- SOFTWARE.
93+ SOFTWARE.
94+
95+
96+ [ doc ] : https://www.digi.com/resources/documentation/digidocs/90002422
0 commit comments