Outline:

Intermediate Presentation:

Präsentation_IOT.pptx


  1. Hardware 
    1. Microcontroller

      Hardware

      Link to Documentation

      Seeduino LoRaWAN

      https://wiki.seeedstudio.com/Seeeduino_LoRAWAN/
    2. Sensors
    3. Helping Devices
    4. "https://gi3.gis.lrg.tum.de/frost/v1.1/Things(335)"
  2. Software
    1. FROST-Protocol
      1. Thing
        1. {
            "name": "Jonas group 12",
            "description": "I am for testing of group 12 and create random data of sensors.",
            "properties": {
              "frequency": "30 s",
              "groupNo": 12,
              "DevEUI": "001E576513563DB1"
            },
            "Locations": [
              {
                "name": "TUM, Arcisstr. 21 - Testlocation",
                "description": "Test location",
                "encodingType": "application/vnd.geo+json",
                "location": {
                  "type": "Point",
                  "coordinates": [
                    11.568654,
                    48.148653
                  ]
                }
              }
            ]
          }
          
          created link:
          
          https://gi3.gis.lrg.tum.de/frost/v1.1/Things(335)
      2. Sensors
        1. Grove BME680
          {
            "name": "Grove BME680",
            "description": "Grove - Temperature Humidity Pressure Gas Sensor(BME680)",
            "encodingType": "text/html",
            "metadata": "https://wiki.seeedstudio.com/Grove-Temperature_Humidity_Pressure_Gas_Sensor_BME680/"
          }
          
          link:
          https://gi3.gis.lrg.tum.de/frost/v1.1/Sensors(372)
        2. Capacative Moisture Sensor
          {
            "name": "Capacative Moisture Sensor",
            "description": "Grove - Capacitive Moisture Sensor (Corrosion Resistant) v1.0",
            "encodingType": "text/html",
            "metadata": "https://wiki.seeedstudio.com/Grove-Capacitive_Moisture_Sensor-Corrosion-Resistant/"
          }
                      
          
          
          Link:
          https://gi3.gis.lrg.tum.de/frost/v1.1/Sensors(414)
        3. Capacative Moisture Sensor
          {
            "name": "Sunlight Sensor",
            "description": "Grove - Sunlight Sensor",
            "encodingType": "text/html",
            "metadata": "https://wiki.seeedstudio.com/Grove-Sunlight_Sensor/"
          }
          
          Link:
          https://gi3.gis.lrg.tum.de/frost/v1.1/Sensors(417)
      3. Datastreams
        1. {
            "name": "lecture_room_temperature",
            "description": "The temperature inside lecture room.",
            "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement",
            "unitOfMeasurement": {
              "name": "Centigrade",
              "symbol": "C",
              "definition": "http://www.qudt.org/qudt/owl/1.0.0/unit/Instances.html#DegreeCentigrade"
            },
            "Thing": {
              "@iot.id": 335
            },
            "ObservedProperty": {
              "@iot.id": 209
            },
            "Sensor": {
              "@iot.id": 372
            }
          }
          
          link: https://gi3.gis.lrg.tum.de/frost/v1.1/Datastreams(1026)
        2. {
            "name": "lecture_room_relative_humidity",
            "description": "The relative humidity inside lecture room.",
            "observationType": "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement",
            "unitOfMeasurement": {
              "name": "percent",
              "symbol": "%",
              "definition": "https://www.britannica.com/topic/percentage"
            },
            "Thing": {
              "@iot.id": 335
            },
            "ObservedProperty": {
              "@iot.id": 228
            },
            "Sensor": {
              "@iot.id": 372
            }
          }
          
          link: https://gi3.gis.lrg.tum.de/frost/v1.1/Datastreams(1050)
      4. Units
        1. {
          	"name": "Lux",
          	"definition": "https://www.britannica.com/science/lux",
          	"description": "The unit of illumination."
          }
          
          Link:
          https://gi3.gis.lrg.tum.de/frost/v1.1/ObservedProperties(292)
          
        2. {
          	"name": "Atmospheric Pressure",
          	"definition": "https://www.britannica.com/science/atmospheric-pressure",
          	"description": "The atmospheric Pressure."
          }
          
          Link:
          https://gi3.gis.lrg.tum.de/frost/v1.1/ObservedProperties(291)
          
        3. {
          	"name": "Relative humidity",
          	"definition": "https://www.sciencedirect.com/topics/agricultural-and-biological-sciences/relative-humidity",
          	"description": "The relative humidity."
          }
          
          link: https://gi3.gis.lrg.tum.de/frost/v1.1/ObservedProperties(228)
          
        4. {
            "name": "Temperature",
            "definition": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Instances.html#ThermodynamicTemperature",
            "description": "The temperature."
          }
          
          link: https://gi3.gis.lrg.tum.de/frost/v1.1/ObservedProperties(209)
      5. MongoDB Stream
        1. {
              _id: '001E576513563DB1',
              name: 'TUM-GI G12 Testing device',
              group_id: 12,
              dev_eui: '001E576513563DB1',
              datastreams: [
                  {
                      lpp_id: 1,
                      sta_servers: [
                          {
                              sta_url: 'https://gi3.gis.lrg.tum.de/frost/v1.1',
                              datastream_iot_id: 1026
                          }
                      ]
                  },
                  {
                      lpp_id: 2,
                      sta_servers: [
                          {
                              sta_url: 'https://gi3.gis.lrg.tum.de/frost/v1.1',
                              datastream_iot_id: 1050
                          }
                      ]
                  }
              ],
              locations: [
                  {
                      lpp_id: 2,
                      sta_servers: [
                          {
                              sta_url: 'https://gi3.gis.lrg.tum.de/frost/v1.1',
                              thing_iot_id: 2
                          }
                      ]
                  }
              ]
          }
      6. All Datastreams
NameGroupNoThingDevEUI/AppEUI/AppKeySensorFrost Sensor IDObservedPropertyObs. Prop. IDLppChannelNrFROST Datastream IDs
Iot-Based Urban Gardening12Seeeduino- LoRaaWAN (ID: 335)DevEUI: 001E576513563DB1Grove - Capacitive Moisture Sensor414Analog Voltage Reading3551141
Grove -  Sunlight Sensor v.1417Vis (lm)1941142
IR (lm)2061143
AppEUI: 70B3D57ED002F952UV (UN Index)2171144
Grove - Temperature, Humidity, Pressure and Gas Sensor v.1372Temperature (°C)20911026
Pressure (KPa)531145
AppKey: 8F732921390ADA4BE7B357C2C1256E91Humidity (%r.H)22821050
Gas (Kohms)781147
Grove-  Distance Sensor434Distance (cm)1491146
  • Keine Stichwörter