Tagged articles
428 articles
Page 1 of 5
Black & White Path
Black & White Path
May 15, 2026 · Fundamentals

Real‑Time Battery Monitoring with MAX17048 and ESP8266 via MQTT

This tutorial shows how to use a MAX17048 fuel‑gauge module with an ESP8266 (or ESP32) to read voltage, state‑of‑charge and charge‑rate of a 18650 Li‑ion cell, wire the hardware correctly, calibrate the sensor, and publish the data in real time through MQTT for remote monitoring.

Battery MonitoringESP8266IoT
0 likes · 4 min read
Real‑Time Battery Monitoring with MAX17048 and ESP8266 via MQTT
Liangxu Linux
Liangxu Linux
May 5, 2026 · Fundamentals

What Is an Embedded System? A Simple, Everyday Explanation

The article explains how embedding a computer into devices gives them dedicated intelligence, outlines the hardware‑software makeup, development challenges, widespread applications from household gadgets to industrial control, and highlights emerging AI trends and career opportunities in embedded engineering.

AIC languageIoT
0 likes · 6 min read
What Is an Embedded System? A Simple, Everyday Explanation
Liangxu Linux
Liangxu Linux
May 3, 2026 · Industry Insights

Should You Give Up Embedded and Microcontroller Careers?

The article examines why many engineers doubt the future of embedded and microcontroller work—citing salary gaps, industry layoffs, steep learning curves, and limited growth—while arguing that the field still thrives in sectors like EVs, IoT, and medical devices and offering practical guidance on choosing the right niche, building deep technical skills, and evaluating the true cost of a career switch.

IoTMicrocontrollerscareer advice
0 likes · 6 min read
Should You Give Up Embedded and Microcontroller Careers?
Liangxu Linux
Liangxu Linux
Apr 29, 2026 · Industry Insights

Is It Still Worth Learning Embedded Engineering Today?

The article analyzes how the embedded systems field has shifted from a lucrative, in‑demand career five years ago to a highly competitive, low‑pay, technically demanding niche, urging prospective learners to weigh steep learning curves, costly hardware, and limited salary ceilings before committing.

IoTcareer adviceembedded systems
0 likes · 6 min read
Is It Still Worth Learning Embedded Engineering Today?
Black & White Path
Black & White Path
Apr 28, 2026 · Artificial Intelligence

Getting Started with ESP-Claw: Zero‑Code IoT on ESP32

This guide walks through using ESP‑Claw to build a no‑code IoT solution on an ESP32‑S3‑N16R8 board, covering firmware download, flashing, Wi‑Fi and model configuration, IM channel setup, a soil‑moisture demo, and a comparison with traditional coding approaches.

AIESP-ClawESP32
0 likes · 3 min read
Getting Started with ESP-Claw: Zero‑Code IoT on ESP32
Digital Planet
Digital Planet
Mar 29, 2026 · Industry Insights

How Digitalization Is Transforming Closed‑Scene Beverage Channels

In the fiercely competitive beverage market, brands are shifting focus to closed‑scene venues like esports halls and billiard rooms, where high‑frequency, impulse purchases demand real‑time data, IoT‑enabled smart coolers, and precise incentive mechanisms to overcome cost, visibility, and efficiency challenges.

BeverageData AnalyticsDigital Transformation
0 likes · 11 min read
How Digitalization Is Transforming Closed‑Scene Beverage Channels
Java Architect Essentials
Java Architect Essentials
Mar 21, 2026 · Operations

Turn a Raspberry Pi Zero W into a Mini Web Server: Complete Step‑by‑Step Guide

This guide walks you through the entire process of setting up a Raspberry Pi Zero W—from understanding the hardware and its specifications, flashing Raspbian Stretch Lite, configuring SSH and Wi‑Fi, optimizing the system, installing Nginx, to exposing the server publicly via ngrok—providing all commands, configuration files, and troubleshooting tips.

IoTLinuxNGINX
0 likes · 14 min read
Turn a Raspberry Pi Zero W into a Mini Web Server: Complete Step‑by‑Step Guide
High Availability Architecture
High Availability Architecture
Feb 15, 2026 · Artificial Intelligence

98 Real‑World OpenClaw Use Cases: From DevOps to Smart‑Home Automation

