Open main menu

DAVE Developer's Wiki β

MISC-TN-006: Implementing a full Industrial IoT system with SBCSPG, Eclipse Kura™, and Eclipse Kapua™

Revision as of 14:10, 9 September 2019 by U0001 (talk | contribs)

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


Contents

HistoryEdit

Version Date Notes
1.0.0 September 2019 First public release

IntroductionEdit

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 platformEdit

Configuring the edge deviceEdit

Running a simple demoEdit

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