Skip to content

Commit 794d02d

Browse files
committed
Update index.html
1 parent d7f09be commit 794d02d

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

index.html

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1414
<![endif]-->
1515

16-
<title>Coderbot by previ</title>
16+
<title>CoderBot by previ</title>
1717
</head>
1818

1919
<body>
2020
<header>
2121
<div class="inner">
22-
<h1>Coderbot</h1>
22+
<h1>CoderBot</h1>
2323
<h2>RaspberryPI-based bot controller</h2>
2424
<a href="https://github.com/previ/coderbot" class="button"><small>View project on</small>GitHub</a>
2525
</div>
@@ -29,13 +29,25 @@ <h2>RaspberryPI-based bot controller</h2>
2929
<div class="inner clearfix">
3030
<section id="main-content">
3131
<h1>
32-
<a name="coderbot" class="anchor" href="#coderbot"><span class="octicon octicon-link"></span></a>CoderBot</h1>
32+
<a name="coderbot" class="anchor" href="#coderbot"><span class="octicon octicon-link"></span></a>
33+
CoderBot</h1>
34+
<h2>Description</h2>
35+
<p>CoderBot is a Linux-based, Raspberry PI-powered educational robot.</p>
36+
<p>The robot is a simple three wheel vehicle (two wheels drive plus a free caster on the back) and uses the integrated Raspberry camera module as a sensor.</p>
37+
<p>The bot can be controlled by any computer or tablet via a web-based application exposed by the bot via the wi-fi dongle adapter.</p>
38+
<p>CoderBot can be used in two different ways:</p>
39+
<ul>
40+
<li>as a remotely operated "drone": it is possible to pilot it remotely, while the camera stream is (slowly) sent to the controlling browser.</li>
41+
<li>as a programmable "robot": it is possible to write programs using a scratch-like language (blockly, extended with custom blocks)</li>
42+
</ul>
43+
<p>The bot:</p>
44+
<img src="https://googledrive.com/host/0B0WH-R3RUJc9Tjd0M1Vfb3FPNWM/chassis_plexi_1"></img>
45+
<p>The UI: Remote control</p>
46+
<img src="https://googledrive.com/host/0B0WH-R3RUJc9Tjd0M1Vfb3FPNWM/photo1.jpg"></img>
47+
<p>Programming</p>
48+
<img src="https://googledrive.com/host/0B0WH-R3RUJc9Tjd0M1Vfb3FPNWM/photo2.jpg"></img>
3349

34-
<p>A RaspberryPI-based bot controller</p>
3550

36-
<p>The module provide a simple web interface to a raspberry py "robot".</p>
37-
38-
<p>See the wiki <a href="https://github.com/previ/coderbot/wiki">https://github.com/previ/coderbot/wiki</a> for the documentation</p>
3951
</section>
4052

4153
<aside id="sidebar">
@@ -57,4 +69,4 @@ <h1>
5769

5870

5971
</body>
60-
</html>
72+
</html>

0 commit comments

Comments
 (0)