mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:03:12 +02:00
27 lines
803 B
TeX
27 lines
803 B
TeX
|
|
\documentclass{article}
|
||
|
|
|
||
|
|
\title{EMISY Project 21 Portable Compass}
|
||
|
|
\author{Krzysztof Rudnicki, 307585}
|
||
|
|
\date{\today}
|
||
|
|
\begin{document}
|
||
|
|
\maketitle
|
||
|
|
\section{Analysis of the project}
|
||
|
|
\subsection{Discussion of project requirements}
|
||
|
|
We need to create a simple portable compass circuit \\
|
||
|
|
It should:
|
||
|
|
\begin{itemize}
|
||
|
|
\item Use energy-saving power modes of microcontroller
|
||
|
|
\item Be battery powered
|
||
|
|
\item Be portable (cellphone/wrist watch)
|
||
|
|
\item Communicate using graphical OLED display and two buttons keyboard
|
||
|
|
\end{itemize}
|
||
|
|
\subsection{Discussion of solution}
|
||
|
|
\section{Detailed circuit diagram}
|
||
|
|
\section{Diagram}
|
||
|
|
\subsection{Diagram itself}
|
||
|
|
\subsection{Diagram description}
|
||
|
|
\section{Draft of the microcontroller firmware}
|
||
|
|
\subsection{Block diagram}
|
||
|
|
\subsection{Description of the algorithm}
|
||
|
|
\end{document}
|