This article compiles 98 verified OpenClaw applications across developer workflows, DevOps, email handling, calendar scheduling, smart‑home IoT, content creation, business operations, finance, personal productivity, health, e‑commerce, travel, robotics, gaming and more, illustrating how autonomous AI agents can replace traditional rule‑based automation with goal‑driven planning and self‑correction.

AI AgentsAutomationDevOps
0 likes · 29 min read
98 Real‑World OpenClaw Use Cases: From DevOps to Smart‑Home Automation
Woodpecker Software Testing
Woodpecker Software Testing
Feb 10, 2026 · Industry Insights

Tackling IoT Device Integration Testing: Key Challenges and Practical Solutions

The article systematically examines the major hurdles of IoT multi‑device integration testing—such as protocol heterogeneity, network instability, and scenario complexity—and presents a layered testing framework, automation tools, data‑driven techniques, and best‑practice recommendations to help test teams improve efficiency and reliability.

AutomationDevice IntegrationIoT
0 likes · 6 min read
Tackling IoT Device Integration Testing: Key Challenges and Practical Solutions
Woodpecker Software Testing
Woodpecker Software Testing
Feb 1, 2026 · Industry Insights

Comprehensive IoT Testing Guide: From Embedded Devices to Cloud Quality Chains

This article details the full‑stack testing challenges of IoT systems, covering embedded hardware‑software integration, sensor and actuator validation, edge‑AI performance, short‑ and long‑range communication protocols, security, cloud platform services, data processing, API integration, and end‑to‑end automation strategies.

AutomationEdge ComputingIoT
0 likes · 14 min read
Comprehensive IoT Testing Guide: From Embedded Devices to Cloud Quality Chains
Liangxu Linux
Liangxu Linux
Nov 4, 2025 · Fundamentals

Top Open‑Source MCU Libraries and Projects for Embedded Development

This article curates a collection of popular open‑source microcontroller projects, covering practical software modules such as MultiButton, QueueForMcu, and StateMachine, complete hardware projects like TinyGameEngine and HomeAutomation, IoT platforms, creative gadgets, and debugging tools, each with repository links, feature highlights, usage examples, and code snippets.

CHardwareIoT
0 likes · 13 min read
Top Open‑Source MCU Libraries and Projects for Embedded Development
DataFunTalk
DataFunTalk
Nov 3, 2025 · Artificial Intelligence

What’s Next for AIoT? Key Insights from the 2026 China AIoT Industry Conference

The 2026 China AIoT Industry Annual Conference gathered over 200 experts and 600,000 online viewers to unveil AIoT 2.0 trends, from mobile IoT breakthroughs and edge AI solutions to global connectivity, Web3 integration, and award‑winning innovations shaping the future of intelligent connectivity.

5GAIoTIoT
0 likes · 13 min read
What’s Next for AIoT? Key Insights from the 2026 China AIoT Industry Conference
Liangxu Linux
Liangxu Linux
Oct 22, 2025 · Fundamentals

Unlock Embedded Power: Deep Dive into RT-Thread RTOS Core Libraries

RT-Thread, a Chinese open‑source real‑time operating system, offers a highly scalable kernel, rich component ecosystem, and modular design; this article examines its core libraries, module classifications, typical IoT and industrial applications, and provides detailed C code examples for thread management, synchronization, device drivers, file systems, and networking.

C programmingIoTRT-Thread
0 likes · 11 min read
Unlock Embedded Power: Deep Dive into RT-Thread RTOS Core Libraries
Architect
Architect
Oct 3, 2025 · Backend Development

How to Build a Scalable Netty TCP Client with Redis Queue and Spring Boot

This article walks through a complete Netty TCP client demo for IoT messaging, covering project architecture, module layout, business flow, detailed code explanations—including a local BlockingQueue replacement for RocketMQ, thread‑safe client creation with Redis locks, and testing endpoints—providing a practical reference for building robust socket‑based services.

IoTJavaNetty
0 likes · 20 min read
How to Build a Scalable Netty TCP Client with Redis Queue and Spring Boot
Java Architecture Diary
Java Architecture Diary
Sep 1, 2025 · Backend Development

How mica-mqtt 2.5.4 Simplifies Dynamic Topic Parsing with Native Annotation Support

