Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (118)

Search Parameters:
Keywords = Message Queuing Telemetry Transport (MQTT)

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
23 pages, 3141 KB  
Article
Machine Learning-Assisted Cryptographic Security: A Novel ECC-ANN Framework for MQTT-Based IoT Device Communication
by Kalimu Karimunda, Jean de Dieu Marcel Ufitikirezi, Roman Bumbálek, Tomáš Zoubek, Petr Bartoš, Radim Kuneš, Sandra Nicole Umurungi, Anozie Chukwunyere, Mutagisha Norbelt and Gao Bo
Computation 2025, 13(10), 227; https://doi.org/10.3390/computation13100227 - 26 Sep 2025
Viewed by 460
Abstract
The Internet of Things (IoT) has surfaced as a revolutionary technology, enabling ubiquitous connectivity between devices and revolutionizing traditional lifestyles through smart automation. As IoT systems proliferate, securing device-to-device communication and server–client data exchange has become crucial. This paper presents a novel security [...] Read more.
The Internet of Things (IoT) has surfaced as a revolutionary technology, enabling ubiquitous connectivity between devices and revolutionizing traditional lifestyles through smart automation. As IoT systems proliferate, securing device-to-device communication and server–client data exchange has become crucial. This paper presents a novel security framework that integrates elliptic curve cryptography (ECC) with artificial neural networks (ANNs) to enhance the Message Queuing Telemetry Transport (MQTT) protocol. Our study evaluated multiple machine learning algorithms, with ANN demonstrating superior performance in anomaly detection and classification. The hybrid approach not only encrypts communications but also employs the optimized ANN model to detect and classify anomalous traffic patterns. The proposed model demonstrates robust security features, successfully identifying and categorizing various attack types with 90.38% accuracy while maintaining message confidentiality through ECC encryption. Notably, this framework retains the lightweight characteristics essential for IoT devices, making it especially relevant for environments where resources are constrained. To our knowledge, this represents the first implementation of an integrated ECC-ANN approach for securing MQTT-based IoT communications, offering a promising solution for next-generation IoT security requirements. Full article
(This article belongs to the Section Computational Engineering)
Show Figures

Figure 1

19 pages, 912 KB  
Article
Lightweight Embedded IoT Gateway for Smart Homes Based on an ESP32 Microcontroller
by Filippos Serepas, Ioannis Papias, Konstantinos Christakis, Nikos Dimitropoulos and Vangelis Marinakis
Computers 2025, 14(9), 391; https://doi.org/10.3390/computers14090391 - 16 Sep 2025
Viewed by 896
Abstract
The rapid expansion of the Internet of Things (IoT) demands scalable, efficient, and user-friendly gateway solutions that seamlessly connect resource-constrained edge devices to cloud services. Low-cost, widely available microcontrollers, such as the ESP32 and its ecosystem peers, offer integrated Wi-Fi/Bluetooth connectivity, low power [...] Read more.
The rapid expansion of the Internet of Things (IoT) demands scalable, efficient, and user-friendly gateway solutions that seamlessly connect resource-constrained edge devices to cloud services. Low-cost, widely available microcontrollers, such as the ESP32 and its ecosystem peers, offer integrated Wi-Fi/Bluetooth connectivity, low power consumption, and a mature developer toolchain at a bill of materials cost of only a few dollars. For smart-home deployments where budgets, energy consumption, and maintainability are critical, these characteristics make MCU-class gateways a pragmatic alternative to single-board computers, enabling always-on local control with minimal overhead. This paper presents the design and implementation of an embedded IoT gateway powered by the ESP32 microcontroller. By using lightweight communication protocols such as Message Queuing Telemetry Transport (MQTT) and REST APIs, the proposed architecture supports local control, distributed intelligence, and secure on-site data storage, all while minimizing dependence on cloud infrastructure. A real-world deployment in an educational building demonstrates the gateway’s capability to monitor energy consumption, execute control commands, and provide an intuitive web-based dashboard with minimal resource overhead. Experimental results confirm that the solution offers strong performance, with RAM usage ranging between 3.6% and 6.8% of available memory (approximately 8.92 KB to 16.9 KB). The initial loading of the single-page application (SPA) results in a temporary RAM spike to 52.4%, which later stabilizes at 50.8%. These findings highlight the ESP32’s ability to serve as a functional IoT gateway with minimal resource demands. Areas for future optimization include improved device discovery mechanisms and enhanced resource management to prolong device longevity. Overall, the gateway represents a cost-effective and vendor-agnostic platform for building resilient and scalable IoT ecosystems. Full article
(This article belongs to the Section Internet of Things (IoT) and Industrial IoT)
Show Figures

