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 (46)

Search Parameters:
Keywords = Wi-Fi usage

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
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 1427
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

27 pages, 4676 KB  
Article
Online Traffic Obfuscation Experimental Framework for the Smart Home Privacy Protection
by Shuping Huang, Jianyu Cao, Ziyi Chen, Qi Zhong and Minghe Zhang
Electronics 2025, 14(16), 3294; https://doi.org/10.3390/electronics14163294 - 19 Aug 2025
Viewed by 857
Abstract
Attackers can use Ethernet or WiFi sniffers to capture smart home device traffic and identify device events based on packet length and timing characteristics, thereby inferring users’ home behaviors. To address this issue, traffic obfuscation techniques have been extensively studied, with common methods [...] Read more.
Attackers can use Ethernet or WiFi sniffers to capture smart home device traffic and identify device events based on packet length and timing characteristics, thereby inferring users’ home behaviors. To address this issue, traffic obfuscation techniques have been extensively studied, with common methods including packet padding, packet segmentation, and fake traffic injection. However, existing research predominantly utilizes non-real-time traffic to verify whether traffic obfuscation techniques can effectively reduce the recognition rate of traffic analysis attacks on smart home devices. It often overlooks the potential impact of obfuscation operations on device connectivity and functional integrity in real network environments. To address this limitation, an online experimental framework for three fundamental traffic obfuscation techniques is proposed: packet padding, packet segmentation, and fake traffic injection. Experimental results demonstrate that the proposed framework maintains the continuous connectivity and functional integrity of smart home devices with a low system overhead, achieving an average CPU usage rate of less than 0.4% and an average memory occupancy rate of less than 2%. Evaluation results based on the random forest classification method show that the device event recognition accuracy for injected fake traffic exceeds 89%. In this context, a higher recognition accuracy indicates that attackers are more effectively deceived by the injected fake traffic. Conversely, the recognition accuracy for packet padding and packet segmentation methods is nearly zero, and a lower recognition accuracy in these cases implies a more effective implementation of those obfuscation techniques. Further evaluation results based on the deep learning classification method reveal that the packet segmentation approach significantly reduces device recognition accuracy for certain devices to below 5%, while simultaneously increasing the false recognition rate for other devices to over 95%. In contrast, fake traffic injection achieves a device recognition accuracy exceeding 90%. Moreover, the obfuscation effect of the packet padding method is found to be suboptimal, a finding consistent with existing literature suggesting that no single obfuscation technique can effectively withstand all types of traffic analysis attacks. Full article
(This article belongs to the Section Networks)
Show Figures

Figure 1

18 pages, 5524 KB  
Article
A Low-Power Portable Gas Sensor System with Adaptive ROIC and Wi-Fi Communication for Biomedical Applications
by Jun-Nyeong Kim, Soon-Kyu Kwon, Byung-Choul Park and Hyeon-June Kim
Chemosensors 2025, 13(8), 303; https://doi.org/10.3390/chemosensors13080303 - 12 Aug 2025
Viewed by 887
Abstract
This study presents a portable gas sensor system that achieves high performance while minimizing power consumption and production costs for biomedical applications. The proposed system integrates a low-power readout integrated circuit (ROIC) capable of processing large-amplitude sensor signals using a 1.2 V ADC, [...] Read more.
This study presents a portable gas sensor system that achieves high performance while minimizing power consumption and production costs for biomedical applications. The proposed system integrates a low-power readout integrated circuit (ROIC) capable of processing large-amplitude sensor signals using a 1.2 V ADC, significantly reducing the power consumption compared with conventional high-voltage solutions. To address the inherent limitations of single-core/single-thread microcontrollers, an optimized Wi-Fi communication algorithm is implemented, enabling real-time data transmission and accurate signal reconstruction without data loss. Experimental validation using a hydrogen gas detection setup demonstrated that the system achieves less than 0.15% error in reconstructed signals, while substantially reducing overall power consumption and component cost. Comparative analysis confirms that the proposed approach achieves a performance comparable to conventional systems while offering significant reductions in energy usage and hardware expense. These results demonstrate the feasibility of a scalable, low-cost solution for portable gas sensing, particularly in biomedical applications requiring precise and reliable 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 1929
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

