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.

361 lines
9.0 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
  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=8cm]{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 \textbf{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/sch1.png}
  167. \end{figure}
  168. \end{frame}
  169. \begin{frame}
  170. \frametitle{Basic Tools}
  171. \begin{itemize}
  172. \item
  173. \begin{columns}
  174. \begin{column}{0.2\textwidth}
  175. \begin{figure}[h!]
  176. \includegraphics[width=0.5cm]{picture/add.png}
  177. \end{figure}
  178. \end{column}
  179. \begin{column}{0.8\textwidth} %%<--- here
  180. \textbf{Add} component form the component list.
  181. \end{column}
  182. \end{columns}
  183. \item
  184. \begin{columns}
  185. \begin{column}{0.2\textwidth}
  186. \begin{figure}[h!]
  187. \includegraphics[width=0.5cm]{picture/rotate.png}
  188. \end{figure}
  189. \end{column}
  190. \begin{column}{0.8\textwidth} %%<--- here
  191. \textbf{Rotate} the component in the work space.
  192. \end{column}
  193. \end{columns}
  194. \item
  195. \begin{columns}
  196. \begin{column}{0.2\textwidth}
  197. \begin{figure}[h!]
  198. \includegraphics[width=0.5cm]{picture/wire.png}
  199. \end{figure}
  200. \end{column}
  201. \begin{column}{0.8\textwidth} %%<--- here
  202. \textbf{Wire} to create a line between the component.
  203. \end{column}
  204. \end{columns}
  205. \item
  206. \begin{columns}
  207. \begin{column}{0.2\textwidth}
  208. \begin{figure}[h!]
  209. \includegraphics[width=0.5cm]{picture/move.png}
  210. \end{figure}
  211. \end{column}
  212. \begin{column}{0.8\textwidth} %%<--- here
  213. \textbf{Move} the component or net.
  214. \end{column}
  215. \end{columns}
  216. \item
  217. \begin{columns}
  218. \begin{column}{0.2\textwidth}
  219. \begin{figure}[h!]
  220. \includegraphics[width=0.5cm]{picture/mirror.png}
  221. \end{figure}
  222. \end{column}
  223. \begin{column}{0.8\textwidth} %%<--- here
  224. \textbf{Mirror} or reflect the component.
  225. \end{column}
  226. \end{columns}
  227. \item
  228. \begin{columns}
  229. \begin{column}{0.2\textwidth}
  230. \begin{figure}[h!]
  231. \includegraphics[width=0.5cm]{picture/name.png}
  232. \end{figure}
  233. \end{column}
  234. \begin{column}{0.8\textwidth} %%<--- here
  235. \textbf{Name} a component or net.
  236. \end{column}
  237. \end{columns}
  238. \item
  239. \begin{columns}
  240. \begin{column}{0.2\textwidth}
  241. \begin{figure}[h!]
  242. \includegraphics[width=0.5cm]{picture/value.png}
  243. \end{figure}
  244. \end{column}
  245. \begin{column}{0.8\textwidth} %%<--- here
  246. To assign a \textbf{Value} of the component.
  247. \end{column}
  248. \end{columns}
  249. \item
  250. \begin{columns}
  251. \begin{column}{0.2\textwidth}
  252. \begin{figure}[h!]
  253. \includegraphics[width=0.5cm]{picture/delete.png}
  254. \end{figure}
  255. \end{column}
  256. \begin{column}{0.8\textwidth} %%<--- here
  257. \textbf{Delete} a component or net from the work space.
  258. \end{column}
  259. \end{columns}
  260. \item
  261. \begin{columns}
  262. \begin{column}{0.2\textwidth}
  263. \begin{figure}[h!]
  264. \includegraphics[width=0.5cm]{picture/show.png}
  265. \end{figure}
  266. \end{column}
  267. \begin{column}{0.8\textwidth} %%<--- here
  268. \textbf{Show} a component or net from the design.
  269. \end{column}
  270. \end{columns}
  271. \end{itemize}
  272. \end{frame}
  273. \section{Layout editor}
  274. \begin{frame}
  275. \frametitle{Create new \textbf{Layout project}}
  276. \begin{figure}[h!]
  277. \centering
  278. \includegraphics[width=7.5cm]{picture/p12.png}
  279. \end{figure}
  280. \end{frame}
  281. \subsection{Work space}
  282. \begin{frame}
  283. \begin{figure}[h!]
  284. \centering
  285. \includegraphics[width=11cm]{picture/brd.png}
  286. \end{figure}
  287. \end{frame}
  288. %
  289. %\subsection{Tools}
  290. %\begin{frame}
  291. %contenidos...
  292. %\end{frame}
  293. \subsection{Time to work}
  294. \begin{frame}{Your project}
  295. \begin{figure}
  296. \includegraphics[width=3.5in]{picture/bistable}
  297. \end{figure}
  298. \end{frame}
  299. \begin{frame}{Packages}
  300. For this project use the next packages:
  301. \begin{itemize}
  302. \item $R_x$ - 1206
  303. \item $C_x$ - 1206
  304. \item $L_x$ - 1206
  305. \item $Q_x$ - SOT23
  306. \item $B_1$ - 20mm
  307. \end{itemize}
  308. \end{frame}
  309. \begin{frame}
  310. \begin{figure}
  311. \includegraphics[width=3.3in]{picture/bistablePcb}
  312. \end{figure}
  313. \end{frame}
  314. %\section{Library}
  315. %\subsection{Work space}
  316. %\begin{frame}
  317. %contenidos...
  318. %\end{frame}
  319. %\subsection{Tools}
  320. %\begin{frame}
  321. %contenidos...
  322. %\end{frame}
  323. \bibliographystyle{ieeetr}
  324. \bibliography{Bibliography}
  325. \end{document}