Figure 1

33 pages, 16564 KB  
Article
Design and Implementation of an Off-Grid Smart Street Lighting System Using LoRaWAN and Hybrid Renewable Energy for Energy-Efficient Urban Infrastructure
by Seyfettin Vadi
Sensors 2025, 25(17), 5579; https://doi.org/10.3390/s25175579 - 6 Sep 2025
Viewed by 2926
Abstract
The growing demand for electricity and the urgent need to reduce environmental impact have made sustainable energy utilization a global priority. Street lighting, as a significant consumer of urban electricity, requires innovative solutions to enhance efficiency and reliability. This study presents an off-grid [...] Read more.
The growing demand for electricity and the urgent need to reduce environmental impact have made sustainable energy utilization a global priority. Street lighting, as a significant consumer of urban electricity, requires innovative solutions to enhance efficiency and reliability. This study presents an off-grid smart street lighting system that combines solar photovoltaic generation with battery storage and Internet of Things (IoT)-based control to ensure continuous and efficient operation. The system integrates Long Range Wide Area Network (LoRaWAN) communication technology for remote monitoring and control without internet connectivity and employs the Perturb and Observe (P&O) maximum power point tracking (MPPT) algorithm to maximize energy extraction from solar sources. Data transmission from the LoRaWAN gateway to the cloud is facilitated through the Message Queuing Telemetry Transport (MQTT) protocol, enabling real-time access and management via a graphical user interface. Experimental results demonstrate that the proposed system achieves a maximum MPPT efficiency of 97.96%, supports reliable communication over distances of up to 10 km, and successfully operates four LED streetlights, each spaced 400 m apart, across an open area of approximately 1.2 km—delivering a practical, energy-efficient, and internet-independent solution for smart urban infrastructure. Full article
Show Figures

Figure 1

10 pages, 1818 KB  
Proceeding Paper
Challenges and Optimization of Message Queuing Telemetry Transport-Resource Discovery Operation
by An-Tong Shih, Hung-Yu Chien and Yuh-Ming Huang
Eng. Proc. 2025, 108(1), 24; https://doi.org/10.3390/engproc2025108024 - 2 Sep 2025
Viewed by 357
Abstract
With the rapid development of the Internet of Things (IoT) applications, the ability to automatically discover and retrieve resource information has become increasingly enhanced. Despite being one of the most commonly used IoT communication protocols, Message Queuing Telemetry Transport (MQTT) does not natively [...] Read more.
With the rapid development of the Internet of Things (IoT) applications, the ability to automatically discover and retrieve resource information has become increasingly enhanced. Despite being one of the most commonly used IoT communication protocols, Message Queuing Telemetry Transport (MQTT) does not natively support resource discovery. To address this limitation, MQTT-resource discovery (MQTT-RD), a resource discovery mechanism based on MQTT, has been used for resource management. In this study, we tested and evaluated MQTT-RD using the Sniffer system that manages the resource directory and synchronizes data via MQTT. When too many Sniffers are activated, the MQTT-RD system becomes unsustainable. However, the experimental results in this study revealed that frequent updates to the resource directory (RD) and high-frequency heartbeat messages (pingalive) significantly increase network traffic and system load. In this study, we identified performance and stability issues to propose improvement strategies, including refining the topic design, reducing message transmission frequency, and improving the synchronization mechanism. Additionally, the feasibility of incorporating centralized management was explored to enhance system efficiency. Full article
Show Figures

