-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
232 lines (225 loc) · 9.19 KB
/
index.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Arduino Experimenter Kit « .:wcrs</title>
<meta name="description" content="More circuits and code for ARDX kits">
<!-- #include «head.html» -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if IE]><link rel="shortcut icon" href="favicon.ico"><![endif]-->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- #include «topnav.html» -->
<nav id="topnav">
<a id="logo" href="https://wcrsyyc.github.io/"><img
src="img/wcrs_logo.png" alt="logo"></a>
<h2><a href="index.html">WCRS</a></h2>
<ul>
<li><a href="https://github.com/WCRSyyc/ardx">about</a> |</li>
<li><a href="https://github.com/WCRSyyc/ardx/issues">contact</a> |</li>
<li><a href="https://github.com/WCRSyyc/ardx/wiki">wiki</a></li>
</ul>
<hr>
<p><!-- current message text --></p>
</nav>
<!-- #include «sidebar.html» -->
<nav id="sidebar">
<section id="menu">
<ul>
<li><h2>PRODUCTS</h2>
<ul>
<li><a href="https://github.com/WCRSyyc/ardx/"><h3>(WCRS)</h3>ARDX additions</a>
<ul>
<li><a href="preface.html">
<h4>ABOUT</h4>A Few Words</a></li>
<!-- <li><a href="assembling.html">
<h4>ASSMB</h4>Putting It Together</a></li> -->
<li><a href="starthere.html">
<h4>START</h4>Startup Links</a></li>
<li><a href="programming.html">
<h4>PROG</h4>Programming Primer</a></li>
<li><a href="electronics.html">
<h4>ELEC</h4>Electronics Primer</a></li>
<li><a href="fritzing.html">
<h4>FRITZING</h4>Fritzing with ARDX</a></li>
<li><a href="circ01.html">
<h4>CIRC-01</h4>Blinking LED</a></li>
<li><a href="circ02.html">
<h4>CIRC-02</h4>Multiple LEDs</a></li>
<li><a href="circ03.html">
<h4>CIRC-03</h4>Transistors & Motors</a></li>
<li><a href="circ04.html">
<h4>CIRC-04</h4>Servos</a></li>
<li><a href="circ05.html">
<h4>CIRC-05</h4>74HC595 Shift Registers</a></li>
<li><a href="circ06.html">
<h4>CIRC-06</h4>Piezo Speaker</a></li>
<li><a href="circ07.html">
<h4>CIRC-07</h4>Pushbuttons</a></li>
<li><a href="circ08.html">
<h4>CIRC-08</h4>Potentiometers</a></li>
<li><a href="circ09.html">
<h4>CIRC-09</h4>Photo-Resistors</a></li>
<li><a href="circ10.html">
<h4>CIRC-10</h4>Temperature</a></li>
<li><a href="circ11.html">
<h4>CIRC-11</h4>Relays</a></li>
<li><a href="circ12.html">
<h4>CIRC-12</h4>RGB LED blink</a></li>
<li><a href="circ15.html">
<h4>CIRC-15</h4>Dice Simulator</a></li>
</ul>
</li>
<li><a href="https://github.com/WCRSyyc/ardx/"><h3>(WCRS CPYX)</h3>Circuit Python experimenter´s kit</a>
<ul>
<!-- <li><a href="preface.html">
<h4>ABOUT</h4>A Few Words</a></li> -->
<!-- <li><a href="assembling.html">
<h4>ASSMB</h4>Putting It Together</a></li> -->
<!-- <li><a href="starthere.html">
<h4>START</h4>Startup Links</a></li> -->
<!-- <li><a href="programming.html">
<h4>PROG</h4>Programming Primer</a></li> -->
<li><a href="electronics.html">
<h4>ELEC</h4>Electronics Primer</a></li>
<li><a href="fritzing.html">
<h4>FRITZING</h4>Fritzing with ARDX</a></li>
<li><a href="ArdxPythonHowTo.html">
<h4>GUIDE</h4>Python Guide</a></li>
<!--
<li><a href="circ01p.html">
<h4>CIRC-01</h4>Blinking LED</a></li>
<li><a href="circ02p.html">
<h4>CIRC-02</h4>Multiple LEDs</a></li>
<li><a href="circ03p.html">
<h4>CIRC-03</h4>Transistors & Motors</a></li>
<li><a href="circ04p.html">
<h4>CIRC-04</h4>Servos</a></li>
<li><a href="circ05p.html">
<h4>CIRC-05</h4>74HC595 Shift Registers</a></li>
<li><a href="circ06p.html">
<h4>CIRC-06</h4>Piezo Speaker</a></li>
<li><a href="circ07p.html">
<h4>CIRC-07</h4>Pushbuttons</a></li>
<li><a href="circ08p.html">
<h4>CIRC-08</h4>Potentiometers</a></li>
<li><a href="circ09p.html">
<h4>CIRC-09</h4>Photo-Resistors</a></li>
<li><a href="circ10p.html">
<h4>CIRC-10</h4>Temperature</a></li>
<li><a href="circ11p.html">
<h4>CIRC-11</h4>Relays</a></li>
<li><a href="circ12p.html">
<h4>CIRC-12</h4>RGB LED blink</a></li>
<li><a href="circ15p.html">
<h4>CIRC-15</h4>Dice Simulator</a></li> -->
</ul>
</li>
<li><a href="http://www.oomlout.com/a/products/ardx/"><h3>(ARDX)</h3>arduino / netduino experimenter´s kit</a>
</li>
</ul>
</li>
</ul>
</section>
<section>
<h3><a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License"
src="img/80x15.png"></a></h3>
This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons
Attribution 4.0 International License</a>.
</section>
</nav>
<main id="index">
<header>
<h1>ARDX</h1>
<h2> </h2>
<img src="http://ardx.org/src/proj/ARDX-square-100.jpg" width="100" height="100" alt="ARDX kit">
</header>
<h2>About This Kit</h2>
<p>The overall goal of this kit is fun. Beyond this, the aim is to get you comfortable using a wide range of electronic components through small, simple, and easy circuits. The focus is to get each circuit working then giving you the tools to figure out why. If you encounter any problems, want to ask a question, or would like to know more about any part, extra help is only an e-mail away at [email protected], or questions can be posted to the <a href="https://github.com/WCRSyyc/ardx/issues">issues</a> for our github repository.</p>
<section>
<h2>Circuits</h2>
<div><a href="circ01.html">
<img src="http://www.ardx.org/src/circ/CIRC01-square-150.jpg" width="150" height="150" alt="circuit 1">
<h2>CIRC-01</h2>
<p>Blinking LED</p>
</a></div>
<div><a href="circ02.html">
<img src="http://www.ardx.org/src/circ/CIRC02-square-150.jpg" width="150" height="150" alt="circuit 2">
<h2>CIRC-02</h2>
<p>8 LEDs</p>
</a></div>
<div><a href="circ03.html">
<img src="http://www.ardx.org/src/circ/CIRC03-square-150.jpg" width="150" height="150" alt="circuit 3">
<h2>CIRC-03</h2>
<p>Transistor & Motor</p>
</a></div>
<div><a href="circ04.html">
<img src="http://www.ardx.org/src/circ/CIRC04-square-150.jpg" width="150" height="150" alt="circuit 4">
<h2>CIRC-04</h2>
<p>Servos</p>
</a></div>
<div><a href="circ05.html">
<img src="http://www.ardx.org/src/circ/CIRC05-square-150.jpg" width="150" height="150" alt="circuit 5">
<h2>CIRC-05</h2>
<p>Shift Registers (74HC595)</p>
</a></div>
<div><a href="circ06.html">
<img src="http://www.ardx.org/src/circ/CIRC06-square-150.jpg" width="150" height="150" alt="circuit 6">
<h2>CIRC-06</h2>
<p>Piezo Speakers</p>
</a></div>
<div><a href="circ07.html">
<img src="http://www.ardx.org/src/circ/CIRC07-square-150.jpg" width="150" height="150" alt="circuit 7">
<h2>CIRC-07</h2>
<p>Pushbuttons</p>
</a></div>
<div><a href="circ08.html">
<img src="http://www.ardx.org/src/circ/CIRC08-square-150.jpg" width="150" height="150" alt="circuit 8">
<h2>CIRC-08</h2>
<p>Potentiometers</p>
</a></div>
<div><a href="circ09.html">
<img src="http://www.ardx.org/src/circ/CIRC09-square-150.jpg" width="150" height="150" alt="circuit 9">
<h2>CIRC-09</h2>
<p>Photo Resistors</p>
</a></div>
<div><a href="circ10.html">
<img src="http://www.ardx.org/src/circ/CIRC10-square-150.jpg" width="150" height="150" alt="circuit 10">
<h2>CIRC-10</h2>
<p>Temperature Sensor (TMP36)</p>
</a></div>
<div><a href="circ11.html">
<img src="http://www.ardx.org/src/circ/CIRC11-square-150.jpg" width="150" height="150" alt="circuit 11">
<h2>CIRC-11</h2>
<p>Relays</p>
</a></div>
<div><a href="circ12.html">
<img src="http://www.ardx.org/src/circ/CIRC12-square-150.jpg" width="150" height="150" alt="circuit 12">
<h2>CIRC-12</h2>
<p>RGB LEDs</p>
</a></div>
</section>
<section>
<h2>Source Files</h2>
<p>Interested in making your own breadboard layout sheets, or perhaps translating the content to a different language? All the source files are released under a Creative Commons BY-SA License and available for download:</p>
<h3><a href="https://github.com/WCRSyyc/ardx">https://github.com/WCRSyyc/ardx</a></h3>
<h3><a href="http://ardx.org/src/">http://ardx.org/src/</a></h3>
<p>Questions or concerns?</p>
<h3><a href="mailto:[email protected]?Subject=ARDX%20help">[email protected]</a></h3>
<h3><a href="mailto:[email protected]">[email protected]</a></h3>
</section>
</main>
<footer>.: Welcome to the Bottom:.</footer>
</body>
</html>