Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Next step after using S-Soil MTEC-02B sensor in Milestone 2: Outdoor single sensor and saving telemetry data via Fledge software framework we will setup an framework where developers can add new sensors from scratch and build a new software stack to provide secure, private, zero-touch deployments to a subset of Edge Nodes (IoT devices).
We will used RPi4 board for referencewill be used as Edge Node.

Deployments are distributed via completely customised Edge Server and can be deployed locally on developer workstation, in cloud infrastructure or on premises.

Being All components are open sourced and can be reconfigured and customised, interested parties may use any cloud infrastructure which support containerised servers deployments i.e. GCP, AWS, Azure, IBM Cloud, Alibaba Cloud, Digital Ocean, Oracle Cloud, VMware Cloud, Cisco Cloud.

In this case the containerised services software is deployed with Open Horizon to RPi4 board.

<Insert video here>

...

In this milestone container images are based on open source components to display, debug and analyse data from Edge Node with connected S-Soil MTEC-02B sensor.

From the software components structure of IoT device there are static BSP image and dynamic services which are deployed remotely to Edge Server and downloaded by Edge Nodes.
Stack services are managed by Edge Server and deployed automatically to device fleet according to business policies rules (deployment by edge node id is presented in this example) after device has been onboarded.
Edge Node should be pre-configured with BSP image, so the device could update itself after the boot and later when new services are uploaded and published.

The stack consist of one or more preconfigured and tested software components which are running in isolated containers on the board and managed by Deployment Agent.

To provide more secure board management none IP ports are exposed from the board outside in production (this is configured when initial BSP image for the board is created).

...


Also with added AI services, Edge Node may act as distributed AI node with federated learning capabilities.

Here is how the system components are deployed and updated:

1. Create OS image with BSP installed and create disk image to be used in Edge Node

2. Deploy and run Edge Server

3. Update software stack on the Edge Node by building container images, uploading them to private registry server
(or public registry or available via DockerHubAmazon ECR, Google GCRMicrosoft ACR, etc.)

An Edge Node software stack can be any set of:

...