Figure 1

17 pages, 28737 KB  
Article
Implementation of a Dynamic LoRa Network for Real-Time Monitoring of Water Quality
by Kevin Joel Berrio Quintanilla, Pamela Lorena Huayta Cosi, Jorge Leonardo Huarca Quispe, Juan Carlos Cutipa Luque and Juan Pablo Julca Avila
Designs 2025, 9(4), 96; https://doi.org/10.3390/designs9040096 - 15 Aug 2025
Viewed by 840
Abstract
Water quality is a key factor in environmental and agronomic sustainability. Due to the influence of human activity and industrial development, the composition of rivers or lakes can experience significant variations both immediately and over time. In order to obtain a more accurate [...] Read more.
Water quality is a key factor in environmental and agronomic sustainability. Due to the influence of human activity and industrial development, the composition of rivers or lakes can experience significant variations both immediately and over time. In order to obtain a more accurate and documented assessment of these data, distributed monitoring with multiple sampling points is necessary. This paper presents the design and implementation of a scalable monitoring network based on long range (LoRa) and Message Queuing Telemetry Transport (MQTT), integrating a submersible sensor module (SSM) that works as a static measuring station or as a complement to sediment collectors, capable of measuring key water quality parameters such as TDS, turbidity, pH, temperature, and river kinematics with a gyroscope. The system includes a LoRa repeater (LRR) and a gateway, in addition to the SSM, which manages information transmission to a monitoring server (MS) using a tree topology. This configuration allows for dynamic antenna power adjustment based on the Received Signal Strength Indicator (RSSI) between the LRR and the gateway. Evaluations were performed on the Chil River in Arequipa, Peru, a rapid river that demonstrated ideal characteristics for validating the system’s efficacy. The results confirm the design’s efficacy and its capacity for real-time remote water quality monitoring. Full article
Show Figures

Figure 1

25 pages, 19197 KB  
Article
Empirical Evaluation of TLS-Enhanced MQTT on IoT Devices for V2X Use Cases
by Nikolaos Orestis Gavriilidis, Spyros T. Halkidis and Sophia Petridou
Appl. Sci. 2025, 15(15), 8398; https://doi.org/10.3390/app15158398 - 29 Jul 2025
Viewed by 1428
Abstract
The rapid growth of Internet of Things (IoT) deployment has led to an unprecedented volume of interconnected, resource-constrained devices. Securing their communication is essential, especially in vehicular environments, where sensitive data exchange requires robust authentication, integrity, and confidentiality guarantees. In this paper, we [...] Read more.
The rapid growth of Internet of Things (IoT) deployment has led to an unprecedented volume of interconnected, resource-constrained devices. Securing their communication is essential, especially in vehicular environments, where sensitive data exchange requires robust authentication, integrity, and confidentiality guarantees. In this paper, we present an empirical evaluation of TLS (Transport Layer Security)-enhanced MQTT (Message Queuing Telemetry Transport) on low-cost, quad-core Cortex-A72 ARMv8 boards, specifically the Raspberry Pi 4B, commonly used as prototyping platforms for On-Board Units (OBUs) and Road-Side Units (RSUs). Three MQTT entities, namely, the broker, the publisher, and the subscriber, are deployed, utilizing Elliptic Curve Cryptography (ECC) for key exchange and authentication and employing the AES_256_GCM and ChaCha20_Poly1305 ciphers for confidentiality via appropriately selected libraries. We quantify resource consumption in terms of CPU utilization, execution time, energy usage, memory footprint, and goodput across TLS phases, cipher suites, message packaging strategies, and both Ethernet and WiFi interfaces. Our results show that (i) TLS 1.3-enhanced MQTT is feasible on Raspberry Pi 4B devices, though it introduces non-negligible resource overheads; (ii) batching messages into fewer, larger packets reduces transmission cost and latency; and (iii) ChaCha20_Poly1305 outperforms AES_256_GCM, particularly in wireless scenarios, making it the preferred choice for resource- and latency-sensitive V2X applications. These findings provide actionable recommendations for deploying secure MQTT communication on an IoT platform. Full article
(This article belongs to the Special Issue Cryptography in Data Protection and Privacy-Enhancing Technologies)
Show Figures

