From dcc1a759eab259f4e0b946182637566cd584c694 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 15 Jun 2014 16:56:46 +0200 Subject: Ajout introduction et schémas découpage --- report/cover.tex | 10 ++-- report/document.tex | 4 +- report/project.tex | 71 +++++++++++++++++++++++- report/resources/alarm-subsubsystems.png | Bin 0 -> 80262 bytes report/resources/fan-subsubsystems.png | Bin 0 -> 67907 bytes report/resources/project-de2-io.png | Bin 0 -> 290547 bytes report/resources/project-topdown-subsystems.png | Bin 0 -> 91193 bytes 7 files changed, 75 insertions(+), 10 deletions(-) create mode 100644 report/resources/alarm-subsubsystems.png create mode 100644 report/resources/fan-subsubsystems.png create mode 100644 report/resources/project-de2-io.png create mode 100644 report/resources/project-topdown-subsystems.png diff --git a/report/cover.tex b/report/cover.tex index 78b9672..567aefe 100644 --- a/report/cover.tex +++ b/report/cover.tex @@ -18,7 +18,7 @@ EIG1002 - Centrale domotique } - \vspace{2.75cm} + \vspace{2cm} {\Large\textcolor{gray25}{ Pacien TRAN-GIRARD @@ -28,17 +28,17 @@ Guillaume JOLIN }} - \vspace{2cm} + \vspace{1cm} - {\Large\textcolor{gray25}{ + {\large\textcolor{gray25}{ Enseignants : }} - {\Large\textcolor{gray25}{ + {\large\textcolor{gray25}{ Corinne BERLAND }} - {\Large\textcolor{gray25}{ + {\large\textcolor{gray25}{ Anne EXERTIER }} diff --git a/report/document.tex b/report/document.tex index 2eeee77..9ff46a8 100644 --- a/report/document.tex +++ b/report/document.tex @@ -27,8 +27,8 @@ \input{cover} -\clearpage -%\cleardoublepage +%\clearpage +\cleardoublepage \tableofcontents* diff --git a/report/project.tex b/report/project.tex index b625a41..f98e892 100644 --- a/report/project.tex +++ b/report/project.tex @@ -1,5 +1,56 @@ -\chapter{Interface} +\chapter{Présentation du projet} + +\section{Objectif} + +L'objectif de l'unité est de concevoir une centrale domotique à partir d'un +FPGA, capable de commander un ventilateur et une alarme en fonction de l'état de +différents capteurs et des entrées de l'utilisateur. + +\begin{figure}[h] + \centering + \includegraphics[width=0.8\textwidth]{resources/project-de2-io} + \caption{Capteurs/actionneurs autour de la carte Altera DE2} +\end{figure} + +\section{Matériel} + +Des contraintes matérielles ont été imposées dans le cadre de ce projet, qui se +réalisera autour des composants suivants : + +\begin{itemize} + \item Carte Altera DE2 équipée d'un FPGA Altera Cyclone II avec une horloge à + 50MHz et des interfaces utilisateurs (boutons, afficheurs, \ldots) + \item Microphone ELECTRET + \item Capteur de température LM35 + \item Haut-parleur (8 Ohm) + \item Ventilateur (12V/1W) +\end{itemize} + +\section{Méthodologie} + +\subsection{Conception \og{}top-down\fg{}} + +La conception suivra le schéma \og{}top-down\fg{} : le système sera décomposé +en plusieurs sous-systèmes basiques. + +Ainsi, la centrale domotique comprendra deux sous-systèmes : une partie alarme +et une partie ventilation. + +\begin{figure}[h] + \centering + \includegraphics[width=0.85\textwidth]{resources/project-topdown-subsystems} + \caption{Découpage du système en sous-systèmes} +\end{figure} + +\subsection{Validation \og{}bottom-up\fg{}} + +Dans le cadre de la validation \og{}bottom-up\fg{}, chaque sous-système unitaire +sera testé individuellement, avant d'être intégré au système complet qui sera à +nouveau testé globalement. + + +\chapter{Interface de commande} \section{Contrôle} @@ -13,7 +64,13 @@ -\chapter{Alarme} +\chapter{Sous-système \og{}alarme\fg{}} + +\begin{figure}[h] + \centering + \includegraphics[width=0.9\textwidth]{resources/alarm-subsubsystems} + \caption{Découpage du sous-système \og{}alarme\fg{} en sous-sous-systèmes} +\end{figure} \section{Detection du niveau sonore} @@ -35,7 +92,15 @@ -\chapter{Ventilation} +\chapter{Sous-système \og{}ventilation\fg{}} + +\begin{figure}[h] + \centering + \includegraphics[width=0.9\textwidth]{resources/fan-subsubsystems} + \caption{Découpage du sous-système \og{}ventilation\fg{} en + sous-sous-systèmes} +\end{figure} + \section{Détection de la température} diff --git a/report/resources/alarm-subsubsystems.png b/report/resources/alarm-subsubsystems.png new file mode 100644 index 0000000..8740889 Binary files /dev/null and b/report/resources/alarm-subsubsystems.png differ diff --git a/report/resources/fan-subsubsystems.png b/report/resources/fan-subsubsystems.png new file mode 100644 index 0000000..b83aebf Binary files /dev/null and b/report/resources/fan-subsubsystems.png differ diff --git a/report/resources/project-de2-io.png b/report/resources/project-de2-io.png new file mode 100644 index 0000000..e9baf55 Binary files /dev/null and b/report/resources/project-de2-io.png differ diff --git a/report/resources/project-topdown-subsystems.png b/report/resources/project-topdown-subsystems.png new file mode 100644 index 0000000..ea8c25d Binary files /dev/null and b/report/resources/project-topdown-subsystems.png differ -- cgit v1.2.3