mica-mqtt 2.5.4 introduces native Topic variable parsing via enhanced @MqttClientSubscribe and @MqttServerFunction annotations, enabling effortless handling of dynamic MQTT topics, along with performance boosts, server subscription management upgrades, flexible heartbeat detection, and several breaking changes for improved code maintainability.

Backend DevelopmentIoTJava
0 likes · 9 min read
How mica-mqtt 2.5.4 Simplifies Dynamic Topic Parsing with Native Annotation Support
Liangxu Linux
Liangxu Linux
Aug 2, 2025 · Fundamentals

Meet the Quantum Mini: The World’s Smallest Linux Development Board

A postage‑stamp‑sized Linux computer called Quantum Mini measures just 40 mm × 35 mm, packs an Allwinner H3 quad‑core CPU, Mali‑400 GPU, 512 MB RAM, a mini IPS screen, Wi‑Fi, Bluetooth, sensors and runs Ubuntu 16.04 from a micro‑SD, making it a fully functional tiny development platform for IoT, edge AI and robotics.

HardwareIoTMini PC
0 likes · 5 min read
Meet the Quantum Mini: The World’s Smallest Linux Development Board
DataFunTalk
DataFunTalk
Jul 13, 2025 · Big Data

Unlock Real-Time Multidimensional Insights with Cloud Lakehouse Technology

This guide presents a series of expert case studies and insights on how Cloud Lakehouse solutions enable real‑time, fully managed multidimensional data analysis, improve user data experiences, balance performance and cost, and power large‑scale IoT and big‑data platforms across industries.

Data ArchitectureIoTLakehouse
0 likes · 2 min read
Unlock Real-Time Multidimensional Insights with Cloud Lakehouse Technology
DataFunTalk
DataFunTalk
Jul 7, 2025 · Big Data

Unlock Real-Time Analytics with Cloud Lakehouse: A Complete Guide

This article presents a curated list of sessions covering cloud Lakehouse technology for real-time, multidimensional data analysis, including case studies from SalesEasy, Changan Auto, Tencent, and JD, as well as discussions on data lake adoption, streaming lake Paimon, and the relevance of metadata‑driven data governance in the digital economy.

Big DataCase StudyData Governance
0 likes · 2 min read
Unlock Real-Time Analytics with Cloud Lakehouse: A Complete Guide
21CTO
21CTO
Jul 4, 2025 · Fundamentals

Why Rust Is Revolutionizing Industrial Automation: Speed, Safety, and Scalability

This article explains how Rust’s high performance, strict memory safety, and modern concurrency model are reshaping industrial automation—from embedded controllers and IoT devices to robotics—by eliminating common C/C++ bugs, improving reliability, and enabling scalable, secure systems.

IoTRoboticsRust
0 likes · 8 min read
Why Rust Is Revolutionizing Industrial Automation: Speed, Safety, and Scalability
Ops Community
Ops Community
Jun 20, 2025 · Fundamentals

Master MQTT: From Protocol Basics to Powerful Client Tools

This article explains the lightweight publish/subscribe MQTT protocol, its origin, key features, usage scenarios, differences from traditional message queues, topic structures and wildcards, as well as practical client tools like Mosquitto and MQTTX with configuration examples.

IoTMQTTPublish-Subscribe
0 likes · 15 min read
Master MQTT: From Protocol Basics to Powerful Client Tools
DataFunSummit
DataFunSummit
Jun 18, 2025 · Artificial Intelligence

How AI is Transforming Buildings into Smart, Sustainable Living Spaces

The article explores how AI, IoT, and edge computing are driving a shift from isolated, point‑level automation to fully integrated, self‑evolving smart building ecosystems, supporting urban renewal, carbon‑neutral goals, enhanced user experience, and resilient, sustainable cities.

AIIoTSmart Buildings
0 likes · 12 min read
How AI is Transforming Buildings into Smart, Sustainable Living Spaces
ITFLY8 Architecture Home
ITFLY8 Architecture Home
May 30, 2025 · Artificial Intelligence

Explore the Full Spectrum of AI Large Model Architectures

This article presents a comprehensive visual collection of AI large‑model architecture diagrams, covering general frameworks, RAG knowledge‑base systems, agriculture, e‑commerce recommendation, IoT, compliance risk management, agent platforms, and CRM integration, offering a panoramic view of modern AI infrastructure.