Figure 1

36 pages, 9902 KB  
Article
Digital-Twin-Enabled Process Monitoring for a Robotic Additive Manufacturing Cell Using Wire-Based Laser Metal Deposition
by Alberto José Alvares, Efrain Rodriguez and Brayan Figueroa
Processes 2025, 13(8), 2335; https://doi.org/10.3390/pr13082335 - 23 Jul 2025
Viewed by 865
Abstract
Digital Twins (DTs) are transforming manufacturing by bridging the physical and digital worlds, enabling real-time insights, predictive analytics, and enhanced decision making. In Industry 4.0, DTs facilitate automation and data integration, while Industry 5.0 emphasizes human-centric, resilient, and sustainable production. However, implementing DTs [...] Read more.
Digital Twins (DTs) are transforming manufacturing by bridging the physical and digital worlds, enabling real-time insights, predictive analytics, and enhanced decision making. In Industry 4.0, DTs facilitate automation and data integration, while Industry 5.0 emphasizes human-centric, resilient, and sustainable production. However, implementing DTs in robotic metal additive manufacturing (AM) remains challenging because of the complexity of the wire-based laser metal deposition (LMD) process, the need for real-time monitoring, and the demand for advanced defect detection to ensure high-quality prints. This work proposes a structured DT architecture for a robotic wire-based LMD cell, following a standard framework. Three DT implementations were developed. First, a real-time 3D simulation in RoboDK, integrated with a 2D Node-RED dashboard, enabled motion validation and live process monitoring via MQTT (message queuing telemetry transport) telemetry, minimizing toolpath errors and collisions. Second, an Industrial IoT-based system using KUKA iiQoT (Industrial Internet of Things Quality of Things) facilitated predictive maintenance by analyzing motor loads, joint temperatures, and energy consumption, allowing early anomaly detection and reducing unplanned downtime. Third, the Meltio dashboard provided real-time insights into the laser temperature, wire tension, and deposition accuracy, ensuring adaptive control based on live telemetry. Additionally, a prescriptive analytics layer leveraging historical data in FireStore was integrated to optimize the process performance, enabling data-driven decision making. Full article
Show Figures

Graphical abstract

