This repository was created to plan and teach the pre-summer course "Rapid Prototyping Tools for PCB Design".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

256 lines
6.4 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. %-------------------------------------------------------------------
  2. %Código para realizar presentaciones
  3. %-------------------------------------------------------------------
  4. \documentclass{beamer} %se elige el tipo de documento
  5. %\usepackage{polyglossia}
  6. \usepackage[utf8]{inputenc} %libreria para el uso de acentos
  7. %\usepackage[spanish,es-tabla]{babel} %idioma espanol
  8. %\usepackage{subfigure} %paqueteria para creacion de subfiguras
  9. \usepackage{booktabs} %libreria para crear tablas
  10. \usepackage{cancel}
  11. \usepackage{multirow} %multiples filas
  12. \usepackage{graphicx}
  13. \setbeamertemplate{caption}[numbered] %comando para numeracion de figuras
  14. %\setdefaultlanguage{spanish}
  15. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
  16. \usepackage{tikz} %libreria para crear graficas a partir de .dat
  17. \usepackage{pgfplots}
  18. \pgfplotsset{width=4in,compat=1.10, every axis legend/.append style={ at={(1.2,0.0)}, anchor=south}}
  19. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  20. \definecolor{logo}{HTML}{B43104}
  21. \newcommand{\Resaltado}[1]{{\color{logo}\textbf{#1}}}
  22. \newcommand\COL{\color{logo}}
  23. \newcommand{\Cursiva}[1]{{\color{logo}\textit{{#1}}}}
  24. \renewcommand{\figurename}{Figura}
  25. \renewcommand{\tablename}{Tabla}
  26. \usetheme{Copenhagen}
  27. \usecolortheme{crane}
  28. \title[ITM 2018]{\textbf{E}asily \textbf{A}pplicable \textbf{G}raphical \textbf{L}ayout \textbf{E}ditor \\\bfseries EAGLE}
  29. \subtitle{Schematic, Spice Simulator and Layout Editor}
  30. \author[ITM]{Instituto Tecnológico de Morelia\\Maestría en Ciencias en Ingeniería Electrónica}
  31. %\renewcommand{\contentsname}{Índice}
  32. \begin{document}
  33. \begin{frame}
  34. \maketitle
  35. \end{frame}
  36. \begin{frame}
  37. %\frametitle{Index}
  38. \tableofcontents
  39. \end{frame}
  40. \section{Introduction}
  41. \subsection{What is EAGLE?}
  42. \begin{frame}
  43. \textbf{EAGLE} is a software to design schematics and \textbf{PCB}s (Printed Circuit Boards). Its popularity around the world became for the use in \textbf{DiY} (Do it Yourself) electronic projects; because have a Freeware license and a large number of component libraries around the network.
  44. \begin{itemize}
  45. \item The \textbf{Schematic Editor} allows to draw diagrams for electronic systems.
  46. \item The \textbf{Layout Editor}, which allows to design \textbf{PCBs}.
  47. \end{itemize}
  48. \end{frame}
  49. \begin{frame}
  50. \begin{figure}[h!]
  51. \centering
  52. \includegraphics[width=10cm]{picture/schTobrd.png}
  53. \caption{Interaction between Schematic and Layout editor.}
  54. \end{figure}
  55. \end{frame}
  56. \subsection{System Requirements}
  57. \begin{frame}
  58. \frametitle {System Requirements for Autodesk EAGLE}
  59. \begin{table}[htbp]
  60. \begin{center}
  61. \scalebox{0.9}{
  62. \begin{tabular}{ll}
  63. Operative & Requirements\\
  64. System&\\\toprule
  65. Windows& Microsoft® Windows® 7 or newer is required.\\
  66. & EAGLE 64-bit requires a 64-bit operating system.\\\hline
  67. Linux& Linux® based on kernel 2.6 for Intel computers,\\
  68. & X11 with a minimum color depth of 8 bpp, the\\
  69. & following runtime libraries: libssl.so.1.0.0,\\
  70. & libcrypto.so.1.0.0, and CUPS for printing.\\\hline
  71. Mac&Apple® Mac OS® X version 10.10 or above for\\
  72. & Intel computers.\\\hline
  73. All operating&A minimum graphics resolution of 1024x768 pixels \\
  74. Systems&and preferably a \textcolor{red}{3-button wheel mouse}.\
  75. \end{tabular}}
  76. \end{center}
  77. \end{table}
  78. \end{frame}
  79. \subsection{License}
  80. \begin{frame}
  81. \frametitle{License}
  82. \begin{figure}[h!]
  83. \centering
  84. \includegraphics[width=8cm]{picture/p1.png}
  85. \caption{https://www.autodesk.com/education/free-software/eagle}
  86. \end{figure}
  87. \end{frame}
  88. \begin{frame}
  89. \begin{figure}[h!]
  90. \centering
  91. \includegraphics[width=6.5cm]{picture/p2.png}
  92. \caption{https://www.autodesk.com/education/free-software/eagle}
  93. \end{figure}
  94. \end{frame}
  95. \begin{frame}
  96. \begin{figure}[h!]
  97. \centering
  98. \includegraphics[width=6cm]{picture/p3.png}
  99. \caption{https://www.autodesk.com/education/free-software/eagle}
  100. \end{figure}
  101. \end{frame}
  102. \begin{frame}
  103. \begin{figure}[h!]
  104. \centering
  105. \includegraphics[width=5.5cm]{picture/p4.png}
  106. \caption{https://www.autodesk.com/education/free-software/eagle}
  107. \end{figure}
  108. \end{frame}
  109. \begin{frame}
  110. \begin{figure}[h!]
  111. \centering
  112. \includegraphics[width=7cm]{picture/p5.png}
  113. \caption{https://www.autodesk.com/education/free-software/eagle}
  114. \end{figure}
  115. \end{frame}
  116. \begin{frame}
  117. \begin{figure}[h!]
  118. \centering
  119. \includegraphics[width=5.5cm]{picture/p6.png}
  120. \caption{https://www.autodesk.com/education/free-software/eagle}
  121. \end{figure}
  122. \end{frame}
  123. \begin{frame}
  124. \frametitle{Panel Control}
  125. \begin{figure}[h!]
  126. \centering
  127. \includegraphics[width=6.5cm]{picture/p7.png}
  128. \end{figure}
  129. \end{frame}
  130. \begin{frame}
  131. \begin{figure}[h!]
  132. \centering
  133. \includegraphics[width=7.5cm]{picture/p8.png}
  134. \end{figure}
  135. \end{frame}
  136. \begin{frame}
  137. \begin{columns}
  138. \begin{column}{0.6\textwidth}
  139. \begin{figure}[h!]
  140. \centering
  141. \includegraphics[width=6.3cm]{picture/p9.png}
  142. \caption{Close project}
  143. \end{figure}
  144. \end{column}
  145. \begin{column}{0.6\textwidth} %%<--- here
  146. \begin{figure}[h!]
  147. \centering
  148. \includegraphics[width=6.3cm]{picture/p10.png}
  149. \caption{Open project}
  150. \end{figure}
  151. \end{column}
  152. \end{columns}
  153. \end{frame}
  154. \section{Schematic editor}
  155. \begin{frame}
  156. \frametitle{Create new Schematic project}
  157. \begin{figure}[h!]
  158. \centering
  159. \includegraphics[width=7.5cm]{picture/p11.png}
  160. \end{figure}
  161. \end{frame}
  162. \subsection{Work space}
  163. \begin{frame}
  164. \begin{figure}[h!]
  165. \centering
  166. \includegraphics[width=11cm]{picture/sch.png}
  167. \end{figure}
  168. \end{frame}
  169. \section{Layout editor}
  170. \begin{frame}
  171. \frametitle{Create new Layout project}
  172. \begin{figure}[h!]
  173. \centering
  174. \includegraphics[width=7.5cm]{picture/p12.png}
  175. \end{figure}
  176. \end{frame}
  177. \subsection{Work space}
  178. \begin{frame}
  179. \begin{figure}[h!]
  180. \centering
  181. \includegraphics[width=11cm]{picture/brd.png}
  182. \end{figure}
  183. \end{frame}
  184. %
  185. %\subsection{Tools}
  186. %\begin{frame}
  187. %contenidos...
  188. %\end{frame}
  189. \subsection{Time to work}
  190. \begin{frame}{Your project}
  191. \begin{figure}
  192. \includegraphics[width=3.5in]{picture/bistable}
  193. \end{figure}
  194. \end{frame}
  195. \begin{frame}{Packages}
  196. For this project use the next packages:
  197. \begin{itemize}
  198. \item $R_x$ - 1206
  199. \item $C_x$ - 1206
  200. \item $L_x$ - 1206
  201. \item $Q_x$ - SOT23
  202. \item $B_1$ - 20mm
  203. \end{itemize}
  204. \end{frame}
  205. \begin{frame}
  206. \begin{figure}
  207. \includegraphics[width=3.3in]{picture/bistablePcb}
  208. \end{figure}
  209. \end{frame}
  210. %\section{Library}
  211. %\subsection{Work space}
  212. %\begin{frame}
  213. %contenidos...
  214. %\end{frame}
  215. %\subsection{Tools}
  216. %\begin{frame}
  217. %contenidos...
  218. %\end{frame}
  219. \bibliographystyle{ieeetr}
  220. \bibliography{Bibliography}
  221. \end{document}