Edge Gateway
How to Install Telit deviceWISE Asset Gateway on Robustel EG Series Gateways?
Overview This guide provides step-by-step instructions for installing the Telit deviceWISE Asset Gateway software on a Robustel EG series gateway (e.g., EG5120). This installation allows you to leverage the powerful edge computing and Industrial IoT ...
How to obtain and set DIDO in one's own application on the EG series devices?
Overview When using Robustel's EG series gateways (like the EG5120 or EG3110) running RobustOS Pro, you often need to interact with the physical world through Digital Inputs (DI) and Digital Outputs (DO). For instance, you might need to read the ...
How to install the MQTT broker service on EG series devices?
Overview This article provides a step-by-step guide for installing and configuring the Mosquitto MQTT broker on a Robustel EG series gateway (e.g., EG5120, EG5200) running RobustOS Pro. This setup is ideal for scenarios where you need a reliable, ...
How to create a sudo user with SSH access on an EG series device?
Overview For security and user management purposes, it is often necessary to create a non-root user that still has administrative privileges. This guide provides instructions on how to create a sudo user on a Robustel gateway running RobustOS Pro. ...
How to Manually Select a Mobile Carrier Using Smart Roaming via CLI?
Overview When deploying an IoT gateway with a roaming SIM card, the device typically selects a network operator automatically. However, in certain situations, this automatic selection may result in a connection to a network with poor signal strength ...
How to Install balenaOS + Get Started with Go Development: Practical Guide for Robustel EG5120
In this guide, we will help you get started with balenaCloud by: Setting up your Robustel EG5120 i.MX8MP device and bringing it online on the balenaCloud dashboard. Deploying a Go hello-world project on the device. Developing the sample project: ...
How to Generate System Diagnostic Data on RobustOS Pro
Overview If you encounter any problems while using the Robustel device, please follow the steps below to troubleshoot. Steps 1. Reproduce the problem Please try to reproduce the problem as much as possible. If you cannot reproduce it, please save the ...
How to Configure APN on RobustOS Pro Gateways (EV8100, EG5100 Series, R1520LG, LG5100, EG5200, MG460)
Overview This guide provides step-by-step instructions for configuring a custom Access Point Name (APN) on Robustel gateways running the RobustOS Pro system, including models such as EV8100, EG51xx series, R1520LG, LG5100, EG5200, and MG460. It ...
How to Integrate WhatsApp Alarm Systems on RobustOS Pro Gateways
In today's interconnected industrial environments, timely notifications about critical events can prevent costly downtime and rapid response to potential issues. As a leading provider of industrial IoT solutions, Robustel continues to innovate with ...
How to Run .NET Applications on MG460 / RobustOS Pro Gateway
Installation #Download and run the installation script curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel Current #Add .NET to your PATH echo 'export DOTNET_ROOT=$HOME/.dotnet' >> ~/.bashrc echo 'export ...
How to Configure Docker Container (With BLE dependency) to Run at Boot
Problem Identified BLE (Bluetooth Low Energy) initialization wasn't completing properly before containers needed access to the BLE device Docker Compose service wasn't properly configured to start at system boot Container startup timing was causing ...
How to Set NTP via Command Line
Understanding the Configuration Structure First, it's helpful to understand how to access the complete configuration structure: 1. You can download the XML configuration from: Web UI → System → Profile → XML Configuration File → Generate → Download ...
How to Integrate MQTT-Telegram Alarm
This guide explains how to set up a system where your ROS PRO device acts as an MQTT broker and forwards alarm messages to Telegram. Prerequisites ROS PRO device with network connection Telegram account Step 1: Create Telegram Bot Open Telegram app ...
How to Set up Bidirectional SMS Integration with Telegram
This guide describes how to set up bidirectional SMS integration with Telegram on a RobustOS Pro device. After setup, you'll be able to: Receive device SMS messages in your Telegram chat Send SMS from Telegram using simple commands Prerequisites ...
How to Set SIM Card PIN Code
Access the gateway's web interface by logging in using your credentials In the navigation menu, go to: Interface → Cellular → SIM1/SIM2 Settings 3. Locate the "PIN Code" field and enter your desired PIN value 4.Save your changes by: Click the ...
MG460 Multicast IGMP Configuration Guide (SMCroute)
This guide describes how to configure multicast IGMP on the MG460 gateway running Debian 11, specifically for routing multicast traffic between local network devices (connected via eth1) and Docker container networks. 1. Network Architecture Key ...
How to Set up RS422 Serial Connection
1. Physical Connection Setup Hardware Requirements MOXA Uport 1150 device Serial cable RobustOS PRO device with RS422 interface Pinout Connections Connect the following pins between your devices: T+ → RX1+ T- → RX1- R+ (D+) → TX1+ R- (D-) → TX1- GND ...
How to Update EG Series Device via USB
This guide explains how to update your EG Series/RobustOS Pro device using a USB drive with the firmware package mg460-uuu-udisk-upgrade-2.1.5.tgz. Here take MG460 for example. ⚠️ Important Warning CAUTION: This process will restore the device to ...
How to Disable Roaming
This guide explains how to disable roaming functionality on your cellular gateways using AT commands through the web interface. This method is applicable to the device with RobustOS and RobustOS Pro. Background While there is no dedicated toggle ...
How to Set up Python Scripts with Crontab
Note: This method is applicable to all EG Series/RobustOS Pro devices Author: Eldar Mustafin 1. Creating a Python Script First, create your Python script with proper logging and error handling. Here's a template: #!/usr/bin/env python3 import logging ...
How to Install Grafana on Debian 11
To install Grafana on Debian 11, follow the steps below. Grafana provides its own APT repository for Debian-based distributions, which ensures you get the latest version. This guide will show you how to install Grafana from the official repository. ...
Popular Articles
RobustOS Pro Software Manual
About this Document This document provides information about the web interface of the RobustOS Pro-based gateway products, including gateway configuration and operation details. Related Products EG5100, LG5100, EG5120, EG5101, EV8100, EG5200, ...
RobustOS Software Manual
About this Document This document provides web interface information of the RobustOS-based Modem, Router, and Gateway products, including function introduction and operation configuration. Related Products M1200, M1201 R1312, R1315 R1500, R1510, ...
How to Run .NET Applications on MG460 / RobustOS Pro Gateway
Installation #Download and run the installation script curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel Current #Add .NET to your PATH echo 'export DOTNET_ROOT=$HOME/.dotnet' >> ~/.bashrc echo 'export ...
EG5100 Datasheet
Please click the button below to download the Datasheet. Download Datasheet
EG5100 Hardware Manual
EG5100 is a new generation of industrial edge computing gateway, supporting global 4G/3G/2G networks for cellular backhaul, with a fully-fledged Debian 11(bullseye) based operating system able to support thousands of existing or new ARMv7 (Raspberry ...