AIIoTRAG
0 likes · 3 min read
Explore the Full Spectrum of AI Large Model Architectures
php Courses
php Courses
Mar 14, 2025 · Fundamentals

Top 10 Application Areas of Python with Sample Code

This article introduces ten major fields where Python excels—including web development, data science, automation, web crawling, game development, desktop applications, DevOps, IoT, blockchain, and education—provides brief overviews, lists common tools or libraries, and supplies concise code examples for each use case.

AutomationBlockchainData Science
0 likes · 9 min read
Top 10 Application Areas of Python with Sample Code
Liangxu Linux
Liangxu Linux
Feb 26, 2025 · Fundamentals

14 Popular Real-Time Operating Systems (RTOS) Compared: Features & Use Cases

This article introduces fourteen mainstream RTOS—including μClinux, μC/OS-II, eCos, FreeRTOS, mbed OS, RTX, VxWorks, QNX, NuttX, djyos, AliOS Things, Huawei LiteOS, RT-Thread, and SylixOS—detailing their characteristics, hardware requirements, strengths, and typical application scenarios for embedded development.

FreeRTOSIoTLinux
0 likes · 16 min read
14 Popular Real-Time Operating Systems (RTOS) Compared: Features & Use Cases
Ops Development & AI Practice
Ops Development & AI Practice
Feb 23, 2025 · Industry Insights

Xiaomi’s Open‑Source Home Assistant Integration: Opportunities for Developers & Entrepreneurs

The article examines Xiaomi’s open‑source ha_xiaomi_home integration for Home Assistant, detailing its technical requirements, supported protocols, and code structure, while analyzing how developers can learn IoT standards, contribute to the project, and entrepreneurs can create compatible products, value‑added services, and foster ecosystem growth in China and beyond.

EntrepreneurshipHome AssistantIndustry analysis
0 likes · 7 min read
Xiaomi’s Open‑Source Home Assistant Integration: Opportunities for Developers & Entrepreneurs
DataFunTalk
DataFunTalk
Jan 9, 2025 · Databases

Innovative IoT Point Management with DolphinDB IOTDB Engine

This article explains the challenges of managing heterogeneous IoT sensor data, compares wide‑table and narrow‑table modeling approaches, and introduces DolphinDB's IOTDB engine—featuring a unified IOTANY column, a TSDB engine, a latest‑value cache, and a static info table—to efficiently store and query diverse point data in a single table.

DolphinDBIOTDB engineIoT
0 likes · 8 min read
Innovative IoT Point Management with DolphinDB IOTDB Engine
Dangbei Technology Team
Dangbei Technology Team
Dec 31, 2024 · Backend Development

How WebSocket Powers Real-Time IoT Devices: Architecture & Code Walkthrough

This article explores the role of WebSocket in IoT, detailing its advantages over HTTP, comparing Java implementations, presenting a Netty‑based architecture for smart devices, and providing complete code examples for connection handling, authentication, and message processing to achieve real‑time communication.

Backend DevelopmentIoTJava
0 likes · 12 min read
How WebSocket Powers Real-Time IoT Devices: Architecture & Code Walkthrough
Architect
Architect
Nov 20, 2024 · Fundamentals

Technical Overview of Shared Bike Smart Lock System

This article explains the architecture of shared‑bike smart locks, covering embedded chips, power generation, QR‑code unlocking, payment integration, Bluetooth communication, GPS positioning, and the role of IoT technologies such as 2G, Bluetooth and NB‑IoT in enabling reliable bike sharing services.

BluetoothGPSIoT
0 likes · 5 min read
Technical Overview of Shared Bike Smart Lock System
Python Programming Learning Circle
Python Programming Learning Circle
Sep 30, 2024 · Fundamentals

Using MicroPython for Microcontroller Development

This article explains how MicroPython, a lightweight Python 3 implementation, enables programming on microcontrollers with limited resources, outlines hardware requirements, showcases example I2C code, and discusses its growing ecosystem alongside traditional C development.

IoTMicroPythonMicrocontroller
0 likes · 4 min read
Using MicroPython for Microcontroller Development
Java High-Performance Architecture
Java High-Performance Architecture
Sep 14, 2024 · Fundamentals

