-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
68 lines (53 loc) · 4.24 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Led Eyes by gaz77a</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Led Eyes</h1>
<h2 class="project-tagline">Led Eyes for an Arduino based Robot</h2>
<a href="https://github.com/gaz77a/LedEyes" class="btn">View on GitHub</a>
<a href="https://github.com/gaz77a/LedEyes/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/gaz77a/LedEyes/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h2>
<a id="led-eyes" class="anchor" href="#led-eyes" aria-hidden="true"><span class="octicon octicon-link"></span></a>LED Eyes</h2>
<p>LED Eyes is a sketch for the Arduino UNO that uses two 8x8 LED Matrixs to display animated eyes.
If it is dark the Robot goes to sleep,
otherwise if someone is close then he goes cross-eyed,
otherwise randomly display shifty, surprised, happy, sad, crying or mad eyes.</p>
<h3>
<a id="circuit-layout" class="anchor" href="#circuit-layout" aria-hidden="true"><span class="octicon octicon-link"></span></a>Circuit Layout</h3>
<p>The circuit layout has been drawn using Fritzing (<a href="http://fritzing.org/">http://fritzing.org/</a>):
<img src="https://github.com/gaz77a/LedEyes/blob/gh-pages/Circuit/LedEyes.jpg?raw=true" alt=""></p>
<h3>
<a id="components" class="anchor" href="#components" aria-hidden="true"><span class="octicon octicon-link"></span></a>Components</h3>
<ul>
<li>8x8 LED Dot Matrix Module (<a href="http://www.jaycar.com.au/Kits,-Science-%26-Learning/Science-Lab-Equipment/Instruments/Arduino-Compatible-8-x-8-LED-Dot-Matrix-Module-/p/XC4499">http://www.jaycar.com.au/Kits,-Science-%26-Learning/Science-Lab-Equipment/Instruments/Arduino-Compatible-8-x-8-LED-Dot-Matrix-Module-/p/XC4499</a>)</li>
<li>Ultrasonic Sensor (<a href="http://www.jaycar.com.au/Kits%2C-Science-%26-Learning/Science-Lab-Equipment/Specialty-Equipment/Arduino-Compatible-Dual-Ultrasonic-Sensor-Module-/p/XC4442">http://www.jaycar.com.au/Kits%2C-Science-%26-Learning/Science-Lab-Equipment/Specialty-Equipment/Arduino-Compatible-Dual-Ultrasonic-Sensor-Module-/p/XC4442</a>)</li>
<li>Light Sensor Module (<a href="http://www.freetronics.com.au/products/light-sensor-module#.Vj_Mo7crLb0">http://www.freetronics.com.au/products/light-sensor-module#.Vj_Mo7crLb0</a>)</li>
</ul>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>Initial concept by Gary Butler (<a href="https://github.com/gaz77a" class="user-mention">@gaz77a</a>).
Mad eyes designed by Gia Rebello.
Reviews provided by Angela Cox, Andre Widjaja and Andrew E Smith (<a href="https://github.com/AndrewESmith" class="user-mention">@AndrewESmith</a>).</p>
<h3>
<a id="libraries-used" class="anchor" href="#libraries-used" aria-hidden="true"><span class="octicon octicon-link"></span></a>Libraries Used</h3>
<p>LedControlMS (<a href="https://github.com/shaai/Arduino_LED_matrix_sketch/blob/master/LedControlMS.h">https://github.com/shaai/Arduino_LED_matrix_sketch/blob/master/LedControlMS.h</a>)
Streaming (<a href="http://arduiniana.org/libraries/streaming">http://arduiniana.org/libraries/streaming</a>)</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/gaz77a/LedEyes">Led Eyes</a> is maintained by <a href="https://github.com/gaz77a">gaz77a</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>