Edge Gateway
How to open a firewall port on an EG series gateway?
Overview By default, RobustOS Pro gateways restrict incoming traffic from the WAN (external network) to the device itself for security. This prevents unauthorized access to services like the web interface or SSH. However, you may need to open a ...
How to Disable Wireless Interfaces (Cellular, Wi-Fi, Bluetooth) on the EG5200
Overview This guide is for administrators of the Robustel EG5200 gateway. You may be in a situation where you need to disable one or all of the device's wireless interfaces—Cellular, Wi-Fi, or Bluetooth—for security compliance, to reduce power ...
How to Control User-Defined LEDs on the EG5200 via Command Line
Overview This guide is for users of the Robustel EG5200 gateway who want to use the user1 and user2 LEDs as custom indicators. You may be in a scenario where you need a visual cue for a specific application status, script success, or network event. ...
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 ...
Robustel EG5120 and balenaOS: Getting Started with Go on i.MX8MP
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 Containers(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 Install Docker for 2.45
Note: This method is applicable to EG series/RobustOS Pro devices. Install curl and get Docker GPG key sudo apt-get update sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL ...
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 Convert LoRa to Modbus
? Executive Summary Our gateway solution seamlessly connects LoRaWAN sensor networks with industrial Modbus systems by leveraging Chirpstack's IoT stack. This middleware enables long-range IoT sensors to integrate directly with industrial control ...
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. ...