summaryrefslogtreecommitdiffstatshomepage
path: root/pybv3/assembly/assembly.tex
blob: 6e3fe90bd72dbc41ba3daa52e3d7c0bb64f195b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
\documentclass{article}

\usepackage{fullpage}
\usepackage{graphicx}

\renewcommand*{\familydefault}{\sfdefault}

\begin{document}

% version 3b: 8MHz -> 12pF version, 2x 18p caps -> 2x 12p caps
% 47 discrete parts

% 16 resistors, 0603:
%   2x 22
%   4x 560
%   2x 1k
%   2x 4k7
%   2x 10k
%   3x 100k
%   1x 10M
% 19 capacitors, 0603:
%   4x 12p
%   9x 100n
%   3x 1u
%   2x 2u2
%   1x 4u7
% 2 crystals
% 2 switches
% 2 LEDs
% 6 other

\section*{Assembly guide and BOM for Micro Python PYBv3}

\includegraphics[width=0.49\textwidth]{topcomp}
\includegraphics[width=0.49\textwidth]{botcomp}

\begin{center}
\begin{tabular}{|l|l|l|l|}
\hline

description & mfg part number & package & quantity \\
\hline\hline

microcontroller &
STM32F405RGT6 &
LQPF64 &
1
    
\\ \hline

3.3v LDO &
MCP1802T-3302I/OT &
SOT-23-5 &
1

\\ \hline

power diode &
1N5819HW-7-F &
SOD-123 &
1

\\ \hline

8MHz crystal &
7A-8.000MAAE-T &
SMT, 2 pads, 5x3.2mm &
1

\\ \hline

32kHz crystal &
9HT10-32.768KBZF-T &
SMT, 2 pads, 3.2x1.5mm &
1

\\ \hline

bicolour LED &
LTST-C195KGJRKT &
SMT, 4 pads, 1.5x1.6mm &
2

\\ \hline

accelerometer &
MMA7660F &
DFN-10 &
1

\\ \hline

micro SD socket &
1050270001 &
SMT, 9 pads, 11.24x7mm &
1

\\ \hline

USB micro-AB &
ZX62D-AB-5P8 &
SMT + through hole &
1  \\
&& 5 pads + 4 pins, 7.5x5.6mm  &

\\ \hline

push switch &
KMR421G LFS &
SMT, 4 pads, 5x2.8mm &
2

\\ \hline

resistor 22 & & 0603 & 2 \\
resistor 560 & & 0603 & 4 \\
resistor 1k & & 0603 & 2 \\
resistor 4k7 & & 0603 & 2 \\
resistor 10k & & 0603 & 2 \\
resistor 100k & & 0603 & 3 \\
resistor 10M & & 0603 & 1

\\ \hline

capacitor 12p & & 0603 & 4 \\
capacitor 100n & & 0603 & 9 \\
capacitor 1u & & 0603 & 3 \\
capacitor 2u2 & & 0603 & 2 \\
capacitor 4u7 & & 0603 & 1

\\ \hline\hline

total & & & 47 \\

\hline
\end{tabular}
\end{center}

\end{document}