This commit is contained in:
acereca 2018-06-11 16:42:54 +02:00
parent 44d759b85b
commit 59d27b70ac
12 changed files with 107 additions and 25 deletions

View File

@ -10,6 +10,7 @@
| 14.6. | **Content** |
| 9.8. | last possibility for "first draft"|
| 30.8. | Deadline |
| 6.9. | Kolloquium |
## Content
- I2C
@ -34,7 +35,7 @@
- Calibration
- [x] characterize adcbehaviour
- [x] plot resulting fitted incline of $\Delta $V vs. num. of readcycles
- [x] plot resulting fitted incline of $`\Delta`$V vs. num. of readcycles
- [x] see if v_pin same as v_keith_pin
- on dV of **small enough** -> adc circuit working correctly -> calib
- [ ] reasoning for using a given `sampleTicks` value

View File

@ -0,0 +1 @@
/remote_media/m03/home/pi/m02_adccalib/adccalib_v18ana.csv
1 /remote_media/m03/home/pi/m02_adccalib/adccalib_v18ana.csv

View File

@ -0,0 +1 @@
/remote_media/m03/home/pi/m02_adccalib/adccalib_v18digi.csv
1 /remote_media/m03/home/pi/m02_adccalib/adccalib_v18digi.csv

View File

@ -1,3 +1,75 @@
%! TEX root = ../thesis.tex
\chapter{Experiments}
<contains the experimental observations defined in th theory>
\section{Characterization}
\subsection{Voltages}
\subsubsection{48V Input}
\begin{figure}
\centering
\hspace*{-.16\columnwidth}
\includegraphics[width=1.3\columnwidth]{./data/m04_cycledepends/cycledepends_20180529.pdf}
\caption{plotted difference from set input voltage, and fitted linearly, May 29th 2018, $\approx$32\si\degree C}
\end{figure}
\begin{figure}
\centering
\hspace*{-.16\columnwidth}
\includegraphics[width=1.3\columnwidth]{./data/m04_cycledepends/cycledepends_20180530.pdf}
\caption{plotted difference from set input voltage, and fitted linearly, May 30th 2018, $\approx$25\si\degree C}
\end{figure}
\subsubsection{9.6V Output}
\subsubsection{1.8V Output}
\begin{figure}[h]
\centering
\hspace*{-.16\columnwidth}
\includegraphics[width=1.3\columnwidth]{./data/m02_adccalib_48/adccalib_v18ana.pdf}
\caption{}
\label{1v8anabefore}
\end{figure}
\begin{figure}[h]
\centering
\hspace*{-.16\columnwidth}
\includegraphics[width=1.3\columnwidth]{./data/m02_adccalib_48/adccalib_v18digi.pdf}
\caption{}
\label{1v8digibefore}
\end{figure}
\subsection{Currents}
\subsubsection{48V Input}
\subsubsection{9.6V Output}
\subsubsection{1.8V Output}
\section{after Calibration}
\subsection{Voltages}
\subsubsection{48V Input}
\subsubsection{9.6V Output}
\subsubsection{1.8V Output}
\subsection{Currents}
\subsubsection{48V Input}
\subsubsection{9.6V Output}
\subsubsection{1.8V Output}
\section{1.8V Regulation}
\subsection{Characterization of Dropoff}
\subsection{after <METHOD>-Correction}

View File

@ -2,9 +2,9 @@
\chapter{Intro}
\section{Premise}
\section{What is this about?}
\section{Hardware Overview}
\section{What's the PowerIt Subsystem?}
The hardware used in this thesis is a PowerIt board, developed in the electronic visions group\footnote{
%TODO
@ -21,6 +21,13 @@ In which it is providing the Wafer with 1.8V and the FPGAs with 9.6V. Its maximu
<containing intro to system and board>
\section{Measurement Hardware}
%TODO: mv to theory <contains circuits to all measureing adcs, and description of the measureing process>
<contains circuits to all measureing adcs, and description of the measureing process>
\section{Goals}
<containing the Goals defined beforehand>
\subsection{Firmware}
\subsection{Calibration}
\subsection{Regulation}

View File

@ -1,3 +1,15 @@
%! TEX root = ../thesis.tex
\chapter{Results}
\section{Firmware}
\subsection{I2C mapped Register-Table}
\input{./tabs/registerbuffer}
\section{Calibration}
\subsection{Calibration-Table}
\subsection{How to calibrate a PowerIt Board}
\section{Regulation}

View File

@ -1,3 +0,0 @@
%! TEX root ../thesis.tex
\chapter{Goals}
<containing the Goals defined beforehand>

View File

@ -1,3 +1,8 @@
%! TEX root = ../thesis.tex
\chapter{Theory}
<containing the thoeretical evaluation of the Problem and excludes possible procedures used in the experimantal setup>
\section{Hardware Component Behavior}
\section{Calibration of ADCs}
\section{Regulation of the 1.8V Output}
%\section{Firmware Requirements}

View File

@ -4,7 +4,7 @@
\usepackage{titling}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage[hidelinks]{hyperref}
\usepackage{tcolorbox}
\usepackage{enumitem,amssymb}
\usepackage{graphicx}

View File

@ -19,23 +19,9 @@
\end{abstract}
\tableofcontents
\include{./tabs/registerbuffer}
\begin{figure}
\centering
\hspace*{-.16\columnwidth}
\includegraphics[width=1.3\columnwidth]{./data/m04_cycledepends/cycledepends_20180529.pdf}
\caption{plotted difference from set input voltage, and fitted linearly, May 29th 2018, $\approx$32\si\degree C}
\end{figure}
\begin{figure}
\centering
\hspace*{-.16\columnwidth}
\includegraphics[width=1.3\columnwidth]{./data/m04_cycledepends/cycledepends_20180530.pdf}
\caption{plotted difference from set input voltage, and fitted linearly, May 30th 2018, $\approx$25\si\degree C}
\end{figure}
\include{parts/intro}
\include{parts/tasks}
%\include{parts/theory}
\include{parts/theory}
\include{parts/experiments}
\include{parts/results}
%\include{parts/outlook}
\include{parts/outlook}
\end{document}