More work on thesis report

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2023-01-11 22:41:11 +01:00
parent 1168270444
commit bb50116cbe
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
13 changed files with 179 additions and 131 deletions

View file

@ -1,5 +1,8 @@
\chapter{Materials \& Methods}
* Laptop with Web-Browser capable of Web Workers
* Smartphone with Magnetometer
To develop, test and benchmark MagSend the following devices and software are needed:
// CPU of Laptop and Magnetometer of Smartphone
A laptop, which acts as the sender. This laptop needs to be able to run a modern web browser which supports the Web Workers API (see \autoref{section:webworkers}). The operating system is irrelevant as MagSend is web based.
An Android smartphone, which acts as the receiver. This phone should run at least Android version 10 to be able to run the MagSend client application. Furthermore it is required that the phone has a magnetometer. Most modern smartphones should have a hall effect sensor for that purpose (see \autoref{section:hallEffectSensor}).
For developing, the official IDE for Android development, Android Studio \cite{androidStudio} was used. While this is not strictly required to run MagSend, it should be the most convenient way to do so.