forked from nodebots/nodebots.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojects.html
123 lines (122 loc) · 6.53 KB
/
projects.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
---
title: Awesome Projects
introTitle: Projects built with johnny-five
---
<h3>Gallery</h3>
<p>The following projects were built with <a href="https://github.com/rwldrn/johnny-five">johnny-five</a>.</p>
<p><i>(Entries listed newest to oldest)</i></p>
<ul>
<li>
Richard Key <a href="http://twitter.com/busyrich">@busyrich</a>
<ul>
<li>Arduino Attack!<br>
<iframe width="560" height="315" src="//www.youtube.com/embed/1NalU4d7a20" frameborder="0" allowfullscreen></iframe><br>
<a href="https://github.com/BusyRich/arduino-attack">View the Code</a>
</li>
</ul>
</li>
<li>
Andrew Homeyer <a href="https://twitter.com/andrewhomeyer">@andrewhomeyer</a>, Matt Parrish <a href="https://twitter.com/mattparrish">@mattparrish</a>, Nicholas Boll <a href="https://twitter.com/nicholasboll">@nicholasboll</a>
<ul>
<li>Missile Command: A rubber band launcher that took down a nodecopter <a href="http://youtu.be/0FAfu-Zowuo">Watch the Video</a> <a href="https://github.com/homeyer/missile-command/">View the Code</a></li>
</ul>
</li>
<li>
Sara Gorecki <a href="https://twitter.com/opheliasdaisies">@opheliasdaisies</a>
<ul>
<li>A tri-color LED that cycles according to pressure sensor input. <a href="http://youtu.be/ePiiaja1CuI">Watch the Video</a> <a href="https://github.com/opheliasdaisies/tri-color-led">View the Code</a></li>
</ul>
</li>
<li>
Rahul Ravikumar <a href="https://twitter.com/tikurahul">@tikurahul</a>, Bryan Hughes <a href="https://twitter.com/nebrius">@nebrius</a>
<ul>
<li>Typing Bot (nodebots, jsconf) <a href="http://www.youtube.com/watch?v=kjTO2OkGnD8">Watch the Video</a></li>
</ul>
</li>
<li>
Raquel Vélez <a href="https://twitter.com/rockbot">@rockbot</a>
<ul>
<li>Manny the Manipulator: A 2-dimensional serial manipulator using forward/inverse kinematics (via <a href="https://github.com/rockbot/vektor">vektor</a>) <a href="http://www.youtube.com/watch?v=JKumEFyOvuI">Watch the Video</a> <a href="https://github.com/rockbot/vektor/tree/master/manipulator">View the Code</a></li>
</ul>
</li>
<li>
Travis Thieman <a href="https://twitter.com/thieman">@thieman</a>
<ul>
<li>Power Glove (OS X Volume Control): <a href="http://www.youtube.com/watch?v=j1BimT0hPSQ">Watch the Video</a> <a href="https://github.com/tthieman/arduino-projects/blob/master/hackathon_20130217/power_glove.js">View the Code</a></li>
</ul>
</li>
<li>
Francis Gulotta <a href="https://twitter.com/reconbot">@reconbot</a>
<ul>
<li>Dorby the DoorBot <a href="http://www.youtube.com/watch?v=6VnSIbRAlFw">Tutorial Video</a> <a href="http://www.youtube.com/watch?v=gh7LtDA6EL0">Watch the Video</a> <a href="https://github.com/reconbot/dorby">View the Code</a></li>
</ul>
</li>
<li>
Tim Walker <a href="https://twitter.com/timwalker2k">@timwalker2k</a>
<ul>
<li>An experimental Theremin using a proximity sensor and JavaScript. <a href="https://github.com/twalker/sine5">View the Code</a></li>
<li>A build status light for use within a continuous integration workflow. <a href="https://github.com/twalker/cilite">View the Code</a></li>
</ul>
</li>
<li>
Kelly Korevec <a href="http://twitter.com/korevec">@korevec</a>
<ul>
<li>Medibot <a href="https://twitter.com/korevec/status/267848987711766528/photo/1">See a Picture</a> <a href="https://github.com/korevec/medibot">View the Code</a></li>
</ul>
</li>
<li>
Irene Ros <a href="http://twitter.com/ireneros">@ireneros</a>
<ul>
<li>Wii Nunchuk Controller for AR Drone (nodecopter event) <a href="http://twitter.yfrog.com/n4u1nrxrakmkyopxxpjmxzmzz">Watch the Video</a> <a href="https://github.com/iros/nodecoptering">View the Code</a></li>
</ul>
</li>
<li>
Chris Williams <a href="http://twitter.com/voodootikigod">@voodootikigod</a>
<ul>
<li>Wii Nunchuk Controller for AR Drone (nodecopter event) <a href="https://github.com/voodootikigod/wii-drone/">View the Code</a></li>
</ul>
</li>
<li>
Andreas Haugstrup Pedersen <a href="http://twitter.com/hgstrp">@hgstrp</a>
<ul>
<li>LCD Controller - the first successful implementation that also became the basis for the LCD constructor. <a href="http://vimeo.com/46577266">Watch the Video</a> <a href="https://gist.github.com/3200331">View the Code</a></li>
</ul>
</li>
<li>
Rebecca Murphey <a href="http://twitter.com/rmurphey">@rmurphey</a>
<ul>
<li>Johnny-Five Projects <a href="https://github.com/rmurphey/johnny-five-projects">View the Repository</a></li>
<li>Shift Register Implementation w/ Led Counter Display <a href="http://vimeo.com/46463390">Watch the Video</a> <a href="http://gist.github.com/3185390">View the Code</a></li>
</ul>
</li>
<li>
Jonathan Blanchet <a href="http://twitter.com/jblanchefr">@jblanchefr</a>
<ul>
<li>Arduino + Websockets + particles: <a href="http://www.youtube.com/watch?v=MXEGLGmpCfo">Watch the Video</a> <a href="https://gist.github.com/3145395">View the Code</a></li>
<li>Arduino + Websockets + css change: <a href="http://www.youtube.com/watch?v=aYFOOr1amSg&feature=plcp">Watch the Video</a> <a href="https://gist.github.com/3145461">View the Code</a></li>
<li>Arduino + potentiometer + particles: <a href="http://www.youtube.com/watch?v=d5r5r7pHUZI">Watch the Video</a> <a href="https://gist.github.com/3147263">View the Code</a></li>
</ul>
</li>
<li>
Cole Gillespie <a href="https://twitter.com/theCole">@theCole</a>
<ul>
<li>Joystick Controlled Google Maps Streetview <a href="https://air.mozilla.org/hack-jam-dundee/">Watch the Video</a></li>
</ul>
</li>
<li>
Kelly Korevec <a href="https://twitter.com/korevec">@korevec</a>
<ul>
<li>6WD Rover <a href="http://twitpic.com/a9t3rg">See a Picture</a></li>
</ul>
</li>
<li>Sara Chipps <a href="https://twitter.com/sarajchipps">@sarajchipps</a>
<ul>
<li>Lights that change color based on your Twitter sentiment <a href="http://www.youtube.com/watch?v=ws7svZuq29c">Watch the Video</a> <a href="https://github.com/SaraJo/twitter-ring">View the Code</a></li>
</ul>
</li>
<li>Blaine Bublitz <a href="https://twitter.com/BlaineBublitz">@BlaineBublitz</a>
<ul>
<li>Google Glass Controller for AR Drone (international nodebots day) <a href="http://vimeo.com/71405845">Watch the Video</a> <a href="https://github.com/phated/glass-drone">View the Code</a> <a href="http://blog.iceddev.com/2013-07-30-controlling-drones-with-google-glass-and-javascript.html">Read the Blog</a></li>
</ul>
</li>
</ul>