21 pages, 12516 KB  
Article
The Impact of Differences in Renovation Models of Abandoned Boiler Rooms on Community Vitality—A Case Study of Shenyang, China
by Lei Chen, Yahang Cheng, Zixi Zhou and Yibo Wen
Buildings 2025, 15(11), 1807; https://doi.org/10.3390/buildings15111807 - 24 May 2025
Cited by 1 | Viewed by 836
Abstract
In aging residential neighborhoods, insufficient public spaces and a weakened sense of belonging have led to declining community vitality. Addressing the widespread idleness of boiler room facilities in cold-region contexts, this study integrates GPS tracking, Wi-Fi probe detection, questionnaire surveys, and field observations [...] Read more.
In aging residential neighborhoods, insufficient public spaces and a weakened sense of belonging have led to declining community vitality. Addressing the widespread idleness of boiler room facilities in cold-region contexts, this study integrates GPS tracking, Wi-Fi probe detection, questionnaire surveys, and field observations to develop a three-dimensional “space–time–behavior” evaluation model comprising five core indicators: activity type, spatial range, duration, frequency, and volatility. Unlike prior studies that rely on single data sources or unidimensional metrics, our multi-source approach enhances spatiotemporal resolution, improves the accuracy of subjective perceptions, and enables cross-validation between objective behavioral trajectories and residents’ self-reports, thereby significantly strengthening the comprehensiveness and reliability of community vitality measurement. The results show that the community service center conversion model maximizes spatial efficiency through functional integration, achieving a vitality score of 3.64—substantially higher than those for recreational renovations (3.16) and non-renovated sites (2.67). This model increases space utilization by 2.2-fold, sustains 12 h daily vitality, reduces residents’ activity radii by 38%, and boosts intergenerational interaction frequency by 43%, effectively bridging age group divides. We identify a “functional hybridization–spatial permeability–usage sustainability” mechanism underlying renovation efficacy and recommend the community service center paradigm as a priority strategy. The quantitative decision support framework established here offers empirical guidance for renewing existing spaces in severe climatic environments. Full article
(This article belongs to the Section Architectural Design, Urban Science, and Real Estate)
Show Figures

Figure 1

20 pages, 8921 KB  
Article
A Survey of IEEE 802.11ax WLAN Temporal Duty Cycle for the Assessment of RF Electromagnetic Exposure
by Yizhen Yang, Günter Vermeeren, Leen Verloock, Mònica Guxens and Wout Joseph
Appl. Sci. 2025, 15(5), 2858; https://doi.org/10.3390/app15052858 - 6 Mar 2025
Viewed by 2527
Abstract
The increasing deployment of IEEE 802.11ax (Wi-Fi 6) networks necessitates an accurate assessment of radiofrequency electromagnetic field (RF-EMF) exposure under realistic usage scenarios. This study investigates the duty cycle (DC) and corresponding exposure levels of Wi-Fi 6 in controlled laboratory conditions, focusing on [...] Read more.
The increasing deployment of IEEE 802.11ax (Wi-Fi 6) networks necessitates an accurate assessment of radiofrequency electromagnetic field (RF-EMF) exposure under realistic usage scenarios. This study investigates the duty cycle (DC) and corresponding exposure levels of Wi-Fi 6 in controlled laboratory conditions, focusing on bandwidth variations, multi-user scenarios, and application types. DC measurements reveal significant variability across internet services, with FTP upload exhibiting the highest mean DC (94.3%) under 20 MHz bandwidth, while YouTube 4K video streaming showed bursts with a maximum DC of 89.2%. Under poor radio conditions, DC increased by up to 5× for certain applications, emphasizing the influence of degraded signal-to-noise ratio (SNR) on retransmissions and modulation. Weighted exposure results indicate a reduction in average electric-field strength by up to 10× when incorporating DC, with maximum weighted exposure at 4.2 V/m (6.9% of ICNIRP limits) during multi-user scenarios. These findings highlight the critical role of realistic DC assessments in refining exposure evaluations, ensuring regulatory compliance, and advancing the understanding of Wi-Fi 6’s EMF exposure implications. Full article
(This article belongs to the Special Issue Electromagnetic Radiation and Human Environment)
Show Figures

Figure 1