24 pages, 3062 KB  
Article
Sustainable IoT-Enabled Parking Management: A Multiagent Simulation Framework for Smart Urban Mobility
by Ibrahim Mutambik
Sustainability 2025, 17(14), 6382; https://doi.org/10.3390/su17146382 - 11 Jul 2025
Cited by 2 | Viewed by 1340
Abstract
The efficient management of urban parking systems has emerged as a pivotal issue in today’s smart cities, where increasing vehicle populations strain limited parking infrastructure and challenge sustainable urban mobility. Aligned with the United Nations 2030 Agenda for Sustainable Development and the strategic [...] Read more.
The efficient management of urban parking systems has emerged as a pivotal issue in today’s smart cities, where increasing vehicle populations strain limited parking infrastructure and challenge sustainable urban mobility. Aligned with the United Nations 2030 Agenda for Sustainable Development and the strategic goals of smart city planning, this study presents a sustainability-driven, multiagent simulation-based framework to model, analyze, and optimize smart parking dynamics in congested urban settings. The system architecture integrates ground-level IoT sensors installed in parking spaces, enabling real-time occupancy detection and communication with a centralized system using low-power wide-area communication protocols (LPWAN). This study introduces an intelligent parking guidance mechanism that dynamically directs drivers to the nearest available slots based on location, historical traffic flow, and predicted availability. To manage real-time data flow, the framework incorporates message queuing telemetry transport (MQTT) protocols and edge processing units for low-latency updates. A predictive algorithm, combining spatial data, usage patterns, and time-series forecasting, supports decision-making for future slot allocation and dynamic pricing policies. Field simulations, calibrated with sensor data in a representative high-density urban district, assess system performance under peak and off-peak conditions. A comparative evaluation against traditional first-come-first-served and static parking systems highlights significant gains: average parking search time is reduced by 42%, vehicular congestion near parking zones declines by 35%, and emissions from circling vehicles drop by 27%. The system also improves user satisfaction by enabling mobile app-based reservation and payment options. These findings contribute to broader sustainability goals by supporting efficient land use, reducing environmental impacts, and enhancing urban livability—key dimensions emphasized in sustainable smart city strategies. The proposed framework offers a scalable, interdisciplinary solution for urban planners and policymakers striving to design inclusive, resilient, and environmentally responsible urban mobility systems. Full article
Show Figures

Figure 1

24 pages, 1446 KB  
Article
MQTT Broker Architectural Enhancements for High-Performance P2P Messaging: TBMQ Scalability and Reliability in Distributed IoT Systems
by Dmytro Shvaika, Andrii Shvaika and Volodymyr Artemchuk
IoT 2025, 6(3), 34; https://doi.org/10.3390/iot6030034 - 23 Jun 2025
Cited by 1 | Viewed by 1770
Abstract
The Message Queuing Telemetry Transport (MQTT) protocol remains a key enabler for lightweight and low-latency messaging in Internet of Things (IoT) applications. However, traditional broker implementations often struggle with the demands of large-scale point-to-point (P2P) communication. This paper presents a performance and architectural [...] Read more.
The Message Queuing Telemetry Transport (MQTT) protocol remains a key enabler for lightweight and low-latency messaging in Internet of Things (IoT) applications. However, traditional broker implementations often struggle with the demands of large-scale point-to-point (P2P) communication. This paper presents a performance and architectural evaluation of TBMQ, an open source MQTT broker designed to support reliable P2P messaging at scale. The broker employs Redis Cluster for session persistence and Apache Kafka for message routing. Additional optimizations include asynchronous Redis access via Lettuce and Lua-based atomic operations. Stepwise load testing was performed using Kubernetes-based deployments on Amazon EKS, progressively increasing message rates to 1 million messages per second (msg/s). The results demonstrate that TBMQ achieves linear scalability and stable latency as the load increases. It reaches an average throughput of 8900 msg/s per CPU core, while maintaining end-to-end delivery latency within two-digit millisecond bounds. These findings confirm that TBMQ’s architecture provides an effective foundation for reliable, high-throughput messaging in distributed IoT systems. Full article
(This article belongs to the Special Issue IoT and Distributed Computing)
Show Figures

Figure 1

