SeeedStudio reTerminal DM-R100 Manual

Advertisement

Quick Links

reTerminalDM_ACD_GettingStarted.md
Run Azure IoT Edge Runtime on reTerminal DM device
running Debian 11 (ARM32v7)
Table of Contents

Introduction

Step 1: Prerequisites

Introduction
reTerminal DM is a Panel PC, HMI, PLC, IIoT Gateway all-in-one device powered by Raspberry Pi CM4, with
10.1'' IP65 front panel and rich industrial interfaces, and natively integrated with Node-RED and supports
Raspberry Pi-based software ecosystem.
This document describes how to connect reTerminal DM device running Debian 11 (ARM32v7) with Azure IoT
Edge Runtime pre-installed and Device Management. This multi-step process includes:
Configuring Azure IoT Hub
Registering your IoT device
Build and Deploy client component to test device management capability
Step 1: Prerequisites
1 / 5
2023/6/5

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the reTerminal DM-R100 and is the answer not in the manual?

Questions and answers

Summary of Contents for SeeedStudio reTerminal DM-R100

  • Page 1 reTerminalDM_ACD_GettingStarted.md 2023/6/5 Run Azure IoT Edge Runtime on reTerminal DM device running Debian 11 (ARM32v7) Table of Contents Introduction Step 1: Prerequisites Step 2: Prepare your Device Step 3: Manual Test for Azure IoT Edge on device Step 4: Additional information Step 5: Additional Links Introduction reTerminal DM is a Panel PC, HMI, PLC, IIoT Gateway all-in-one device powered by Raspberry Pi CM4, with...
  • Page 2 reTerminalDM_ACD_GettingStarted.md 2023/6/5 You should have the following items ready before beginning the process: Create an Azure account Sign up to Azure Portal Setup your IoT hub Add the Edge Device Add the Edge Modules Step 2: Prepare your Device 1. Power on the device. Connect a 12~24V power supply to the 2-pin power terminal block connctor. 2.
  • Page 3 reTerminalDM_ACD_GettingStarted.md 2023/6/5 Install IoT Edge $ curl https://packages.microsoft.com/config/debian/11/packages-microsoft- prod.deb > ./packages-microsoft-prod.deb $ sudo apt install ./packages-microsoft-prod.deb $ rm ./packages-microsoft-prod.deb Install a container engine $ sudo apt-get update $ sudo apt-get install moby-engine $ sudo vi /etc/docker/daemon.json $ sudo systemctl restart docker Set the default logging driver to the local logging driver as shown in the example below.
  • Page 4 reTerminalDM_ACD_GettingStarted.md 2023/6/5 Open the command prompt on your IoT Edge device, confirm that the module deployed from the cloud is running on your IoT Edge device $ sudo iotedge list On the device details page of the Azure, you should see the runtime modules - edgeAgent, edgeHub and SimulatedTemperatureSensor modules are under running status Step 4: Additional information reTerminal DM Getting Started...
  • Page 5 reTerminalDM_ACD_GettingStarted.md 2023/6/5 What is Azure IoT Edge Azure IoT Edge supported platforms Develop your own IoT Edge modules 5 / 5...

Table of Contents