A Cross-Layer Approach to Analyzing Energy Consumption and Lifetime of a Wireless Sensor Node
Abstract
:1. Introduction
- We propose a CL methodology to develop a comprehensive energy model that captures system dynamics based on the application architecture.
- The energy model is applied to specific case studies, defining multiple layers and focusing on the functional interactions between node components and transmission.
- We evaluated the model, which provides a low error margin lifetime estimate.
2. Related Work
Scheme | Approach | Layers Contributed in Cross-Layer Approach | Result | Energy Model | Model Parameters | Evaluation Approach |
---|---|---|---|---|---|---|
Raj et al. 2023 [19] | The CLD approach for routing optimization in WSN | Physical, link, and network layers | Optimization algorithms to select cluster heads with lower energy consumption | RF radio | Distance, payload, power amplifier energy, and transceiver circuit energy | Algorithm (simulation tool not reported) |
Cherappa et al. 2023 [20] | The CLD approach for routing optimization | Physical, link, and network layers | Optimization algorithms to select the shortest path with lower energy consumption | RF radio | Payload, power amplifier energy, and transceiver circuit energy | Algorithm (simulation tool not reported) |
Bakni et al. 2021 [17] | Energy efficient CLD approach for WSN | Physical, Link, and network layer | Cross-layer interaction. The ability to provide energy consumption at different levels of abstraction | Micro-controller, RF radio, sensing unit | Average power consumption | Simulation (OMNET++, NS-2) |
Chandravathi et al. 2021 [16] | The CLD approach for cluster head selection | Transport, network, MAC and physical layers | Cluster Head selection scheme with dynamically adjusted sleep scheduling mechanism considering connectivity and residual energy | RF Radio | Distance, payload, power amplifier energy, transceiver circuit energy and data aggregation energy | Simulation (software tool not reported) |
Lipare et al. 2020 [3] | Multi-layer network model to balance the overall load on the network | Physical and network layers | Routing and clustering multi-layer structure | RF radio | Distance, payload, power amplifier energy, and transceiver circuit energy | Algorithm implementation in MATLAB |
Hasan et al. 2018 [15] | The CLD approach for QoS | Application, network, link, and physical layers | The Markov chain evaluates the energy consumption for multi-hop network communication by defining a critical path-loss while taking into account the randomness of the hop distance between connected nodes | RF radio | Power transition states (transmit, receive, idle, and sleep), power amplifier, transmission rate, and distance | Simulation (MATLAB) |
Naeemet et al. 2017 [21] | Dynamic clustering scheme for heterogeneous WSN with a multi-layer realization to enhance lifetime maximization | Physical and network layer | Cluster Head selection scheme, intra- and inter-layers | RF radio | Distance, payload, power amplifier energy, transceiver circuit energy and data aggregation energy | Algorithm (simulation tool not reported) |
Singh et al. 2017 [22] | Energy efficient CLD approach based on adaptive threshold sensitive distributed routing protocol | Transport layer, MAC layer, physical layer | ATEER is tested and simulated by previously established routing protocols. It has increased the lifetime of the network in contrast with the old techniques | RF radio | Distance, payload, power amplifier energy, transceiver circuit energy, and data aggregation energy | Simulation (software tool not reported) |
Ojeda et al. 2023 [14] | Survey | Node, network and system | Taxonomy | MCU, RF radio, sensor unit, battery, communication medium, and MAC protocol | Average power consumption, distance, payload, power amplifier energy, transceiver circuit energy, modulation, medium channel, MAC times, and data aggregation energy | – |
3. Cross-Layer Framework
3.1. Layered vs. Cross-Layer Frameworks
- 1.
- Parameter: a configurable value representing a specific property of the level to which it belongs.
- 2.
- Data: refers to the information transmitted within each architecture level.
- 3.
- Level: an abstract design concept grouping a set of parameters that describe the same part of a modeled system.
- 4.
- Interaction: a relationship between two parameters that influence each other. Two definitions are given: intra-level interactions occur when the parameters belong to the same level, while cross-level interactions occur when the parameters belong to different levels.
3.2. Proposed Cross-Layer Modeling Methodology
- 1.
- The node level focuses on the functional aspects related to the interaction between node components.
- 2.
- The network level focuses on the functional aspects related to transmission, routing protocols, topology control, and data collected from various IoT devices and senders over the Internet.
- 3.
- The system level focuses on the highly abstracted functional aspects of the application, for instance, a client–server scheme.
Algorithm 1 CL framework methodology | |
Select Levels | |
| |
Select Blocks | |
| |
Model Output Evaluation | |
| |
| |
| ▹ adjust or add parameters |
| |
| ▹ add new block |
| |
| ▹ add new level |
| |
| |
| |
|
3.2.1. Select Levels
3.2.2. Select Blocks
3.2.3. Model Output Evaluation
3.2.4. Resulting Model Overview
4. Case Study 1: CL Modeling of Node’s Lifetime under Flooding Process Conditions
4.1. CL Methodology for Modeling Node Lifetime under Flooding Process Conditions
4.1.1. Select Levels
4.1.2. Select Blocks
- MCU Block
- RF Transceiver Block
- Memory Block
- Sensor Block
- Battery Block
4.2. Simulation Setup for Model Evaluation
Parameter | Detail | Value | Parameter | Detail | Value |
---|---|---|---|---|---|
f | frequency operation | 32 MHz | Supply voltage | 3.7 V | |
leakage current | 50 nA | Load capacitance | 13 nF | ||
Active current operation | 13 mA | Thermal voltage | 0.2 V | ||
Number of bits MCU | 32 bits | Sleep current operation | 0.6 mA | ||
Transmission current operation | 24 mA | Receiver current operation | 20 mA |
Algorithm 2 Pseudo-code MCU block | |
| |
| ▹ solve the equation |
| |
| |
|
4.3. Experimental Results
5. Case Study 2: CL Modeling of Node’s Lifetime in a Peer-to-Peer Communication Process
5.1. CL Methodology for Modeling Node Lifetime in a Peer-to-Peer Communication Process
5.1.1. Select Levels
5.1.2. Select Blocks
- Channel Block
- Topology Control Block
- (i)
- A set of nodes is randomly distributed in the Euclidean plane, represented as (). The Euclidean distance between two nodes is denoted by .
- (ii)
- All sensors have the same transmission range (R), so a link occurs only if .
- (iii)
- The power cost of the link is proportional to , where the value of is the path loss exponent with a range between 2 for indoor and 4 for outdoor.
- (iv)
- The radio coverage model quantifies whether the link between nodes can cover a node if and only if or .
- Routing Protocol Block
- MAC Protocol Block
- Duty Cycle Block
- Internet Communication Protocol Block
Parameter | Detail | Parameter | Detail | Parameter | Detail |
---|---|---|---|---|---|
f | MCU frequency operation | Reverse saturation current | MCU constant | ||
b | Modulation order | PA drain efficiency | Power dissipation receiver electronics | ||
Power transition time | ADC power consumption | DAC power consumption | |||
LNA power consumption | Probability of a symbol error | Size of the data packet | |||
Sleep current operation | Transition time (sleep to idle or idle to sleep) | Receiver power | |||
Transmission power | Active mode time | Power dissipation transmitter electronics | |||
Sleep time | number of bits to be transmitted | Noise Figure | |||
Signal-to-noise ratio | Bandwidth | Number of hops of the path | |||
Distance between nodes | Link Quality Indicator | Number of nodes in the network | |||
Position of each node in the network | Path loss exponent | Periodic messages type | |||
Number of nodes alife | Neighbor counts | Received Signal Strength Indicator | |||
Number of nodes in active state | Residual energy in the network | Duty cycle | |||
Time required to listen to the channel | Network lifetime | MCU varible | |||
Number of bits MCU | Number of clock cycles per task | Dynamic power-dissipation capacitance | |||
Current flash writing one-byte data | Current flash reading one-byte data | Time duration flash writing | |||
Time duration flash reading | Sensor block conversion time | Resolution bit | |||
Battery capacity | Operating voltage | Operating current | |||
Residual battery power | MCU energy consumption | Memory energy consumption | |||
RF transceiver energy consumption | Sensing block energy consumption | Total energy consumption of the node block | |||
Current Low Power Mode | - | - | - | - |
5.2. Experimental Results
6. Discussion, Analysis and Future Work
6.1. Case Study 1: Nodel Level
6.2. Case Study 2: Node-Network Levels
6.3. Methodology Summary Results
7. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Li, Y.; Bakkaloglu, B.; Chakrabarti, C. A System Level Energy Model and Energy-QualityEvaluation for Integrated Transceiver Front-Ends. IEEE Trans. Large Scale Integr. (VLSI) Syst. 2007, 15, 90–103. [Google Scholar] [CrossRef]
- Carvajal Acosta, J.P.; Urbina Mojica, R.A.; Baron Mosquera, L.C.D.; Paez-Rueda, C.; Fajardo, A. Design and Implementation of a Cost-Effective Object Tracking System Based on LoRa, Firebase, and Mapbox. IEEE Lat. Am. Trans. 2022, 20, 1075–1084. [Google Scholar] [CrossRef]
- Lipare, A.; Edla, D.R.; Dharavath, R. Energy efficient routing structure to avoid energy hole problem in multi-layer network model. Wirel. Pers. Commun. 2020, 112, 2575–2596. [Google Scholar] [CrossRef]
- Anastasi, G.; Conti, M.; Di Francesco, M.; Passarella, A. Energy conservation in wireless sensor networks: A survey. Ad Hoc Netw. 2009, 7, 537–568. [Google Scholar] [CrossRef]
- Li, M.; Yang, B. A Survey on Topology issues in Wireless Sensor Network. In Proceedings of the ICWN, Las Vegas, NV, USA, 26–29 June 2006; p. 503. [Google Scholar]
- Zervopoulos, A.; Tsipis, A.; Alvanou, A.G.; Bezas, K.; Papamichail, A.; Vergis, S.; Stylidou, A.; Tsoumanis, G.; Komianos, V.; Koufoudakis, G.; et al. Wireless Sensor Network Synchronization for Precision Agriculture Applications. Agriculture 2020, 10, 89. [Google Scholar] [CrossRef]
- Kenyeres, M.; Kenyeres, J. Distributed Mechanism for Detecting Average Consensus with Maximum-Degree Weights in Bipartite Regular Graphs. Mathematics 2021, 9, 3020. [Google Scholar] [CrossRef]
- Alkhatib, A.A.A.; Baicher, G.S. Wireless sensor network architecture. In Proceedings of the 2012 International Conference on Computer Networks and Communication Systems (CNCS 2012), Kuala Lumpur, Malaysia, 7– 8 April 2012. [Google Scholar]
- Roy, N.R.; Chandra, P. Energy dissipation model for wireless sensor networks: A survey. Int. J. Inf. Technol. 2020, 12, 1343–1353. [Google Scholar] [CrossRef]
- Cui, S.; Goldsmith, A.J.; Bahai, A. Moduvolumen Optimization under Energy Constraints. In Proceedings of the IEEE International Conference on Communications, ICC ’03, Anchorage, AK, USA, 11–15 May 2003. [Google Scholar] [CrossRef]
- Foukalas, F.; Gazis, V.; Alonistioti, N. Cross-layer design proposals for wireless mobile networks: A survey and taxonomy. IEEE Commun. Surv. Tutor. 2008, 10, 70–85. [Google Scholar] [CrossRef]
- Parween, S.; Hussain, S.Z.; Hussain, M.A.; Pradesh, A. A survey on issues and possible solutions of cross-layer design in Internet of Things. Int. J. Comput. Netw. Appl. 2021, 8, 311. [Google Scholar] [CrossRef]
- Ranjan, R.; Varma, S. Challenges and implementation on cross-layer design for wireless sensor networks. Wirel. Pers. Commun. 2016, 86, 1037–1060. [Google Scholar] [CrossRef]
- Ojeda, F.; Mendez, D.; Fajardo, A.; Ellinger, F. On Wireless Sensor Network Models: A Cross-Layer Systematic Review. J. Sens. Actuator Netw. 2023, 12, 50. [Google Scholar] [CrossRef]
- Hasan, M.Z.; Al-Turjman, F.; Al-Rizzo, H. Analysis of Cross-Layer Design of Quality-of-Service Forward Geographic Wireless Sensor Network Routing Strategies in Green Internet of Things. IEEE Access 2018, 6, 20371–20389. [Google Scholar] [CrossRef]
- Chandravathi, C.; Mahadevan, K. Web Based Cross Layer Optimization Technique for Energy Efficient WSN. Wirel. Pers. Commun. 2021, 117, 2781–2792. [Google Scholar] [CrossRef]
- Bakni, M.; Terrasson, G.; Curea, O.; Llaria, A.; Dos Santos, J. An Approach for Modelling Wireless Sensor Networks: Focusing on the Design Concept and Energy Awareness. Int. J. Adv. Netw. Serv. 2020, 13, 33–44. [Google Scholar]
- Singh, A.P.; Luhach, A.K.; Gao, X.Z.; Kumar, S.; Roy, D.S. Evolution of wireless sensor network design from technology centric to user centric: An architectural perspective. Int. J. Distrib. Sens. Netw. 2020, 16, 1550147720949138. [Google Scholar] [CrossRef]
- Raj, V.P.; Duraipandian, M. An energy-efficient cross-layer-based opportunistic routing protocol and partially informed sparse autoencoder for data transfer in wireless sensor network. J. Eng. Res. 2024, 12, 122–132. [Google Scholar] [CrossRef]
- Cherappa, V.; Thangarajan, T.; Meenakshi Sundaram, S.S.; Hajjej, F.; Munusamy, A.K.; Shanmugam, R. Energy-efficient clustering and routing using ASFO and a cross-layer-based expedient routing protocol for wireless sensor networks. Sensors 2023, 23, 2788. [Google Scholar] [CrossRef] [PubMed]
- Naeem, M.K.; Patwary, M.; Abdel-Maguid, M. On Lifetime Maximisation of Heterogeneous Wireless Sensor Networks with Multi-Layer Realisation. In Proceedings of the 2017 IEEE Wireless Communications and Networking Conference (WCNC), San Francisco, CA, USA, 19-22 March 2017; pp. 1–6. [Google Scholar]
- Singh, R.; Verma, A.K. Energy efficient cross layer based adaptive threshold routing protocol for WSN. AEU-Int. J. Electron. Commun. 2017, 72, 166–173. [Google Scholar] [CrossRef]
- Parween, S.; Hussain, S.Z. A Review on Cross-Layer Design Approach in WSN by Different Techniques. Adv. Sci. Technol. Eng. Syst. J. 2020, 5, 741–754. [Google Scholar] [CrossRef]
- Sah, D.K.; Amgoth, T. Parametric survey on cross-layer designs for wireless sensor networks. Comput. Sci. Rev. 2018, 27, 112–134. [Google Scholar] [CrossRef]
- Yuan, D.; Kanhere, S.S.; Hollick, M. Instrumenting Wireless Sensor Networks—A survey on the metrics that matter. Pervasive Mob. Comput. 2017, 37, 45–62. [Google Scholar] [CrossRef]
- Mohammed Abo-Zahhad, M.F.; Ali, A. Modeling and Minimization of Energy Consumption in Wireless Sensor Networks. In Proceedings of the 2015 IEEE International Conference on Electronics, Circuits, and Systems (ICECS), Cairo, Egypt, 6–9 December 2015. [Google Scholar] [CrossRef]
- Mahmood, F.; Liu, L. Energy-Efficient Wireless Communications: From Energy Modeling to Performance Evaluation. IEEE Trans. Veh. Technol. 2019, 68, 7643–7654. [Google Scholar] [CrossRef]
- Amutha, J.; Sharma, S.; Nagar, J. WSN strategies based on sensors, deployment, sensing models, coverage and energy efficiency: Review, approaches and open issues. Wirel. Pers. Commun. 2020, 111, 1089–1115. [Google Scholar] [CrossRef]
- Mohamed, R.E.; Saleh, A.I.; Abdelrazzak, M.; Samra, A.S. Survey on wireless sensor network applications and energy efficient routing protocols. Wirel. Pers. Commun. 2018, 101, 1019–1055. [Google Scholar] [CrossRef]
- Alobaidy, H.A.H.; Jit Singh, M.; Behjati, M.; Nordin, R.; Abdullah, N.F. Wireless Transmissions, Propagation and Channel Modelling for IoT Technologies: Applications and Challenges. IEEE Access 2012, 10, 24095–24131. [Google Scholar] [CrossRef]
- Ketshabetswe, L.K.; Zungeru, A.M.; Mangwala, M.; Chuma, J.M.; Sigweni, B. Communication protocols for wireless sensor networks: A survey and comparison. Heliyon 2019, 5, e01591. [Google Scholar] [CrossRef] [PubMed]
- Kelagadi, H.M.; Kumar, P. Distributed topology control techniques for wireless sensor networks: An overview. Int. J. Adv. Res. Comput. Sci. Softw. Eng. 2017, 7, 425–436. [Google Scholar] [CrossRef]
- Lobiyal, D.K. Energy Consumption Reduction in S-MAC Protocol for Wireless Sensor Network. Procedia Comput. Sci. 2018, 143, 757–764. [Google Scholar] [CrossRef]
- Del-Valle-Soto, C.; Mex-Perera, C.; Nolazco-Flores, J.A.; Velázquez, R.; Rossa-Sierra, A. Wireless sensor network energy model and its use in the optimization of routing protocols. Energies 2020, 13, 728. [Google Scholar] [CrossRef]
- BenSaleh, M.S.; Saida, R.; Kacem, Y.H.; Abid, M. Wireless sensor network design methodologies: A survey. J. Sens. 2020, 2020, 9592836. [Google Scholar] [CrossRef]
- Yue, Y.G.; He, P. A comprehensive survey on the reliability of mobile wireless sensor networks: Taxonomy, challenges, and future directions. Inf. Fusion 2018, 44, 188–204. [Google Scholar] [CrossRef]
- Naidu, G.A.; Kumar, J.; Garudachedu, V.; Ramesh, P.R. 6LoWPAN border router implementation for IoT devices on RaspberryPi. In Proceedings of the 3rd International Conference on Internet of Things and Connected Technologies (ICIoTCT), Jaipur, India, 26–27 March 2018; pp. 26–27. [Google Scholar]
- Mazloomi, N.; Gholipour, M.; Zaretalab, A. Efficient configuration for multi-objective QoS optimization in wireless sensor network. Ad Hoc Netw. 2022, 125, 102730. [Google Scholar] [CrossRef]
- Da Xu, L.; He, W.; Li, S. Internet of things in industries: A survey. IEEE Trans. Ind. Inform. 2014, 10, 2233–2243. [Google Scholar] [CrossRef]
- Toldinas, J.; Lozinskis, B.; Baranauskas, E.; Dobrovolskis, A. MQTT quality of service versus energy consumption. In Proceedings of the 2019 23rd International Conference Electronics, Palanga, Lithuania, 17–19 June 2019; pp. 1–4. [Google Scholar]
- Velinov, A.; Mileva, A.; Stojanov, D. Power consumption analysis of the new covert channels in coap. Int. J. Adv. Secur. 2019, 12, 42–52. [Google Scholar]
- Cheng, L.; Niu, J.; Gu, Y.; Luo, C.; He, T. Achieving Efficient Reliable Flooding in Low-Duty-Cycle Wireless Sensor Networks. IEEE/ACM Trans. Netw. 2016, 24, 3676–3689. [Google Scholar] [CrossRef]
- Texas Instruments. CC2538 Powerful Wireless Microcontroller System-on-Chip for 2.4-GHz IEEE 802.15.4, 6LoWPAN, and ZigBee® Applications. 2015. Available online: https://www.ti.com/lit/ds/symlink/cc1200.pdf (accessed on 1 March 2024).
- Daneels, G.; Municio, E.; Van de Velde, B.; Ergeerts, G.; Weyn, M.; Latré, S.; Famaey, J. Accurate energy consumption modeling of ieee 802.15. 4e tsch using dual-bandopenmote hardware. Sensors 2018, 18, 437. [Google Scholar] [CrossRef]
- Razzaque, M.A.; Dobson, S. Energy-efficient sensing in wireless sensor networks using compressed sensing. Sensors 2014, 14, 2822–2859. [Google Scholar] [CrossRef]
- Dibal, P.Y.; Onwuka, E.N.; Zubair, S.; Nwankwo, E.I.; Okoh, S.; Salihu, B.A.; Mustaphab, H. Processor power and energy consumption estimation techniques in IoT applications: A review. Internet Things 2023, 21, 100655. [Google Scholar] [CrossRef]
- Chéour, R.; Khriji, S.; Götz, M.; Abid, M.; Kanoun, O. Accurate dynamic voltage and frequency scaling measurement for low-power microcontrollers in wireless sensor networks. Microelectron. J. 2020, 105, 104874. [Google Scholar] [CrossRef]
- Lacroix, M.A.; Rocher, R.; Scalart, P. Realistic power amplifier model for energy optimization in wireless networks. In Proceedings of the 2021 17th International Symposium on Wireless Communication Systems (ISWCS), Berlin, Germany, 6–9 September 2021. [Google Scholar] [CrossRef]
- Mahmood, A.; Hossain, M.A.; Cavdar, C.; Gidlund, M. Energy-Reliability Aware Link Optimization for Battery-Powered IoT Devices With Nonideal Power Amplifiers. IEEE Internet Things J. 2019, 6, 5058–5067. [Google Scholar] [CrossRef]
- Halgamuge, M.N.; Zukerman, M.; Ramamohanarao, K.; Vu, H.L. An estimation of sensor energy consumption. Prog. Electromagn. Res. B 2009, 12, 259–295. [Google Scholar] [CrossRef]
- Dunkels, A.; Osterlind, F.; Tsiftes, N.; He, Z. Software-based on-line energy estimation for sensor nodes. In Proceedings of the 4th Workshop on Embedded Networked Sensors, Cork, Ireland, 25–26 June 2007; pp. 28–32. [Google Scholar]
- Hendrawan, I.N.R.; Arsa, I.G.N.W. Zolertia Z1 energy usage simulation with Cooja simulator. In Proceedings of the 2017 1st International Conference on Informatics and Computational Sciences (ICICoS), Semarang, Indonesia, 15–16 November 2017; pp. 147–152. [Google Scholar]
- Jain, S. Power Consumption Measurements and Optimization forCC2538 End Device with Z-Stack; SWRA456; Texas Instrument, 2014; Available online: https://www.ti.com/lit/an/swra456/swra456.pdf (accessed on 1 June 2024).
- Zolertia 2009–2016. Zolertia RE-Mote Revision B Internet of Things Hardware Development Platform, for 2.4-GHz and 863–950 MHz IEEE 802.15.4, 6LoWPAN and ZigBee® Applications, 2nd ed.; Zolertia: Barcelona, Spain, 2016. [Google Scholar]
- Zhai, J.-Q.; Zhang, H.-S.; Li, Y.; Zhang, Y.-W. Energy Efficient RF Front-Ends Architecture Design for Wireless Sensor Networks. In Proceedings of the 2010 Second International Conference on Networks Security, Wireless Communications and Trusted Computing, Wuhan, China, 24–25 April 2010; Volume 1, pp. 236–239. [Google Scholar] [CrossRef]
- Kurt, S.; Tavli, B. Pathloss modeling for wireless sensor networks. IEEE Antennas Propag. Mag. 2017, 59, 18–37. [Google Scholar] [CrossRef]
- Zhang, L.; Zhu, Q. Interference and Energy-Aware Topology Control. In Proceedings of the 2011 International Conference on Consumer Electronics, Communications and Networks (CECNet), Xianning, China, 16–18 April 2011; pp. 1357–1359. [Google Scholar]
- Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H. Energy-efficient communication protocol for wireless microsensor networks. In Proceedings of the 33rd Annual Hawaii International Conference on System Sciences, Maui, Hawaii, 4–7 January 2000; p. 10. [Google Scholar]
- Wang, N.; Hong, Z. An energy-efficient topology control algorithm for earth building monitoring using heterogeneous wireless sensor networks. IEEE Access 2019, 7, 76120–76130. [Google Scholar] [CrossRef]
- Pantazis, N.A.; Nikolidakis, S.A.; Vergados, D.D. Energy-efficient routing protocols in wireless sensor networks: A survey. IEEE Commun. Surv. Tutor. 2012, 15, 551–591. [Google Scholar] [CrossRef]
- Dunkels, A. The Contikimac Radio Duty Cycling Protocol. 2011. Available online: https://dunkels.com/adam/dunkels11contikimac.pdf (accessed on 1 April 2024).
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Ojeda, F.; Mendez, D.; Fajardo, A.; Becker, M.G.; Ellinger, F. A Cross-Layer Approach to Analyzing Energy Consumption and Lifetime of a Wireless Sensor Node. J. Sens. Actuator Netw. 2024, 13, 56. https://doi.org/10.3390/jsan13050056
Ojeda F, Mendez D, Fajardo A, Becker MG, Ellinger F. A Cross-Layer Approach to Analyzing Energy Consumption and Lifetime of a Wireless Sensor Node. Journal of Sensor and Actuator Networks. 2024; 13(5):56. https://doi.org/10.3390/jsan13050056
Chicago/Turabian StyleOjeda, Fernando, Diego Mendez, Arturo Fajardo, Maximilian Gottfried Becker, and Frank Ellinger. 2024. "A Cross-Layer Approach to Analyzing Energy Consumption and Lifetime of a Wireless Sensor Node" Journal of Sensor and Actuator Networks 13, no. 5: 56. https://doi.org/10.3390/jsan13050056
APA StyleOjeda, F., Mendez, D., Fajardo, A., Becker, M. G., & Ellinger, F. (2024). A Cross-Layer Approach to Analyzing Energy Consumption and Lifetime of a Wireless Sensor Node. Journal of Sensor and Actuator Networks, 13(5), 56. https://doi.org/10.3390/jsan13050056