-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·67 lines (54 loc) · 4.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Benn Thomsen : Webpages">
<link rel="stylesheet" type="text/css" media="screen" href="WebPages/stylesheets/stylesheet.css">
<title>IoT BristleBot</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/bennthomsen/ESP8266-BristleBot">View on GitHub</a>
<h1 id="project_title">BristleBot</h1>
<h2 id="project_tagline">An IoT Thing</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>
<a id="main-page" class="anchor" href="#main-page" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a></h2>
<p> The IoT BristleBot is a WiFi enabled bristlebot that you can monitor and control over a Wifi connection. The bristlebot can be connected to the internet so that it can report is status and receive control information over an internet connection. As such it is an Internet of Things (IoT) device.</p>
<img src="WebPages/images/PrettyBot1.jpg" alt="IoT BristleBot" style="float: right" width="400">
<p>The IoT BristleBot has been developed to show how Engineers are able to take a fairly simple system, in this case a vibrating motor and tooth brush head that only provides forward motion without control over the direction of travel, and by adding electronic sensors, control and communication, develop a system that can be driven in a controlled manner. The IoT BristleBot can be driven wherever you want it to go (except in reverse - BristleBots don't do reverse) or even drive itself autonomously. It illustrates the power of using software based electronic control and calibration, to turn what seem to be uncontrollable systems into systems that can be easily driven in an intuitive manner.</p>
<p>A bristlebot is a small robot, that sits on a tooth brush head and uses the vibrations from a vibration motor to propel the BristleBot forwards. It makes use of a vibration motor that is typically used to provide vibrating alerts in mobile phones.</p>
<p>Standard bristlebots simply run the vibration motor at constant speed. The IoT bristlebot uses a microcontroller to allow the motor speed to be controlled. Rather than using just one toothbrush head and a single vibration motor, the IoT BristleBot has two toothbrush heads and two vibration motors that can be independently controlled by the microcontroller. In addition the microcontroller has an integrated WiFi radio which lets you communicate with the BristleBot using any WiFi enabled device, such as a laptop or smart phone. The IoT BristleBot is configured as a Wireless Access point which you can connect to and then use your browser to access the web App that is served from the BristleBot.</p>
<p> Use the links below to get started with programming the IoT BristleBot, use the wiki for help and support or just try the web App</p>
<h3><a href="https://github.com/bennthomsen/ESP8266-BristleBot/releases/latest">Latest Release</a></h3>
<p>Get the latest BristleBot Sketches and Preconfigured Arduino IDE</p>
<h3><a href="https://github.com/bennthomsen/ESP8266-BristleBot/wiki">BristleBot Wiki</a></h3>
<p>Getting started user guide and other information</p>
<h3><a href="/ESP8266-BristleBot/ESP8266_BristleBot/data/index.html">BristleBot App Demo</a></h3>
<p>Try out the BristleBot App</p>
<h2>With thanks to </h2>
<p>This programme has been designed through a collaboration between <a href="http://www.thebrilliantclub.org/">The Brilliant Club</a> and <a href="http://www.engineering.ucl.ac.uk">UCL Engineering Faculty</a>. With special thanks to the following people:</p>
<ul>Benn Thomsen, Reader, UCL</ul>
<ul>Natcha Sujaritworakun, MEng Student, UCL</ul>
<ul>Sarah Dreischer, MEng Student, UCL</ul>
<ul>Dan Mannion, MEng Student, UCL</ul>
<ul>Ben Dolman – PhD, University of Manchester</ul>
<ul>Emanuela Tilley - Director, Integrated Engineering Programme at UCL Engineering</ul>
<ul>Elpida Makrygianni, Engineering Education Developer and Coordinator, UCL</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>© 2016 Benn Thomsen</p>
</footer>
</div>
</body>
</html>