diff --git a/Pictures/FMEA.pdf b/Pictures/FMEA.pdf index a45e6d81d66e948f949055a86727d722aeb47c33..698f2a16ecfc62f4f3847df930f5e4b4833f5b87 100644 Binary files a/Pictures/FMEA.pdf and b/Pictures/FMEA.pdf differ diff --git a/implementation/flightcontroller_imp.tex b/implementation/flightcontroller_imp.tex index b862d3df0b0712262d7decb41ad2d93ba9f894af..1e788182341c81741381a7af187cc7669a837993 100644 --- a/implementation/flightcontroller_imp.tex +++ b/implementation/flightcontroller_imp.tex @@ -73,8 +73,6 @@ There are some things that was needed to be setup in Cleanflight to be able to f \item Last thing to do is to choose an PID controllers and assigning values for the P, I and D. \end{itemize} -All our configurations that was set in Cleanflight can be shown in the Appendix \ref{label}. -TODO: Add the configs from Cleanflight into an Appendix, will be done after Christmas. diff --git a/implementation/fmea.tex b/implementation/fmea.tex new file mode 100644 index 0000000000000000000000000000000000000000..e9600a609694be47206e17fb9f946bdc0619e8df --- /dev/null +++ b/implementation/fmea.tex @@ -0,0 +1,5 @@ +\subsection{FMEA} +An Failure modes and effects analysis (FMEA) was made at the beginning of this project and is found in the Appendix~\ref{appendix:fmea}. +The FMEA is ranked from 1 - 5, where a low score is to prefer. +As seen in the table problems with the MCU has the highest RPN score, this because it is the brain of the copter, and an faulty MCU renders in a copter crash. +An faulty MCU is also hard to detect, because the probability to recover the drone after a crash is minor. \ No newline at end of file diff --git a/main.tex b/main.tex index b1f27dc251510525bb58e2cde12f80f159e4a6e9..6ee00f65536d2dd3f7c2b425fa451145f52ae196 100644 --- a/main.tex +++ b/main.tex @@ -100,6 +100,7 @@ \newpage \section{Implementation} \input{./implementation/workflow.tex} + \input{./implementation/fmea.tex} \input{./implementation/imu.tex} \input{./implementation/usartComPro.tex} \input{./implementation/spi-uwb.tex} @@ -118,11 +119,11 @@ \newpage \appendix \section{Appendix} +\label{appendix:fmea} \begin{figure}[h!] \centering \makebox[\textwidth][c]{\includegraphics[width = 1.2\textwidth]{Pictures/FMEA.pdf}} \caption{FMEA} - \label{fig:my_label} \end{figure} \newpage