-
Notifications
You must be signed in to change notification settings - Fork 0
/
arduino-dojo-parts.html
executable file
·124 lines (121 loc) · 3.46 KB
/
arduino-dojo-parts.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Fritzing Bill of Materials</title>
<style type="text/css">
.meta {
font-size: small;
margin: 0.4em 0;
}
table {
border-collapse: collapse;
}
th {
font-weight: bold;
text-align: left;
border-bottom: 1px solid black;
padding: 0.1em 1.5em 0.2em 0.1em;
}
td {
border-bottom: 1px solid #CCC;
padding: 0.5em 1.5em 0.5em 0.1em;
}
.props {
font-size: smaller;
}
</style>
</head>
<body>
<h1>Bill of Materials: arduino-dojo.fzz</h1>
<p class="meta">/Users/luciano/prj/hardware-dojos/arduino/arduino-dojo.fzz</p>
<p class="meta">Tuesday, April 22 2014, 20:36:58</p>
<h2>Assembly List</h2>
<table>
<thead>
<tr>
<th>Label</th>
<th>Part Type</th>
<th>Properties</th>
</tr>
</thead>
<tbody>
<tr>
<td>7 Segment1</td>
<td>7 Segment Display</td>
<td class="props">size 20mm; type 7 Segment; common cathode</td>
</tr><tr>
<td>Part1</td>
<td>Arduino Uno (Rev3)</td>
<td class="props">type Arduino UNO (Rev3)</td>
</tr><tr>
<td>R1</td>
<td>Rotary Potentiometer (Small)</td>
<td class="props">package THT; size Rotary - 9mm; track Linear; type Rotary Shaft Potentiometer; maximum resistance 100kΩ</td>
</tr><tr>
<td>R2</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr><tr>
<td>R3</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr><tr>
<td>R4</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr><tr>
<td>R5</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr><tr>
<td>R6</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr><tr>
<td>R7</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr><tr>
<td>R8</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr><tr>
<td>R9</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr>
</tbody>
</table>
<h2>Shopping List</h2>
<table>
<thead>
<tr>
<th>Amount</th>
<th>Part Type</th>
<th>Properties</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>7 Segment Display</td>
<td class="props">size 20mm; type 7 Segment; common cathode</td>
</tr><tr>
<td>1</td>
<td>Arduino Uno (Rev3)</td>
<td class="props">type Arduino UNO (Rev3)</td>
</tr><tr>
<td>1</td>
<td>Rotary Potentiometer (Small)</td>
<td class="props">package THT; size Rotary - 9mm; track Linear; type Rotary Shaft Potentiometer; maximum resistance 100kΩ</td>
</tr><tr>
<td>8</td>
<td>330 Ω Resistor</td>
<td class="props">package THT; tolerance ±5%; bands 4; resistance 330Ω; pin spacing 400 mil</td>
</tr>
</tbody>
</table>
<p class="meta"><br/>Exported with Fritzing 0.8.7- http://fritzing.org</p>
</body>
</html>