summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report/test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/Report/test.tex')
-rw-r--r--notFinishedCode/Report/test.tex15
1 files changed, 8 insertions, 7 deletions
diff --git a/notFinishedCode/Report/test.tex b/notFinishedCode/Report/test.tex
index 8b8c36b..d0e70d9 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -102,26 +102,27 @@ Prof. Dr. Gerhard Schneider\\ \vspace{1\baselineskip} Supervisors: \\ Konrad Mei
Before we had started working on our project, we had to analyze the overall network to come up with test cases that contain the highest information content. The next step in our procedure was to implement our ideas into a working piece of software.
Gradually we implemented a bit-by-bit of the final software. Every single step was accompanied by testing and validation procedures. At the end we connected all the ``black-boxes'' into one big piece of software. We have fulfilled our requests and goals and made a fully working and operable test software. Despite developing a working software, all the way along we thought about the simplicity of the usage of the software. In the following chapters we will describe in more detail our approach and how each subsystem works.
\newpage
-\section{Software requests} % chapter 2
+\section{Requests} % chapter 2
\newpage
\section{Database design}
\newpage
\section{Software design} % section 2.1
\subsection{Usage} % subsection 2.1.1
\newpage
-\section{Hardware Design}
-In our team project we had the option to choose all the hardware ourself beside the two BeagleBoards, which we were luckily supplied by Konrad and Dennis.
-Since one of the project goals was to save as much money as it was possible, we had tried to use some of the leftovers in our lab.
+\section{Hardware design}
+In our team project we had the option to choose all the required hardware ourself beside the two BeagleBoards, which we were luckily supplied by Konrad and Dennis.
+Since one of the project goals was to reduce the costs as much as it was possible, we had tried to use some of the leftovers in our lab.
\begin{figure}[ht!]
\centering
\includegraphics[width=130mm]{bb.jpg}
\caption[]{BeagleBoard, a linux-on-chip board where our controller software runs the GSM device }
\end{figure}
-\par Our first attempt was to control a Nokia cell phone 3310 over the supplied USB connection cables.
-Protocol used by Nokia 3310 was the F-Bus and it was not easy to work with.
+\par Our first attempt was to control a Nokia cell phone 3310 with the supplied USB connection cable.
+Protocols used by old versions of Nokia phones as the 3310 use the F-Bus protocol. It was not easy to work with.
After performing various experiments we found out that it was not possible to
-send commands for controlling the calls.
+send commands for controlling the calls. In the meantime we found two Siemens phones, one M45 and S55.
+The first one, Siemens M45, had a cable supplied with it and it was not difficult to control it with AT commands.
\newpage
\section{Communication protocol}