Difference between revisions of "MISC-TN-006: Implementing a full Industrial IoT system with SBCSPG, Eclipse Kura™, and Eclipse Kapua™"

From DAVE Developer's Wiki
Jump to: navigation, search
(Introduction)
Line 23: Line 23:
 
MISC-TN-006 will show instead how to implement an Industrial IoT system by following a different approach. In this case, we will be using open-source software stacks both on the edge device and on the cloud platform. This choice is extremely flexible and allows making use of on-premise cloud infrastructure.
 
MISC-TN-006 will show instead how to implement an Industrial IoT system by following a different approach. In this case, we will be using open-source software stacks both on the edge device and on the cloud platform. This choice is extremely flexible and allows making use of on-premise cloud infrastructure.
  
Specifically, on the edge device—the SBCSPG industrial gateway—Eclipse Kura™ 4.1.0 framework will be installed. On the cloud side, Eclipse Kapua™ 1.0.7 modular platform will be used.
+
Specifically, on the edge device—the SBCSPG industrial gateway—[https://www.eclipse.org/kura/ Eclipse Kura™] 4.1.0 framework will be installed. On the cloud side, [https://www.eclipse.org/kapua/ Eclipse Kapua™] 1.0.7 modular platform will be used.
  
 
From the software perspective, the basic configuration of the edge device is the same descripted [[MISC-TN-005: Running AWS Greengrass Core on SBCSPG|here]].
 
From the software perspective, the basic configuration of the edge device is the same descripted [[MISC-TN-005: Running AWS Greengrass Core on SBCSPG|here]].

Revision as of 14:18, 9 September 2019

Info Box
SBCSPG-1.jpg Applies to SBCSPG
Warning-icon.png This technical note was validated against specific versions of hardware and software. It may not work with other versions. Warning-icon.png


History[edit | edit source]

Version Date Notes
1.0.0 September 2019 First public release

Introduction[edit | edit source]

This and [[SBCX-TN-003: Deploying modules to Azure IoT Edge-enabled SBCX with Visual Studio Code|this] Technical Note show how to connect two different DAVE Embedded Systems products to famous IoT cloud platforms, Amazon AWS and Microsoft Azure, respectively.

MISC-TN-006 will show instead how to implement an Industrial IoT system by following a different approach. In this case, we will be using open-source software stacks both on the edge device and on the cloud platform. This choice is extremely flexible and allows making use of on-premise cloud infrastructure.

Specifically, on the edge device—the SBCSPG industrial gateway—Eclipse Kura™ 4.1.0 framework will be installed. On the cloud side, Eclipse Kapua™ 1.0.7 modular platform will be used.

From the software perspective, the basic configuration of the edge device is the same descripted here.

Setting up the cloud platform[edit | edit source]

Configuring the edge device[edit | edit source]

Running a simple demo[edit | edit source]

root@sbcspg:~# cat /etc/resolv.conf
nameserver 8.8.8.8
TBD