What Makes Xiaomi Vela the Next‑Gen Open‑Source IoT OS?

Xiaomi Vela, an open‑source IoT operating system built on the NuttX kernel, now powers over 47 million devices, offering high‑performance real‑time capabilities, rich components, multi‑protocol connectivity, and developer tools, while Xiaomi expands its ecosystem through GitHub, Gitee, and B‑station.

Embedded OSIoTNuttX
0 likes · 6 min read
What Makes Xiaomi Vela the Next‑Gen Open‑Source IoT OS?
Java Tech Enthusiast
Java Tech Enthusiast
Sep 2, 2024 · Databases

Understanding SQLite: Usage Scenarios and Advantages

SQLite, a lightweight serverless relational database written in C, powers billions of devices and is used for mobile app storage, embedded systems, offline desktop applications, small‑to‑medium data analysis, and browser‑based acceleration via WebAssembly, supporting languages such as C, C++, Java, Python, and Swift.

Embedded DatabaseIoTSQLite
0 likes · 5 min read
Understanding SQLite: Usage Scenarios and Advantages
Zhuanzhuan Tech
Zhuanzhuan Tech
Aug 14, 2024 · Operations

IoT Technology Selection and Deployment for an Automated Quality Inspection Center

This article analyzes the challenges of scaling automated quality‑inspection hardware, introduces IoT fundamentals, evaluates application‑layer protocols, MQTT broker options, QoS levels, and compares cloud, local, and edge deployment architectures to recommend a low‑latency, high‑reliability solution for the smart inspection platform.

BrokerDeploymentEdge Computing
0 likes · 22 min read
IoT Technology Selection and Deployment for an Automated Quality Inspection Center
DaTaobao Tech
DaTaobao Tech
May 24, 2024 · Backend Development

Design and Optimization of High‑Concurrency Ranking and Real‑Time Messaging Systems

The article details a comprehensive architecture for high‑concurrency services—including a Redis‑backed ranking system, distributed locking, Bloom‑filter nickname deduplication, Netty‑based reliable messaging, IoT MQTT/REST integration, live‑streaming pipelines, layered performance tuning, and automated traffic‑replay testing to ensure scalability and robustness.

IoTdistributed-locklive-streaming
0 likes · 38 min read
Design and Optimization of High‑Concurrency Ranking and Real‑Time Messaging Systems
Open Source Linux
Open Source Linux
May 7, 2024 · Fundamentals

What Is MQTT and Why It Powers Modern IoT Solutions

This article explains MQTT’s lightweight publish‑subscribe protocol, its architecture, key features, QoS levels, typical IoT use cases, and why it’s preferred over HTTP for low‑bandwidth, low‑power applications, including examples from agriculture, industrial automation, transportation, and even social messaging platforms like Facebook Messenger.

IoTMQTTMessaging Protocol
0 likes · 12 min read
What Is MQTT and Why It Powers Modern IoT Solutions
Alibaba Cloud Native
Alibaba Cloud Native
Apr 11, 2024 · Cloud Native

How RocketMQ 5.0 EventBridge Powers Cloud‑Native Event‑Driven Architecture

This article explores the evolution of message middleware, defines event‑driven architecture, explains why it resurfaces in the cloud era, and details RocketMQ 5.0 EventBridge’s design—its CloudEvents‑based abstraction, schema support, rule engine, observability, and real‑world use cases—offering practical guidance for building scalable, decoupled systems.

Event-Driven ArchitectureEventBridgeIoT
0 likes · 15 min read
How RocketMQ 5.0 EventBridge Powers Cloud‑Native Event‑Driven Architecture
Alibaba Cloud Native
Alibaba Cloud Native
Apr 7, 2024 · Cloud Native

How RocketMQ 5.0 Solves IoT Messaging Challenges with MQTT

This article explains the rapid growth of IoT, the unique messaging requirements it creates, compares classic and IoT message scenarios, and details how RocketMQ 5.0’s MQTT sub‑product introduces a lightweight protocol, read‑amplify storage, edge‑cloud integration, massive queue support, and a push‑pull delivery model to meet cloud‑native IoT demands.