15 pages, 2554 KB  
Article
Smart Street Furniture: User and Non-User Perspectives of the ChillOUT Hub
by Nancy Marshall, Kate Bishop, Homa Rahmat, Susan Thompson and Christine Steinmetz-Weiss
Land 2024, 13(12), 2084; https://doi.org/10.3390/land13122084 - 3 Dec 2024
Viewed by 2591
Abstract
This article addresses gaps in knowledge about whether or not smart street furniture could enhance the relationship between people and place, and whether it improves the design, amenity and management of public open space. An Australian design team, comprising a local council, a [...] Read more.
This article addresses gaps in knowledge about whether or not smart street furniture could enhance the relationship between people and place, and whether it improves the design, amenity and management of public open space. An Australian design team, comprising a local council, a street furniture manufacturer, and academics, designed, built, piloted, and assessed a new piece of smart street furniture called a ‘ChillOUT Hub’. This Hub is an integrated street furniture system, designed for public open spaces. It is enabled with ‘smart’ technology features such as Wi-Fi, mobile device charging stations, plus infrastructure usage and environmental sensors. The Hub aims to support social health, improve microclimatic conditions, and provide equitable access to technology. Street survey processes were undertaken with both ‘users’ and ‘non-users’ of the Hubs. The findings help to identify what value digitally enhanced street furniture actually has in open space and how that value is perceived by the public. The Council and Hub users overwhelmingly appreciated the newly designed street furniture and its smart amenities. Non-users clarified why they did not use smart street furniture and discussed the option of having digital amenities in public spaces more generally. Full article
Show Figures

Figure 1

