Introduction to IoT Gateways: RTU and DTU

Introduction to IoT Gateways: RTU and DTU

The digital transformation of manufacturing enterprises has made the construction of industrial IoT platforms, wireless communication, and remote control indispensable. The essence of wireless communication lies in the collection, transmission, and feedback of information. Achieving these functions fundamentally relies on the mutual cooperation of relevant software and hardware control units, which are interdependent and form … Read more

Cross-Platform Industrial IoT Gateway Based on .NET 6

Cross-Platform Industrial IoT Gateway Based on .NET 6

The true master always has the heart of an apprentice! 1. Project Introduction Cross-Platform Industrial IoT Gateway Based on .NET 6 2. Functional Implementation Supports access to web configuration projects Supports 3D digital twins Supports built-in Mqtt service Supports telemetry and attribute uploads Supports RPC reverse control Supports Huawei Cloud Supports calculation expressions Supports driver … Read more

Choosing the Right IoT Gateway for Your Needs

Choosing the Right IoT Gateway for Your Needs

With the advent of the Internet of Things (IoT), IoT gateways will become an important link connecting the perception layer network and the communication layer network. As a gateway device, the IoT gateway must not only bear the responsibility of protocol conversion between different types of perception networks, but also become increasingly intelligent, possessing certain … Read more

Using Self-Signed Certificates with QT5 for Accessing Cloud HTTPS REST API Services

Using Self-Signed Certificates with QT5 for Accessing Cloud HTTPS REST API Services

Recently, I worked on an IoT gateway project where the gateway device needed to call the cloud’s REST API. The cloud implemented certain business logic and encapsulated resources into various URI interfaces for external systems to call. As a programmer, you should be quite familiar with REST APIs. Many of the basic services around us … Read more

Understanding the IoT Gateway Market: What is an IoT Gateway?

Understanding the IoT Gateway Market: What is an IoT Gateway?

Follow the IoT Planet to track the trends in the Internet of Things! “IoT Planet” focuses on sharing technologies and applications related to the Internet of Things. The IoT gateway is a device that connects IoT devices, systems, sensors, and the cloud, capable of performing protocol conversion and data collection. It provides local processing and … Read more

Open Source IoT Gateway: A Powerful Tool for IoT Device Integration Using Python to Develop ThingsBoard Gateway

Open Source IoT Gateway: A Powerful Tool for IoT Device Integration Using Python to Develop ThingsBoard Gateway

Hello everyone! I’m Cat Brother, and today I want to take you on an exciting journey to explore a super cool tool: ThingsBoard Gateway! It is an open-source IoT gateway that can easily connect various IoT devices to the ThingsBoard platform. Even better, it is developed using Python, which means we can leverage Python’s powerful … Read more

Integrating IoT Devices with ThingsBoard Gateway Using Python

Integrating IoT Devices with ThingsBoard Gateway Using Python

The Internet of Things (IoT) has been gaining traction for quite some time now, and everyone wants to connect their devices and push data to the cloud. The challenge lies in the variety of devices and protocols available. How can we integrate all these devices in a complex IoT environment? Don’t worry, today we will … Read more

Wi-Fi and Bluetooth Integrated Smart Panel Solution Based on WB100

Wi-Fi and Bluetooth Integrated Smart Panel Solution Based on WB100

This article introduces This article will showcase the wireless interconnection smart panel solution based on WB100. This solution integrates high-performance Wi-Fi/Bluetooth and various multimedia functions, equipped with the open-source AWTK GUI engine and onboard high-performance PCB antenna, suitable for flexible deployment in applications such as display, interconnection, and voice recognition.. Solution Introduction The main control … Read more

AICropCAM: An Imaging System for Crop Classification, Segmentation, Recognition, and Counting Using Edge Computing and Stacked Deep Learning Models

AICropCAM: An Imaging System for Crop Classification, Segmentation, Recognition, and Counting Using Edge Computing and Stacked Deep Learning Models

Precision agriculture is expected to meet future human demands for food, feed, fiber, and fuel while maintaining sustainability and environmental friendliness. Precision agriculture largely relies on sensors and corresponding data processing technologies to provide decision support for planting, irrigation, fertilization, pesticide application, and harvesting. Compared with traditional point sensors, imaging sensors combined with artificial intelligence … Read more

Resolving USB Device Recognition Issues with ESP32-S3

Resolving USB Device Recognition Issues with ESP32-S3

Qiming Cloud/ 01 Problem Description When using the ESP32-S3 chip/module with a USB wireless network card and ESP-IDF version idf5.0.3, the client encountered an issue where the computer could not recognize the USB device after compiling and flashing the esp-iot-bridge/examples/wireless_nic example. What could be the reason? Qiming Cloud/ 02 Solution Approach After understanding the client’s … Read more