1 / 23

Low-Power Wireless Sensor Networks

Low-Power Wireless Sensor Networks. 양유 진. INTRODUCTION NODE ARCHITECTURE CONSIDERATIONS a. Computation and Dynamic Voltage Scaling b. Radio Communication Hardware ENERGY EFFICIENT NETWORKS a. Signal Processing in the Network b. System Partitioning c. Energy Efficient Link Layer

adonia
Download Presentation

Low-Power Wireless Sensor Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Low-Power Wireless Sensor Networks 양유진

  2. INTRODUCTION • NODE ARCHITECTURE CONSIDERATIONSa. Computation and Dynamic Voltage Scalingb. Radio Communication Hardware • ENERGY EFFICIENT NETWORKSa. Signal Processing in the Networkb. System Partitioningc. Energy Efficient Link Layer • POWER AWARE SOFTWAREa. Energy Efficient Node Operating Systemsb. Energy Scalable Node Softwarec. Applications Programming Interface(API) • CONCLUSION

  3. 1.Introduction • A long node lifetime under diverse operating conditions demands power-aware system design. • Computation and communication are partitioned and balanced for minimum energy consumption. Software that understands the energy-quality tradeoff collaborates with hardware that scales its own energy consumption accordingly. • Using the MIT μAMPS project as an example, this paper surveys techniques for system-level power-awareness.

  4. 2.Node Architecture Considerations • < Variables > • energy consumption at each architectural block • leakage currents in the integrated circuits • output quality and latency requirements of the end user to the Duty cycles of radio transmission.

  5. 2.a. Computation and Dynamic Voltage Scaling • Energy consumption in a static CMOS-based processor can be classified into switching and leakage components. C_tot : total capacitance switched by the computation V_dd : supply voltage V_th : device threshold voltage V_T : thermal voltage

  6. 2.a. Computation and Dynamic Voltage Scaling • Sufficiently low duty cycles or high supply voltages, leakage energy can exceed switching energy • we can reduceVddand the processor clock frequencytogether to trade off latency for energy savings.

  7. 2.a. Computation and Dynamic Voltage Scaling • Reduction in clock frequency allows the processor to run at lower voltage. • The quadratic dependence of switching energy on supply voltage is evident, and for a fixed voltage, the leakage energy per operation increases as the operations occur over a longer clock period.

  8. 2.a. Computation and Dynamic Voltage Scaling • sacrifice filter quality, the processor can run at a lower clock speed and thus operate at a lower voltage In each example, our DVS-basedimplementation of energy-quality tradeoffs consumes up to 60% less energy than a fixed-voltage processor

  9. 2.B. Radio Communication Hardware • : Power consumption of the transceiver • : transmit/receive on-time • : start-up time of the transceiver • : output transmit power : duty cycle of the receiver The average energy consumption for a sensor radio (Figure 5) when sending a burst packet

  10. 2.B. Radio Communication Hardware

  11. 2.B. Radio Communication Hardware As the start-up time increases, the radio energy becomes dominated by the start-up transient rather than the active transmit time.

  12. 3. Energy Efficient Networks a. Signal Processing in the Network Sensor collaboration is important for two reasons • Data collected from multiple sensors can offer valuable inferences about the environment • sensor collaboration can provide tradeoffs in communication versus computation energy

  13. 3.a. Signal Processing in the Network The energy-efficient network protocol LEACH (Low Energy Adaptive Clustering Hierarchy) utilizes clusteringtechniques that greatly reduce the energy dissipated by a sensor system

  14. 3.b. System Partitioning • FFT : The FFT results are phase shifted and summed in a frequency-domain beamformerto calculate signal energies in 12 uniform directions • LOB : estimated as the direction with the most signal energy ( Figure8.b ) Since the 7 FFTs are done in parallel, we can reduce the supply voltage and frequency without sacrificing latency.

  15. 3.c. Energy Efficient Link Layer • Error control can be provided by various algorithms and techniques, such as convolutional coding, BCH coding, and turbo coding.

  16. 4. Power Aware Software • Energy Efficient Node Operating Systems - If the overheads in transitioning to sleep states were negligible, then a simple greedy algorithm could makes the system go into the deepest sleep state as soon as it is idle - But in reality, transitioning to a sleep state and waking up has a latency and energy overhead. - implementing the right policy for transitioning to the available sleep states is critical.

  17. 4.a. Energy Efficient Node Operation Systems • By our definition of node sleep states

  18. 4.a. Energy Efficient Node Operation Systems • implementing a hierarchical node shutdown policy based on thresholds and statistical event prediction

  19. 4.b. Energy Scalable Node Software • Transforming software such that most significant computations are accomplished first improves the energy-quality scalability can be improved. (EX : FIR firtering operation) • If the energy availability to the node were reduced, we may want to terminate the algorithm early to reduce computational energy • In an unscalablesoftware implementation, this would result in severe quality degradation. • Figure 11 demonstrates the improved energy-quality characteristics of an energy-scalable implementation of the FIR filtering operation

  20. 4.b. Energy Scalable Node Software

  21. 4.c. Applications Programing Interface(API) • An application programming interface is an abstraction that hidesthe underlying complexity of the system from the end user. • By defining high level objects, a functional interface and the associated semantics, APIs make the task of application development significantly easier. • An API consists of a functional interface, object abstractions, and detailed behavioral semantics.

  22. 4.c. Applications Programing Interface(API) The functional interface itself is divided into the following • Functions that gather the state (of the nodes, part of a network, a link between two nodes etc.) • Functions that set the state (of the nodes, of a cluster or the behavior of a protocol) • Functions that allow data exchange between nodes and the basestation • Functions that capture the desired operating point from the user at the basestation • Functions that help visualize the current network state • Functions that allow users to incorporate their own models • (for energy, delay etc.)

  23. 5. CONCLUSION Distributed sensor networks designed with built-in powerawarenessand scalable energy consumption will achieve maximal system lifetime in the most challenging and diverse environments.

More Related