IoTMQTTMessage Queue
0 likes · 13 min read
How RocketMQ 5.0 Solves IoT Messaging Challenges with MQTT
JavaEdge
JavaEdge
Apr 5, 2024 · Backend Development

Beyond Web Apps: 9 Exciting Java Projects to Explore

This article lists nine compelling Java‑based projects—from a 3D engine and deep‑learning library to time‑series databases, search engines, message queues, NLP tools, and an IoT platform—showing how Java can power diverse, interesting applications beyond ordinary web development.

IoTbackend-developmentbig-data
0 likes · 8 min read
Beyond Web Apps: 9 Exciting Java Projects to Explore
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Mar 27, 2024 · Cloud Computing

Cloud vs Edge Computing: Key Differences, Benefits, and Use Cases

Cloud computing centralizes resources in large data centers, while edge computing processes data near its source, offering lower latency and better suitability for IoT; this article compares their definitions, characteristics, advantages, and real‑world applications, highlighting how they can complement each other.

Edge ComputingIoTLatency
0 likes · 10 min read
Cloud vs Edge Computing: Key Differences, Benefits, and Use Cases
Tencent Cloud Developer
Tencent Cloud Developer
Jan 9, 2024 · Fundamentals

C#'s Rise in TIOBE Rankings: A Comprehensive Analysis

Rising to the top of the 2023 TIOBE rankings, C#—born in the early 2000s to simplify complex software—combines type safety, cross‑platform .NET support, and modern tooling, enabling developers to build AI, cloud‑native, game, full‑stack web, desktop, mobile, and IoT applications with increasing popularity worldwide.

AICCloud Native
0 likes · 16 min read
C#'s Rise in TIOBE Rankings: A Comprehensive Analysis
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Dec 16, 2023 · Backend Development

Reliable MQTT File Transfer with FastDFS and Redis

This article presents a complete solution for reliable, resumable file upload and download over MQTT in distributed IoT platforms, leveraging FastDFS for storage and Redis for caching file metadata and progress, detailing the architecture, data structures, and handling of packet fragmentation, offsets, and cluster coordination.

FastDFSIoTMQTT
0 likes · 9 min read
Reliable MQTT File Transfer with FastDFS and Redis
Architects Research Society
Architects Research Society
Nov 19, 2023 · Product Management

How to Build an IoT Product Roadmap: Aligning Stakeholders and Teams

Creating an IoT product roadmap is far more complex than for typical tech products because it must coordinate hardware, firmware, communication, cloud platforms, and applications, requiring clear alignment among diverse stakeholders such as sales, marketing, executives, and engineering to deliver cohesive solutions.

IoTproduct roadmapproduct-management
0 likes · 10 min read
How to Build an IoT Product Roadmap: Aligning Stakeholders and Teams
MaGe Linux Operations
MaGe Linux Operations
Nov 17, 2023 · Backend Development

How to Build a Bi‑directional MQTT Sensor Network with Node.js

This article outlines the background, terminology, network architecture, and step‑by‑step Node.js implementation of both MQTT broker and client for a sensor project, enabling two‑way communication between cloud platforms and edge devices without fixed IPs, complete with code snippets and visual results.

Backend DevelopmentEdge ComputingIoT
0 likes · 6 min read
How to Build a Bi‑directional MQTT Sensor Network with Node.js
21CTO
21CTO
Nov 17, 2023 · Backend Development

What Backend Trends Will Dominate 2024? AI, Serverless, Edge & More

This article outlines the key 2024 software development trends—AI/ML integration, serverless architectures, edge computing, zero‑trust security, IoT, ergonomic keyboards, popular programming languages, and emerging frameworks—providing developers and product leaders with a roadmap to stay competitive.

AIEdge ComputingIoT
0 likes · 12 min read
What Backend Trends Will Dominate 2024? AI, Serverless, Edge & More
Alibaba Cloud Native
Alibaba Cloud Native
Nov 8, 2023 · Cloud Native

How Apache RocketMQ Became a Cloud‑Native Unified Messaging Engine

The article outlines Apache RocketMQ's evolution from a traditional message queue to a cloud‑native, serverless‑ready unified engine that handles messaging, events, and streams, detailing its architectural milestones, edge‑cloud integration, and the new serverless‑focused features introduced in version 5.0.

