Linked IoT
  • Untitled
  • Languages
  • Linked IoT
    • allgemein
      • bestandteile
        • Sensor-Board-Node
        • Bridge
        • Gateway
      • ueberdasprojekt
        • Problems & challenges
    • dokumentation
      • bibliothek
      • sequenzdiagramm
      • bridge
      • WebInterface
      • Dependencies
      • Terminology:
      • Class diagram
    • Summary
    • tutorials
      • Installing Arduino
      • Installation STM-Board
      • Starting and running the Wifi-Manager
      • Installation und Establishing of ESP
  • Linked IoT
    • dokumentation
      • bridge
      • WebInterface
      • Terminologie:
      • Abhängigkeiten
      • sequenzdiagramm
      • bibliothek
      • Klassendiagramm
    • tutorials
      • Installation STM-Board
      • Wifi-Manager starten und ausführen
      • Installation und Einrichtung von ESP
      • Arduino installieren
    • allgemein
      • bestandteile
        • Bridge
        • Gateway
        • Sensor-Board-Node
      • ueberdasprojekt
        • Probleme & Herausforderungen
    • Summary
Powered by GitBook
On this page
  • Technological
  • Components
  • Functionality
  • Example of the circuit boards’ layout
  1. Linked IoT
  2. allgemein
  3. bestandteile

Bridge

PreviousSensor-Board-NodeNextGateway

Last updated 6 years ago

Technological

Components

  • Network-compatible microcontroller

    • ESP8266

  • Radio module (must be the same as on the sensor board node)

    • RFM69 radio module

Functionality

The bridge is receiving the sensor boards’ data from the radio module. For that matter the boards’ UUID and the sensors’ current measured data are transferred as a JSON-LD. Afterwards the bridge is building a connection to the gateway and is requesting the linked RDF-data of the associated UUID. According to these RDF-data the MQTT-URI is generated. After that the bridge is publishing the measured data via the particular topic to the MQTT-broker.

Example of the circuit boards’ layout

This picture is showing a possible layout of the bridge. The RFM69 was used as radio module and the ESP8266 as microcontroller.