35 pages, 21267 KB  
Article
Unmanned Aerial Vehicle–Unmanned Ground Vehicle Centric Visual Semantic Simultaneous Localization and Mapping Framework with Remote Interaction for Dynamic Scenarios
by Chang Liu, Yang Zhang, Liqun Ma, Yong Huang, Keyan Liu and Guangwei Wang
Drones 2025, 9(6), 424; https://doi.org/10.3390/drones9060424 - 10 Jun 2025
Viewed by 2038
Abstract
In this study, we introduce an Unmanned Aerial Vehicle (UAV) centric visual semantic simultaneous localization and mapping (SLAM) framework that integrates RGB–D cameras, inertial measurement units (IMUs), and a 5G–enabled remote interaction module. Our system addresses three critical limitations in existing approaches: (1) [...] Read more.
In this study, we introduce an Unmanned Aerial Vehicle (UAV) centric visual semantic simultaneous localization and mapping (SLAM) framework that integrates RGB–D cameras, inertial measurement units (IMUs), and a 5G–enabled remote interaction module. Our system addresses three critical limitations in existing approaches: (1) Distance constraints in remote operations; (2) Static map assumptions in dynamic environments; and (3) High–dimensional perception requirements for UAV–based applications. By combining YOLO–based object detection with epipolar–constraint-based dynamic feature removal, our method achieves real-time semantic mapping while rejecting motion artifacts. The framework further incorporates a dual–channel communication architecture to enable seamless human–in–the–loop control over UAV–Unmanned Ground Vehicle (UGV) teams in large–scale scenarios. Experimental validation across indoor and outdoor environments indicates that the system can achieve a detection rate of up to 75 frames per second (FPS) on an NVIDIA Jetson AGX Xavier using YOLO–FASTEST, ensuring the rapid identification of dynamic objects. In dynamic scenarios, the localization accuracy attains an average absolute pose error (APE) of 0.1275 m. This outperforms state–of–the–art methods like Dynamic–VINS (0.211 m) and ORB–SLAM3 (0.148 m) on the EuRoC MAV Dataset. The dual-channel communication architecture (Web Real–Time Communication (WebRTC) for video and Message Queuing Telemetry Transport (MQTT) for telemetry) reduces bandwidth consumption by 65% compared to traditional TCP–based protocols. Moreover, our hybrid dynamic feature filtering can reject 89% of dynamic features in occluded scenarios, guaranteeing accurate mapping in complex environments. Our framework represents a significant advancement in enabling intelligent UAVs/UGVs to navigate and interact in complex, dynamic environments, offering real-time semantic understanding and accurate localization. Full article
(This article belongs to the Special Issue Advances in Perception, Communications, and Control for Drones)
Show Figures

Figure 1

24 pages, 4339 KB  
Article
Dynamic Load Management in Modern Grid Systems Using an Intelligent SDN-Based Framework
by Khawaja Tahir Mehmood and Muhammad Majid Hussain
Energies 2025, 18(12), 3001; https://doi.org/10.3390/en18123001 - 6 Jun 2025
Viewed by 750
Abstract
For modern power plants to be dependable, safe, sustainable, and provide the highest operational efficiency (i.e., enhance dynamic load distribution with a faster response time at reduced reactive losses), there must be an intelligent dynamic load management system based on modern computational techniques [...] Read more.
For modern power plants to be dependable, safe, sustainable, and provide the highest operational efficiency (i.e., enhance dynamic load distribution with a faster response time at reduced reactive losses), there must be an intelligent dynamic load management system based on modern computational techniques to prevent overloading of power devices (i.e., alternators, transformers, etc.) in grid systems. In this paper, a co-simulation framework (Panda-SDN Load Balancer) is designed to achieve maximum operational efficiency from the power grid with the prime objective of real-time intelligent load balancing of operational power devices (i.e., power transformers, etc.). This framework is based on the integration of two tools: (a) PandaPower (an open-source Python tool) used for real-time power data (voltage; current; real power, PReal; apparent power, PApparent; reactive power, PReactive; power factor, PF; etc.) load flow analysis; (b) Mininet used for the designing of a Software-Defined Network (SDN) with a POX controller for managing the load patterns on power transformers after load flow analysis obtained through PandaPower via the synchronization tool Message Queuing Telemetry Transport (MQTT) and Intelligent Electrical Devices (IEDs). In this research article, the simulation is performed in three scenarios: (a) normal flow, (b) loaded flow without the proposed framework, and (c) loaded flow with the proposed framework. As per simulation results, the proposed framework offered intelligent substation automation with (a) balanced utilization of a transformer, (b) enhanced system power factor in extreme load conditions, and (c) significant gain in system operational efficiency as compared to legacy load management methods. Full article
Show Figures