Apache RocketMQEvent-drivenIoT
0 likes · 28 min read
How Apache RocketMQ Became a Cloud‑Native Unified Messaging Engine
Java Architecture Diary
Java Architecture Diary
Nov 1, 2023 · Backend Development

Boost Your IoT Apps with mica-mqtt: A Low‑Latency Java AIO MQTT Engine

The article introduces mica-mqtt, a Java AIO‑based open‑source MQTT component offering simple, low‑latency, high‑performance IoT messaging, outlines its extensive feature set, typical use cases, recent updates, and provides detailed configuration examples for custom business thread pools and Spring Boot integration.

AIOBackendIoT
0 likes · 6 min read
Boost Your IoT Apps with mica-mqtt: A Low‑Latency Java AIO MQTT Engine
Architects' Tech Alliance
Architects' Tech Alliance
Oct 21, 2023 · Cloud Computing

2023 Edge Computing Market Research Report – Industry Overview, Chain Analysis, and Standards

The 2023 Edge Computing Market Research Report provides a comprehensive analysis of the rapidly growing edge computing industry in China, covering market size forecasts, ecosystem participants, AI chip and algorithm developments, hardware solutions, platform initiatives, industry standards, and the emerging regulatory landscape.

AI chipsIndustry standardsIoT
0 likes · 16 min read
2023 Edge Computing Market Research Report – Industry Overview, Chain Analysis, and Standards
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 16, 2023 · Databases

The Evolving Role of Database Administrators: Challenges, Changes, and Future Trends (2023)

The article examines how the responsibilities of database administrators are shifting due to massive data volumes, heightened security concerns, cloud adoption, DevOps integration, and emerging AI and IoT technologies, outlining current challenges, recent changes, and key trends shaping the DBA profession.

DBADatabase AdministrationIoT
0 likes · 7 min read
The Evolving Role of Database Administrators: Challenges, Changes, and Future Trends (2023)
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Jul 19, 2023 · Industry Insights

Exploring the Foundations and Challenges of Vehicle Networking

Vehicle networking transforms modern cars into complex, software‑driven systems that communicate via wireless links, and this article outlines its background, key research problems such as sensing, communication, decision‑making, the role of blockchain for security and transactions, platoon control, and digital twin applications for resource allocation.

BlockchainDigital TwinInternet of Vehicles
0 likes · 8 min read
Exploring the Foundations and Challenges of Vehicle Networking
php Courses
php Courses
Jul 8, 2023 · Backend Development

Introduction to MQTT and PHP Implementation Example

MQTT is a lightweight, publish/subscribe messaging protocol ideal for IoT and mobile environments, offering low bandwidth usage, reliability, and TLS/SSL security, and the article provides a detailed PHP example demonstrating connection, subscription, publishing, message processing, and graceful disconnection.

IoTMQTTMessaging
0 likes · 4 min read
Introduction to MQTT and PHP Implementation Example
360 Quality & Efficiency
360 Quality & Efficiency
Jun 9, 2023 · Backend Development

Comprehensive OTA Testing Guide: Functional, Performance, Compatibility, and Automation Strategies

This article presents a detailed OTA (Over‑the‑Air) testing framework covering preparation, functional test points, upgrade strategies, data consistency, compatibility, performance load testing, and Python‑based automation for IoT devices, helping engineers avoid missed cases and ensure reliable firmware upgrades.

AutomationIoTMQTT
0 likes · 9 min read
Comprehensive OTA Testing Guide: Functional, Performance, Compatibility, and Automation Strategies
ITPUB
ITPUB
Apr 28, 2023 · Databases

Why Time Series Databases Are Revolutionizing IoT and Industry

This article explains what time series databases are, outlines their key characteristics, traces their evolution from early real‑time databases to modern solutions, and examines current technical innovations and market trends driving their rapid adoption across IoT, finance, and industrial sectors.

AIIoTTime Series
0 likes · 11 min read
Why Time Series Databases Are Revolutionizing IoT and Industry
Top Architect
Top Architect
Apr 21, 2023 · Backend Development

Netty TCP Long‑Connection Demo for IoT Messaging with Redis and Spring Boot