15 pages, 772 KB  
Article
Use of Mobile Phones and Radiofrequency-Emitting Devices in the COSMOS-France Cohort
by Isabelle Deltour, Florence Guida, Céline Ribet, Marie Zins, Marcel Goldberg and Joachim Schüz
Int. J. Environ. Res. Public Health 2024, 21(11), 1514; https://doi.org/10.3390/ijerph21111514 - 14 Nov 2024
Cited by 1 | Viewed by 2386
Abstract
COSMOS-France is the French part of the COSMOS project, an international prospective cohort study that investigates whether the use of mobile phones and other wireless technologies is associated with health effects and symptoms (cancers, cardiovascular diseases, neurologic pathologies, tinnitus, headaches, or sleep and [...] Read more.
COSMOS-France is the French part of the COSMOS project, an international prospective cohort study that investigates whether the use of mobile phones and other wireless technologies is associated with health effects and symptoms (cancers, cardiovascular diseases, neurologic pathologies, tinnitus, headaches, or sleep and mood disturbances). Here, we provide the first descriptive results of COSMOS-France, a cohort nested in the general population-based cohort of adults named Constances. Methods: A total of 39,284 Constances volunteers were invited to participate in the COSMOS-France study during the pilot (2017) and main recruitment phase (2019). Participants were asked to complete detailed questionnaires on their mobile phone use, health conditions, and personal characteristics. We examined the association between mobile phone use, including usage for calls and Voice over Internet Protocol (VoIP), cordless phone use, and Wi-Fi usage with age, sex, education, smoking status, body mass index (BMI), and handedness. Results: The participation rate was 48.4%, resulting in 18,502 questionnaires in the analyzed dataset. Mobile phone use was reported by 96.1% (N = 17,782). Users reported typically calling 5–29 min per week (37.1%, N = 6600), making one to four calls per day (52.9%, N = 9408), using one phone (83.9%, N = 14,921) and not sharing it (80.4% N = 14,295), mostly using the phone on the side of the head of their dominant hand (59.1%, N = 10,300), not using loudspeakers or hands-free kits, and not using VoIP (84.9% N = 15,088). Individuals’ age and sex modified this picture, sometimes markedly. Education and smoking status were associated with ever use and call duration, but neither BMI nor handedness was. Cordless phone use was reported by 66.0% of the population, and Wi-Fi use was reported by 88.4%. Conclusion: In this cross-sectional presentation of contemporary mobile phone usage in France, age and sex were important determinants of use patterns. Full article
(This article belongs to the Special Issue Epidemiology of Lifestyle-Related Diseases)
Show Figures

Figure 1

29 pages, 35884 KB  
Article
Advancing Sustainable Building Practices: Intelligent Methods for Enhancing Heating and Cooling Energy Efficiency
by Abdelali Agouzoul, Emmanuel Simeu and Mohamed Tabaa
Sustainability 2024, 16(7), 2879; https://doi.org/10.3390/su16072879 - 29 Mar 2024
Cited by 6 | Viewed by 1852
Abstract
Our work is dedicated to enhancing sustainability through improved energy efficiency in buildings, with a specific focus on heating and cooling control and the optimization of thermal comfort of occupants. With an energy consumption of more than 60% in buildings, HVAC systems are [...] Read more.
Our work is dedicated to enhancing sustainability through improved energy efficiency in buildings, with a specific focus on heating and cooling control and the optimization of thermal comfort of occupants. With an energy consumption of more than 60% in buildings, HVAC systems are the biggest energy users. By integrating advanced technology, data algorithms, and digital twins, our study aims to optimize energy performance effectively. We have developed a Neural Network-based Model Predictive Control (NNMPC) to achieve this goal. Leveraging technologies such as MQTT communication, Wi-Fi modules, and field-programmable gate arrays will enhance scalability and flexibility. Our findings demonstrate the efficacy of the NNMPC system deployed on the PYNQ board for reducing sensible thermal energy usage for both cooling and heating purposes. Compared to traditional On/Off control systems, the NNMPC achieved an impressive 40.8% reduction in heating energy consumption and a 37.8% decrease in cooling energy consumption in 2006. In comparison to the On/Off technique, the NNMPC demonstrated a 25.6% reduction in annual heating energy consumption and a 28.8% drop in annual cooling energy consumption in the simulated year of 2017. We observed that, across all strategies and platforms, there were no instances where the Predicted Mean Vote (PMV) fell below 0.5. However, a significant proportion of PMV values (ranging from 65% to 83%) were observed between 0.5 and 0.5, signifying a high level of occupant comfort. Additionally, for PMV values between 0.5 and 1.0, percentages ranged from 16% to 33% for both years. Importantly, the NNMPC exhibited notable efficiency in maintaining occupants’ comfort within this range, requiring less energy while ensuring highly satisfactory environments. Full article
(This article belongs to the Section Energy Sustainability)
Show Figures

Figure 1

10 pages, 3157 KB  
Proceeding Paper
Current Measurement and Fault Detection Based on the Non-Invasive Smart Internet of Things Technique
by Abhrodeep Chanda and Abhishek Gudipalli
Eng. Proc. 2023, 59(1), 174; https://doi.org/10.3390/engproc2023059174 - 17 Jan 2024
Viewed by 1500
Abstract
Graphing the consumption of daily essentials like electricity and water is crucial for minimising waste and estimating per-user usage in light of the modern-day data acquisition rally for a better understanding of customer consumption and patterns. Traditional methods of electrical measurement require the [...] Read more.
Graphing the consumption of daily essentials like electricity and water is crucial for minimising waste and estimating per-user usage in light of the modern-day data acquisition rally for a better understanding of customer consumption and patterns. Traditional methods of electrical measurement require the involvement of a trained professional, while more advanced alternatives can be prohibitively expensive or offer limited customisation options. We address the cost factor, flexibility, and complexity issues by using a non-intrusive clamp current transformer around power lines to measure current, estimate power, and upload it to the cloud with proper statistical data. For domestic and industrial applications, the filtered and referenced outputs are read by a low-cost CPU (ultra-low power) equipped with Wi-Fi, an analog-to-digital converter, and Bluetooth capabilities, which then determines the apparent power with an accuracy of 0.37 to 0.8%. Nonlinearity varies from 0.2% to 0.3% as a function of increasing current; nonetheless, offsets are imperceptible under typical operating conditions. Safety in the event of a sudden, large change in the current profile is one of several factors that determine the current measuring limit, together with the rating of the current transformer utilised and other related filtering, reference, calibration, and coding criteria. Our goal is to make the power consumption statistics accessible on the move at little cost by simplifying the circuit and coding of traditional metres. It is smart in that no hard coding is required to send credentials across routers, and fault signals are detected and relayed in accordance with an algorithm. User-specific servers save data for monitoring and conserving energy usage; users do not need to consult specialists or put their own security at risk. Data are acquired from the power line and sent to the cloud where statistical functions are performed to increase insight into consumption and failure. It has impressive range and accuracy in terms of power and current for residential and business applications. Full article
(This article belongs to the Proceedings of Eng. Proc., 2023, RAiSE-2023)
Show Figures

Figure 1

19 pages, 7378 KB  
Article
ecoSync: An Energy-Efficient Clock Discipline Data Synchronization in Wi-Fi IoMT Systems
by Steven Puckett and Emil Jovanov
Electronics 2023, 12(20), 4226; https://doi.org/10.3390/electronics12204226 - 12 Oct 2023
Cited by 6 | Viewed by 2555
Abstract
The growth of the Internet of Medical Things (IoMT) and healthcare data analytics allows wearable Wireless Body Area Networks (WBANs) and ambient sensors to collect the large quantities of physiological signals necessary for better patient diagnostics and treatments. Artificial intelligence and machine learning [...] Read more.
The growth of the Internet of Medical Things (IoMT) and healthcare data analytics allows wearable Wireless Body Area Networks (WBANs) and ambient sensors to collect the large quantities of physiological signals necessary for better patient diagnostics and treatments. Artificial intelligence and machine learning algorithms frequently require precisely synchronized signals from multiple sensors, which in turn require time-consuming and energy-inefficient synchronization methods with constant wireless network connectivity. We propose ecoSync, a highly energy-efficient time synchronization algorithm for Wi-Fi devices in IoMT applications. We demonstrated that ecoSync can correct the time difference error to ±42 µs with an hour between resynchronizations, using only 658 millijoules of energy. This is an 87% improvement in time difference error and a 99.93% reduction in energy usage over using TSF for synchronization alone over a 1 h period. Wireless synchronization of sensors allows placement of physiological sensors on objects of everyday use (Smart Stuff), which in turn allows seamless collection of physiological status data every time we interact with smart objects in an IoMT environment. Full article
Show Figures

Figure 1

37 pages, 2895 KB  
Editorial
Advances in Improving Energy Efficiency of Fiber–Wireless Access Networks: A Comprehensive Overview
by Josip Lorincz, Zvonimir Klarin and Dinko Begusic
Sensors 2023, 23(4), 2239; https://doi.org/10.3390/s23042239 - 16 Feb 2023
Cited by 31 | Viewed by 8407
Abstract
Due to the growing impact of the information and communications technology (ICT) sector on electricity usage and greenhouse gas emissions, telecommunication networks require new solutions which will enable the improvement of the energy efficiency of networks. Access networks, which are responsible for the [...] Read more.
Due to the growing impact of the information and communications technology (ICT) sector on electricity usage and greenhouse gas emissions, telecommunication networks require new solutions which will enable the improvement of the energy efficiency of networks. Access networks, which are responsible for the last mile of connectivity and also for one of the largest shares in network energy consumption, are viable candidates for the implementation of new protocols, models and methods which will contribute to the reduction of the energy consumption of such networks. Among the different types of access networks, hybrid fiber–wireless (FiWi) networks are a type of network that combines the capacity and reliability of optical networks with the flexibility and availability of wireless networks, and as such, FiWi networks have begun to be extensively used in modern access networks. However, due to the advent of high-bandwidth applications and Internet of Things networks, the increased energy consumption of FiWi networks has become one of the most concerning challenges required to be addressed. This paper provides a comprehensive overview of the progress in approaches for improving the energy efficiency (EE) of different types of FiWi networks, which include the radio-and-fiber (R&F) networks, the radio-over-fiber networks (RoF), the FiWi networks based on multi-access edge computing (MEC) and the software-defined network (SDN)-based FiWi networks. It also discusses future directions for improving the EE in the FiWi networks. Full article
(This article belongs to the Special Issue Energy-Efficient Communication Networks and Systems)
Show Figures

Figure 1

10 pages, 457 KB  
Article
Using Barometer for Floor Assignation within Statistical Indoor Localization
by Toni Fetzer, Frank Ebner, Frank Deinzer and Marcin Grzegorzek
Sensors 2023, 23(1), 80; https://doi.org/10.3390/s23010080 - 22 Dec 2022
Cited by 9 | Viewed by 3648
Abstract
This paper presents methods for floor assignation within an indoor localization system. We integrate the barometer of the phone as an additional sensor to detect floor changes. In contrast to state-of-the-art methods, our statistical model uses a discrete state variable as floor information, [...] Read more.
This paper presents methods for floor assignation within an indoor localization system. We integrate the barometer of the phone as an additional sensor to detect floor changes. In contrast to state-of-the-art methods, our statistical model uses a discrete state variable as floor information, instead of a continuous one. Due to the inconsistency of the barometric sensor data, our approach is based on relative pressure readings. All we need beforehand is the ceiling height including the ceiling’s thickness. Further, we discuss several variations of our method depending on the deployment scenario. Since a barometer alone is not able to detect the position of a pedestrian, we additionally incorporate Wi-Fi, iBeacons, Step and Turn Detection statistically in our experiments. This enables a realistic evaluation of our methods for floor assignation. The experimental results show that the usage of a barometer within 3D indoor localization systems can be highly recommended. In nearly all test cases, our approach improves the positioning accuracy while also keeping the update rates low. Full article
(This article belongs to the Special Issue Multisensors Indoor Localization)
Show Figures

Figure 1

14 pages, 2624 KB  
Article
ABC-ANN Based Indoor Position Estimation Using Preprocessed RSSI
by Muhammed Fahri Unlersen
Electronics 2022, 11(23), 4054; https://doi.org/10.3390/electronics11234054 - 6 Dec 2022
Cited by 7 | Viewed by 2390
Abstract
The widespread use of mobile devices has popularized the idea of indoor navigation. The Wi-Fi fingerprint method is emerging as an important alternative indoor positioning method for GPS usage difficulties. This study utilizes RSSI signals with three preprocessed states (raw, preprocessed with the [...] Read more.
The widespread use of mobile devices has popularized the idea of indoor navigation. The Wi-Fi fingerprint method is emerging as an important alternative indoor positioning method for GPS usage difficulties. This study utilizes RSSI signals with three preprocessed states (raw, preprocessed with the path loss adapted, and exponential transformed) to train and test an artificial neural network (ANN). A systematic approach to the determination of neuron numbers in the hidden layers and activation functions of ANN is provided. The ANN is trained by the artificial bee colony algorithm. Five ML methods have been employed for estimation. The best performance has been achieved with ABC-ANN by the path loss adapted database with the MAE of 1.01 m. The estimation done using processed RSSI values has better performance than raw RSSI values. In addition, 33% less error occurs with the mentioned method compared to the data set source study. Full article
(This article belongs to the Section Electrical and Autonomous Vehicles)
Show Figures

Figure 1

18 pages, 7639 KB  
Article
An Enhancement for IEEE 802.11 STA Power Saving and Access Point Memory Management Mechanism
by Vishal Bhargava and Nallanthighal Raghava
Electronics 2022, 11(23), 3914; https://doi.org/10.3390/electronics11233914 - 26 Nov 2022
Cited by 2 | Viewed by 4404
Abstract
Wi-Fi researchers are trying hard to extend battery life by optimizing 802.11 power save. The rising number of Wi-Fi devices and IoT devices and daily demands have reduced Station (STA) device power consumption. Better memory management at the Access Point (AP) side is [...] Read more.
Wi-Fi researchers are trying hard to extend battery life by optimizing 802.11 power save. The rising number of Wi-Fi devices and IoT devices and daily demands have reduced Station (STA) device power consumption. Better memory management at the Access Point (AP) side is also needed, so that AP can store maximum data to deliver sleepy STA devices. There are three main contributions of this study. The first one focuses on a power-saving mechanism scheme with an adaptive change to Listen Interval (LI) based on the battery status of station devices. The second contribution aims to examine better memory management for the AP buffer to store packets that will in the future deliver power-saving STA when awake. The third contribution, under the implementation of the proposed method, includes Wi-Fi corner cases covered as Beacon frames missed via STA, the keep-alive factor, and the upper-layer time taken to care for and ensure the delivery of unicast/multicast/broadcast data. The proposed approach introduced 802.11 protocols to share battery status, a protocol to announce proposed features via AP, and a protocol to change LI at runtime. Simulation results show that the proposed scheme performs better than 802.11 power saving in terms of power usage at the STA and access point memory management. Full article
(This article belongs to the Special Issue Feature Papers in "Networks" Section)
Show Figures

Figure 1

Back to TopTop