Figure 1

29 pages, 1365 KB  
Article
Integration of OWL Password-Authenticated Key Exchange Protocol to Enhance IoT Application Protocols
by Yair Rivera Julio, Angel Pinto Mangones, Juan Torres Tovio, María Clara Gómez-Álvarez and Dixon Salcedo
Sensors 2025, 25(8), 2468; https://doi.org/10.3390/s25082468 - 14 Apr 2025
Viewed by 825
Abstract
The rapid expansion of the IoT has led to increasing concerns about security, particularly in the early stages of communication where many IoT application-layer protocols, such as CoAP and MQTT, lack native support for secure key exchange. This absence exposes IoT systems to [...] Read more.
The rapid expansion of the IoT has led to increasing concerns about security, particularly in the early stages of communication where many IoT application-layer protocols, such as CoAP and MQTT, lack native support for secure key exchange. This absence exposes IoT systems to critical vulnerabilities, including dictionary attacks, session hijacking, and MitM threats, especially in resource-constrained environments. To address this challenge, this paper proposes the integration of OWL, a password-authenticated key exchange (PAKE) protocol, into existing IoT communication frameworks. OWL introduces a lightweight and secure mechanism for establishing high-entropy session keys from low-entropy credentials, without reliance on complex certificate infrastructures. Its one-round exchange model and resistance to both passive and active attacks make it particularly well-suited for constrained devices and dynamic network topologies. The originality of the proposal lies in embedding OWL directly into protocols like CoAP, enabling secure session establishment as a native feature rather than as an auxiliary security layer. Experimental results and formal analysis indicate that OWL achieves reduced authentication latency and lower computational overhead, while enhancing scalability, resilience, and protocol performance. The proposed solution provides an innovative, practical, and efficient framework for securing IoT communications from the foundational protocol level. Full article
(This article belongs to the Special Issue Advanced IoT Systems in Smart Cities: 2nd Edition)
Show Figures

Figure 1

23 pages, 5696 KB  
Article
An Ultra-Low Power Sticky Note Using E-Paper Display for the Internet of Things
by Tareq Khan
IoT 2025, 6(1), 19; https://doi.org/10.3390/iot6010019 - 13 Mar 2025
Viewed by 2337
Abstract
There are over 300 million smart homes worldwide and 60.4 million smart homes in the US, using devices like smart thermostats, smart plugs, smart door locks, etc. Yet in this age of smart and connected devices, we still use paper-based sticky notes on [...] Read more.
There are over 300 million smart homes worldwide and 60.4 million smart homes in the US, using devices like smart thermostats, smart plugs, smart door locks, etc. Yet in this age of smart and connected devices, we still use paper-based sticky notes on doors to display messages such as “Busy, do not disturb”, “In a Zoom meeting”, etc. In this project, a novel IoT-connected digital sticky note system was developed where the user can wirelessly send messages from a smartphone to a sticky note display. The sticky note displays can be hung on the doors of offices, hotels, homes, etc. The display could be updated with the user’s message sent from anywhere in the world. The key design challenge was to develop the display unit to consume as little power as possible to increase battery life. A prototype of the proposed system was developed comprising ultra-low-power sticky note display units consuming only 404 µA average current and having a battery life of more than six months, with a Wi-Fi-connected hub unit, an MQTT server, and a smartphone app for composing the message. Full article
Show Figures

Figure 1

