Introduction.tex 1.4 KB

1234567891011121314151617181920212223
  1. \section{Introduction}
  2. Batteryless systems.
  3. Intermittent system consists of hardware and software.
  4. \begin{figure}
  5. \centering
  6. \includegraphics[width=\linewidth]{figs/intermittent_computing.pdf}
  7. \caption{Traditional execution model of intermittent systems.}
  8. \label{fig:introduction}
  9. \end{figure}
  10. Intermittent systems require software support to maintain volatile system states across power failures.
  11. Software designers rely on an \emph{execution model}, which abstracts the operations in the hardware and describes how intermittent system works.
  12. Fig.~\ref{fig:introduction} shows this model.
  13. The voltage of energy storage increases while the system collects energy from environmental sources.
  14. When the capacitor voltage reaches a certain threshold voltage, the computing system is powered on and executes.
  15. When the capacitor voltage hits a power-off threshold later, the computing system is powered off and energy starts to be collected again.
  16. The goal of software designers is to implement techniques to sustain system states across power failures with minimal overhead under such execution model.
  17. The model is not precise enough for recent techniques that aim power failures with frequency of several tens of milliseconds or even in nanosecond scale.
  18. The major source of error is the decoupling capacitors in the system.
  19. To achieve millisecond-level execution time, the system should adopt a tiny capacitor, whose size is comparable to the decoupling capacitors.