summaryrefslogtreecommitdiff
path: root/electronics/cw1/writeup.tex
diff options
context:
space:
mode:
authorthing 1 <thing1@seacrossedlovers.xyz>2024-11-14 08:11:18 +0000
committerthing 1 <thing1@seacrossedlovers.xyz>2024-11-14 08:11:18 +0000
commit2e1ccff01cf89539b621ac786898229307847f4b (patch)
tree88f91a94a58e6452288ed3145de51cb73c9f249b /electronics/cw1/writeup.tex
parentbca6aeb86a3ca5d33cf1f33a81fcce2220d97a5a (diff)
made too many changes to note
Diffstat (limited to 'electronics/cw1/writeup.tex')
-rw-r--r--electronics/cw1/writeup.tex68
1 files changed, 68 insertions, 0 deletions
diff --git a/electronics/cw1/writeup.tex b/electronics/cw1/writeup.tex
new file mode 100644
index 0000000..f92c0dd
--- /dev/null
+++ b/electronics/cw1/writeup.tex
@@ -0,0 +1,68 @@
+\documentclass[a4paper,12pt]{article}
+
+\usepackage{geometry}
+\usepackage{titling}
+\usepackage{titlesec}
+\usepackage[english]{babel}
+\usepackage[hidelinks]{hyperref}
+\usepackage{listings}
+\usepackage{xcolor}
+\usepackage{graphicx}
+\usepackage{forest}
+\usepackage{tikz-qtree}
+\usepackage{setspace}
+
+
+\titleformat{\section}
+{\Huge}
+{}
+{0em}
+{}[\titlerule]
+\geometry{a4paper,total={170mm,257mm},left=25mm,right=25mm,}
+
+\author{Lucas Standen}
+\title{Creating a simple temprature sensing circuit}
+
+
+
+\begin{document}
+\maketitle
+
+\newpage
+
+\tableofcontents
+\newpage
+
+\setlength{\parskip}{1em}
+
+{\setlength{\parindent}{0cm}
+
+\section{System Planning}
+\subsection{Problem analysis}
+My circuit will sense temperature, and will be taking into consideration pet owners, worried about
+their homes over-heating for their pets, this will be especially helpful for owners of sensitive pets
+such as fish. People who own these pets often leave them at home alone, which can be deadly on summer
+days, my device plans to alert the owner, and can be attached to other systems such as a cooling system.
+
+My system, will flash an LED and pulse a buzzer to make it clear that it is too hot, have an indicator
+to tell the user that something has gone wrong, and have a pin to free to attach to an external system.
+It will have a adjustment dial to change the threshold, so the user can specify what temperature is too
+hot.
+
+\subsection{Who is it for?}
+\subsection{Design specification}
+
+\section{System Design}
+\subsection{Showing how it will function}
+\subsection{The code}
+
+\section{System Realisation}
+\subsection{Ciruit realisation}
+\subsection{Calibrating the sensors}
+\subsection{Results}
+
+\section{System Evaluation}
+\subsection{Did it work?}
+\subsection{What could go better?}
+}
+\end{document}