26 pages, 34185 KB  
Article
Design and Implementation of ESP32-Based Edge Computing for Object Detection
by Yeong-Hwa Chang, Feng-Chou Wu and Hung-Wei Lin
Sensors 2025, 25(6), 1656; https://doi.org/10.3390/s25061656 - 7 Mar 2025
Cited by 2 | Viewed by 8129
Abstract
This paper explores the application of the ESP32 microcontroller in edge computing, focusing on the design and implementation of an edge server system to evaluate performance improvements achieved by integrating edge and cloud computing. Responding to the growing need to reduce cloud burdens [...] Read more.
This paper explores the application of the ESP32 microcontroller in edge computing, focusing on the design and implementation of an edge server system to evaluate performance improvements achieved by integrating edge and cloud computing. Responding to the growing need to reduce cloud burdens and latency, this research develops an edge server, detailing the ESP32 hardware architecture, software environment, communication protocols, and server framework. A complementary cloud server software framework is also designed to support edge processing. A deep learning model for object recognition is selected, trained, and deployed on the edge server. Performance evaluation metrics, classification time, MQTT (Message Queuing Telemetry Transport) transmission time, and data from various MQTT brokers are used to assess system performance, with particular attention to the impact of image size adjustments. Experimental results demonstrate that the edge server significantly reduces bandwidth usage and latency, effectively alleviating the load on the cloud server. This study discusses the system’s strengths and limitations, interprets experimental findings, and suggests potential improvements and future applications. By integrating AI and IoT, the edge server design and object recognition system demonstrates the benefits of localized edge processing in enhancing efficiency and reducing cloud dependency. Full article
Show Figures

Figure 1

27 pages, 8048 KB  
Article
Research and Development of an IoT Smart Irrigation System for Farmland Based on LoRa and Edge Computing
by Ying Zhang, Xingchen Wang, Liyong Jin, Jun Ni, Yan Zhu, Weixing Cao and Xiaoping Jiang
Agronomy 2025, 15(2), 366; https://doi.org/10.3390/agronomy15020366 - 30 Jan 2025
Cited by 7 | Viewed by 8020
Abstract
In response to the current key issues in the field of smart irrigation for farmland, such as the lack of data sources and insufficient integration, a low degree of automation in drive execution and control, and over-reliance on cloud platforms for analyzing and [...] Read more.
In response to the current key issues in the field of smart irrigation for farmland, such as the lack of data sources and insufficient integration, a low degree of automation in drive execution and control, and over-reliance on cloud platforms for analyzing and calculating decision making processes, we have developed nodes and gateways for smart irrigation. These developments are based on the EC-IOT edge computing IoT architecture and long range radio (LoRa) communication technology, utilizing STM32 MCU, WH-101-L low-power LoRa modules, 4G modules, high-precision GPS, and other devices. An edge computing analysis and decision model for smart irrigation in farmland has been established by collecting the soil moisture and real-time meteorological information in farmland in a distributed manner, as well as integrating crop growth period and soil properties of field plots. Additionally, a mobile mini-program has been developed using WeChat Developer Tools that interacts with the cloud via the message queuing telemetry transport (MQTT) protocol to realize data visualization on the mobile and web sides and remote precise irrigation control of solenoid valves. The results of the system wireless communication tests indicate that the LoRa-based sensor network has stable data transmission with a maximum communication distance of up to 4 km. At lower communication rates, the signal-to-noise ratio (SNR) and received signal strength indication (RSSI) values measured at long distances are relatively higher, indicating better communication signal quality, but they take longer to transmit. It takes 6 s to transmit 100 bytes at the lowest rate of 0.268 kbps to a distance of 4 km, whereas, at 10.937 kbps, it only takes 0.9 s. The results of field irrigation trials during the wheat grain filling stage have demonstrated that the irrigation amount determined based on the irrigation algorithm can maintain the soil moisture content after irrigation within the suitable range for wheat growth and above 90% of the upper limit of the suitable range, thereby achieving a satisfactory irrigation effect. Notably, the water content in the 40 cm soil layer has the strongest correlation with changes in crop evapotranspiration, and the highest temperature is the most critical factor influencing the water requirements of wheat during the grain-filling period in the test area. Full article
(This article belongs to the Section Water Use and Irrigation)
Show Figures

Figure 1

Back to TopTop