This article presents a complete Netty‑based TCP client/server demo for IoT long‑connection messaging, explains the project architecture, module layout, business flow, and provides detailed Java code for a local message queue, multithreaded processing, client creation, handler logic, and testing endpoints.

IoTJavaMessageQueue
0 likes · 19 min read
Netty TCP Long‑Connection Demo for IoT Messaging with Redis and Spring Boot
DataFunTalk
DataFunTalk
Feb 5, 2023 · Big Data

Big Data Risk Control System for Textile Industry Supply Chain Finance

This article presents a comprehensive overview of the textile industry's supply chain, identifies key policy, industry, operational, and moral risks, and introduces a "1+D" big‑data risk‑control framework—including data foundations, model and rule libraries, and a configurable risk‑control system—illustrated with a real‑world IoT‑driven case study and discussion of emerging opportunities and challenges.

Industry 4.0IoTcredit modeling
0 likes · 13 min read
Big Data Risk Control System for Textile Industry Supply Chain Finance
DataFunSummit
DataFunSummit
Jan 12, 2023 · Big Data

Industrial IoT Data Collection Platform: Neuron v2.0 Architecture, Design, and Case Studies

This article presents a comprehensive overview of EMQ's Neuron industrial IoT data collection platform, detailing the lessons learned from version 1.x, the redesigned v2.0 architecture, core modules, plugin mechanisms, data‑tag management, eKuiper integration, and two real‑world case studies in oil‑field and smart‑factory environments.

Big DataIoTdata collection
0 likes · 16 min read
Industrial IoT Data Collection Platform: Neuron v2.0 Architecture, Design, and Case Studies
ITPUB
ITPUB
Dec 27, 2022 · Cloud Computing

How Digital Twins and Edge Computing Power the Next IoT Wave

The article outlines three technology waves—from PC internet to mobile internet and now the Internet of Everything—explains JD's IoT team's practical experiences with device and scene digital twins, edge computing, and data-driven intelligence, and offers a forward‑looking view on how these technologies will reshape industries.

@DataDigital TwinEdge Computing
0 likes · 14 min read
How Digital Twins and Edge Computing Power the Next IoT Wave
Architects Research Society
Architects Research Society
Dec 18, 2022 · Fundamentals

Comprehensive Overview of IoT Protocols and Standards by Functional Layer

This article provides a comprehensive overview of IoT protocols and standards, organized by functional layers such as infrastructure, identification, communication, discovery, data exchange, device management, semantics, multi‑layer frameworks, security, and industry verticals, and lists relevant alliances and organizations shaping the IoT ecosystem.

IoTNetworkingProtocols
0 likes · 20 min read
Comprehensive Overview of IoT Protocols and Standards by Functional Layer
Architects Research Society
Architects Research Society
Nov 7, 2022 · Fundamentals

Understanding IoT Platforms: A Non‑Technical Overview

This article explains what IoT platforms are, outlines the four essential components of a complete IoT system, describes the functions and benefits of IoT platforms, and offers guidance on when businesses should adopt them, all in plain, non‑technical language.

Data AnalyticsIoTIoT Platform
0 likes · 8 min read
Understanding IoT Platforms: A Non‑Technical Overview
Taobao Design
Taobao Design
Oct 31, 2022 · User Experience Design

Smart Home UI Design: 3 Real‑World Scenarios to Inspire Your Next App

This article showcases three typical smart‑home user scenarios—pet owners, family caregivers, and professionals—detailing the UI design concepts of apps such as automatic feeders, smart litter boxes, robot vacuums, intelligent lighting, family smart screens, smart toilets, switches, fitness mirrors, and artistic speakers, while highlighting visual and interaction patterns that improve usability and user delight.

IoTUI designapp interface
0 likes · 10 min read
Smart Home UI Design: 3 Real‑World Scenarios to Inspire Your Next App
21CTO
21CTO
Oct 30, 2022 · Fundamentals

Top 10 IoT Trends That Will Transform Industries

This article explores the rapid growth of the Internet of Things, outlines the key drivers behind its expansion, highlights major challenges such as chip shortages and bandwidth limits, and presents ten emerging trends—including AI integration, 5G, edge computing, and security—that will shape multiple sectors in the coming years.

5GAIBig Data
0 likes · 9 min read
Top 10 IoT Trends That Will Transform Industries