Eight_Ways_to_Trick_Time_transforms >> tbwiki.header_transforms 

TB Wiki

Login

Regression Test

Expected HTML for page "beaglebone_pool_timer"


expected html
nothing
t1 t
2<table align="right"><tr><td><div class="toc">
3Contents:
4<ul>
5  <ul>
6    <li><a href="#background">background</a></li>
7    <ul>
8      <li><a href="#Online_presentations">Online&nbsp;presentations</a></li>
9      <li><a href="#web_sites">web&nbsp;sites</a></li>
10      <li><a href="#General_info">General&nbsp;info</a></li>
11      <li><a href="#grove_relay_information">grove&nbsp;relay&nbsp;information</a></li>
12    </ul>
13    <li><a href="#minecraft_project">minecraft&nbsp;project</a></li>
14    <ul>
15      <li><a href="#relay_wiring">relay&nbsp;wiring</a></li>
16      <li><a href="#cgi_script">cgi&nbsp;script</a></li>
17    </ul>
18  </ul>
19</ul>
20</div></td></tr></table>
21<p>
22Here are resources related to the beaglebone pool timer project:
23<p>
24<h2><a name="background">background</a>
25<span align=right class="section_edit_link">[<a href="/tbwiki/beaglebone_pool_timer?action=edit&section=background">edit section</a>]</font></span>
26</h2>
27<h3><a name="Online_presentations">Online presentations</a>
28<span align=right class="section_edit_link">[<a href="/tbwiki/beaglebone_pool_timer?action=edit&section=Online_presentations">edit section</a>]</font></span>
29</h3>
30<ul><li><a href="http://beagleboard.org/static/bonescript/bone101/#(1)">BeagleBoard 101</a> (Boston ESC 2012)
31<li><a href="http://beagleboard.org/static/bonescript/bone101/#(1)">BeagleBone 101</a> Online version of what's on the board
32<li>BeagleBone quickstart guide: <a href="http://beagleboard.org/static/beaglebone/latest/README.htm">http://beagleboard.org/static/beaglebone/latest/README.htm</a>
33<li><a href="http://beagleboard.org/static/beaglebone/latest/Docs/Hardware/BONE_SRM.pdf ">BeagleBone System Reference Manual</a>
34<ul><li>LED GPIOs: (from page 46 of reference manual)
35</ul>
36</ul>
37<p>
38<h3><a name="web_sites">web sites</a>
39<span align=right class="section_edit_link">[<a href="/tbwiki/beaglebone_pool_timer?action=edit&section=web_sites">edit section</a>]</font></span>
40</h3>
41<ul><li>beagleboard main site: <a href="http://beagleboard.org/">http://beagleboard.org/</a>
42<li>elinux beaglebone site: <a href="http://elinux.org/BeagleBone">http://elinux.org/BeagleBone</a>
43</ul>
44<p>
45<h3><a name="General_info">General info</a>
46<span align=right class="section_edit_link">[<a href="/tbwiki/beaglebone_pool_timer?action=edit&section=General_info">edit section</a>]</font></span>
47</h3>
48The cloud9 IDE comes up on port 3000.  Try accessing <a href="http://192.168.1.27:3000">http://192.168.1.27:3000</a>
49<p>
50Cloud9 data files are stored in /var/lib/cloud9 on the board.
51<hr size=5>
52Networking: You can use the beaglebone over USB network, by ejecting it (go to Windows Computer, then right-click the beaglebone device, and select "eject").  Supposedly, the beaglebone comes up with networking on 192.168.7.2, from the host machine, but I didn't see it.
53<p>
54The beaglebone will automatically start a network connection if an ethernet
55cable is plugged in.  On my network, the board shows up at address: 192.168.1.27
56<p>
57The following services are running, by default (12/2012 image of Angstrom):
58bonescript - port 80, for bone101 tutorials and demos
59cloud9 - port 3000, for cloud9 IDE
60gateone - port??, for network ssh into board
61<p>
62you can see the status of things with:
63systemctl status bonescript.service
64<p>
65systemctl
66<p>
67I stopped bonescript, because I wanted to install lighttpd, which I did
68as follows:
69<p>
70systemctl disable bonescript.service
71systemctl stop bonescript.service
72opkg -V2 install lighttpd
73opkg install lighttpd-module-cgi
74&lt;edit /etc/lighttpd.conf to allow CGI&gt;
75/etc/init.d/lighttpd restart
76<p>
77<hr size=5>
78Some general GPIO assignments:
79<p>
80<table border=1>
81<tr bgcolor="#d0d0ff">
82  <td align="center"><b>LED</b>&nbsp;&nbsp;<a href="/tbwiki/beaglebone_pool_timer?sortby=LED">^</a></td>
83  <td align="center"><b>GPIO</b>&nbsp;&nbsp;<a href="/tbwiki/beaglebone_pool_timer?sortby=GPIO">^</a></td>
84</tr>
85<tr>
86  <td>User 0</td>
87  <td>GPIO1_21</td>
88</tr>
89<tr>
90  <td>User 1</td>
91  <td>GPIO1_22</td>
92</tr>
93<tr>
94  <td>User 2</td>
95  <td>GPIO1_23</td>
96</tr>
97<tr>
98  <td>User 3</td>
99  <td>GPIO1_24</td>
100</tr>
101</table>
102<a href="/tbwiki/beaglebone_pool_timer?action=Table.query_form&source_spec=beaglebone_pool_timer%3Aleds&conf=&table_block=beaglebone_pool_timer%3Aleds">
103            <font size=-1>Query</font></a>
104<br>
105 
106<p>
107Page 54 of the reference manual has the GPIOs for P8 (right side of board, with ethernet connector on top)
108<p>
109Page 59 of the reference manual has the GPIOs for P9 (left side of the board)
110<p>
111GPIOs used by various scripts:
112* P8.1 - GND - ground
113* P8.3 - GPIO1_6 - sys gpio 38
114* P8.11 - GPIO1_13 - sys gpio 45
115* P9.6 - VDD_V5 - 5 volt source
116* P8.12 - GPIO1_12 - sys gpio 44
117<p>
118<h3><a name="grove_relay_information">grove relay information</a>
119<span align=right class="section_edit_link">[<a href="/tbwiki/beaglebone_pool_timer?action=edit&section=grove_relay_information">edit section</a>]</font></span>
120</h3>
121<ul><li><a href="http://www.seeedstudio.com/wiki/index.php?title=GROVE_-_Starter_Kit_v1.1b#Grove_-_Relay">http://www.seeedstudio.com/wiki/index.php?title=GROVE_-_Starter_Kit_v1.1b#Grove_-_Relay</a>
122<li><a href="http://www.epictinker.com/Grove-Relay-p/com22639p.htm">http://www.epictinker.com/Grove-Relay-p/com22639p.htm</a>
123<li>grove relay demo with beaglebone - <a href="http://vimeo.com/47774239">http://vimeo.com/47774239</a>
124<ul><li>Note that relay appears to handle .1 second duty cycle
125</ul>
126</ul>
127<p>
128lines:
129<ul><li>black = ground
130<li>red = vcc (5 volts)
131<li>white = d2 (unused)
132<li>yellow = d1 (signal to relay - can be 3 volts)
133</ul>
134<p>
135<h2><a name="minecraft_project">minecraft project</a>
136<span align=right class="section_edit_link">[<a href="/tbwiki/beaglebone_pool_timer?action=edit&section=minecraft_project">edit section</a>]</font></span>
137</h2>
138<h3><a name="relay_wiring">relay wiring</a>
139<span align=right class="section_edit_link">[<a href="/tbwiki/beaglebone_pool_timer?action=edit&section=relay_wiring">edit section</a>]</font></span>
140</h3>
141<ul><li>black goes to pin ??
142<li>red goes to pin ??
143 *
144</ul>
145<p>
146<h3><a name="cgi_script">cgi script</a>
147<span align=right class="section_edit_link">[<a href="/tbwiki/beaglebone_pool_timer?action=edit&section=cgi_script">edit section</a>]</font></span>
148</h3>
149IP address: 192.168.1.27
150web server -
151<p>
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op

Differences for page "beaglebone_pool_timer"


expected html
generated html
t No Differences Found t No Differences Found 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op

Update saved output

Back to diff page

Return to Regression_Test page
TBWiki engine 1.9.3 by Tim Bird