Edge Gateway
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. ...