More work on thesis report
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1168270444
commit
bb50116cbe
13 changed files with 179 additions and 131 deletions
|
@ -51,6 +51,8 @@ The following describes the steps needed to send a message using our protocol:
|
|||
\item{Transmit the manchester encoded bitstream of the packet}
|
||||
\end{enumerate}
|
||||
|
||||
// TODO: Detailed description of sending process with pseudocode
|
||||
|
||||
\subsection{Receiving}
|
||||
The following describes the steps needed to receive a message using our protocol:
|
||||
|
||||
|
@ -64,18 +66,14 @@ The following describes the steps needed to receive a message using our protocol
|
|||
\item{Convert the payload ASCII bitstream to text}
|
||||
\end{enumerate}
|
||||
|
||||
// TODO: Detailed description of decoding process
|
||||
|
||||
1. Get samples from sensor
|
||||
Show graphic
|
||||
2. Determine if sample is a high or low signal
|
||||
// TODO: Detailed description of decoding process with pseudocode
|
||||
|
||||
|
||||
\newpage
|
||||
\section{Website}
|
||||
The website provides the user with an interface to transmit text over our protocol.
|
||||
|
||||
When the user opens the website he is greeted by a simple interface. It contains an input field for entering text and two buttons. The first button will send the entered text, and the second one will start the calibration process.
|
||||
When the user opens the website they are greeted by a simple interface. It contains an input field for entering text and two buttons. The first button will send the entered text, and the second one will start the calibration process.
|
||||
|
||||
\begin{figure}[H]
|
||||
\fbox{\includegraphics[width=1\textwidth]{mockups/website/home_v1.png}}
|
||||
|
|
Reference in a new issue