Attachment 'circuitikz_arduino.tex'
Download 1 % https://github.com/Projecthor/TPE_dossier/blob/master/circuit.tex
2 %
3 \begin{figure}
4 \begin{center}
5 \begin{circuitikz}
6 % Carte arduino
7 \draw (-5,-2) -- (-2,-2);
8 \draw (-5,-2) -- (-5,3);
9 \draw (-5,3) -- (-2,3);
10 \draw (-2,3) -- (-2,-2);
11 \draw (-3.5,0.5) node {\textbf{Arduino}};
12
13 \draw (5,1) node[transformer] (tr) {};
14 \draw (-2.2,0.2) -- (-1.8,0.2);
15 \node[draw,circle,fill,inner sep=1pt] at (-2.2,0.2) {};
16 \draw (-2.2,-0.2) -- (-1.8,-0.2);
17 \node[draw,circle,fill,inner sep=1pt] at (-2.2,-0.2) {};
18 \draw (-1.8,0.2) -- (-1.8,1);
19 \draw (-1.8,-0.2) -- (-1.8,-1);
20
21 \draw (-1.8,1) -- (-1,1);
22 \draw (-1.8,-1) -- (-1,-1);
23 \draw (-1,1) to[inductor] (-1,-1);
24 \draw (-0.5,1) to[cspst,l=$c_1$] (-0.5,-1);
25 \draw (-0.5,1) to[voltage source,l=$9V$] (1,1);
26 \draw (1,1) to[generic,l=$1\ k\Omega$] (3,1);
27 \draw (-0.5,-1) -- (3,-1);
28 \draw (3,1) to[inductor] (3,-1);
29 \draw (3.5,1) to[cspst,l=$p_1$] (3.5,-1.1);
30 \draw (3.5,1) -- (tr.A1);
31 \draw (3.5,-2.1) to[voltage source,l=$12V$] (3.5,-1.1);
32 \draw (3.5,-2.1) -- (4.1,-2.1);
33 \draw (4.1,-2.1) -- (tr.A2);
34 \draw (-0.5,1) -- (-0.5,1.5);
35 \draw (3,1) -- (3,1.5);
36
37 \draw (-1.8,2.4) -- (-1.8,3);
38 \draw (-1.8,2.1) -- (-1.8,1.5);
39 \draw (-1.8,3) -- (-1,3);
40 \draw (-1.8,1.5) -- (-1,1.5);
41 \draw (-1,3) to[inductor] (-1,1.5);
42 \draw (-0.5,3) to[cspst,l=$c_2$] (-0.5,1.5);
43 \draw (-0.5,3) -- (3,3);
44 \draw (3,3) to[inductor] (3,1.5);
45 \draw (3.5,3) to[cspst,l=$p_2$] (3.5,1.5);
46 \draw (3.5,3) -- (4.5,3);
47 \draw (3.5,1.5) -- (4.5,1.5);
48 \draw (4.5,1.5) -- (4.5,2.1);
49 \draw (4.5,3) -- (7,3);
50 \draw (4.5,2.1) -- (7,2.1);
51 \draw (7,3) to[cspst,l=$fire$] (7,2);
52
53 \draw (6.1,1.5) -- (8.5,1.5);
54 \draw (tr.B1) -- (6.1,1.5);
55 \draw (8.5,1.5) to[capacitor,l=$680\mu$] (8.5,-1.1);
56 \draw (tr.B2) to[empty diode] (7,-1.1);
57 \draw (7,-1.1) -- (10,-1.1);
58 \draw (7,-1.1) to[capacitor,l=$680\mu$] (7,1.5);
59 \draw (10,3) to[inductor,l=canon] (10,-1.1);
60 \draw (7,3) -- (10,3);
61 \draw (7,1.5) -- (7,2);
62
63 \draw (-2.2,2.1) -- (-1.8,2.1);
64 \node[draw,circle,fill,inner sep=1pt] at (-2.2,2.1) {};
65 \draw (-2.2,2.4) -- (-1.8,2.4);
66 \node[draw,circle,fill,inner sep=1pt] at (-2.2,2.4) {};
67 \end{circuitikz}
68 \end{center}
69 \caption{Circuit réel.}
70 \label{circuit}
71 \end{figure}
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.