summaryrefslogtreecommitdiffstats
path: root/presentation/slides.tex
diff options
context:
space:
mode:
Diffstat (limited to 'presentation/slides.tex')
-rw-r--r--presentation/slides.tex57
1 files changed, 57 insertions, 0 deletions
diff --git a/presentation/slides.tex b/presentation/slides.tex
new file mode 100644
index 0000000..feffd21
--- /dev/null
+++ b/presentation/slides.tex
@@ -0,0 +1,57 @@
+\documentclass[a5paper, landscape]{article}
+\usepackage[landscape]{geometry}
+\usepackage[fontsize=19pt]{fontsize}
+\usepackage{graphicx}
+\usepackage{parskip}
+\usepackage{amssymb}
+
+\title{Smart Campus Humidifier}
+\author{Sam Anthony 40271987}
+\date{}
+\pagenumbering{gobble}
+
+\begin{document}
+\maketitle
+
+\newpage
+
+\subsection*{Problem}
+
+Optimal humidity: 35--50\%.
+
+Air gets dry when indoor heating is used.
+
+During winter: $<30\%$.
+
+Respiratory infections, irritated skin and eyes.
+
+\subsection*{Solution}
+
+Humidifier.
+
+User-programmable, energy-efficient, closed-loop control.
+
+
+\newpage
+\section*{Schematic}
+\begin{center}
+ \includegraphics[width=\textwidth, height=\textheight, keepaspectratio]{diagram.png}
+\end{center}
+
+\newpage
+\section*{Assessment}
+
+\checkmark\quad Regulates humidity dynamically \quad \emph{closed-loop PID.}
+
+\checkmark\quad User programmable \quad \emph{up/down buttons.}
+
+\checkmark\quad Easy to use \quad \emph{OLED display \& web dashboard.}
+
+\checkmark\quad Easy to install \quad \emph{in existing HVAC ducts.}
+
+\checkmark\quad Energy efficient \quad \emph{fog injection (no heating element).}
+
+\checkmark\quad Reliable \quad \emph{WiFi reconnection, concurrent server.}
+
+
+\end{document}