[Firebug-cvs] firebug/web base_station.html,NONE,1.1 admin.html,1.15,1.16
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-07-21 20:30:45
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22013 Modified Files: admin.html Added Files: base_station.html Log Message: Added a web page showing how the base station is put together along with parts and part numbers so that other people can order them easily. Index: admin.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/admin.html,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** admin.html 14 Jul 2004 22:07:35 -0000 1.15 --- admin.html 21 Jul 2004 20:30:22 -0000 1.16 *************** *** 151,155 **** <code>example_current</code> and <code>example_cumulative</code>. The mysql client supports cut and paste, use the following: </p> ! <pre> CREATE TABLE example_current (mote_id INTEGER,<br> time TIMESTAMP,<br> temp FLOAT,<br> rel_hum FLOAT,<br> _baropres FLOAT,<br> cnt INTEGER);<br> </pre> <pre> CREATE TABLE example_cumulative (mote_id INTEGER,<br> time TIMESTAMP,<br> temp FLOAT,<br> rel_hum FLOAT,<br> baro_pres FLOAT,<br> cnt INTEGER);<br> </pre> <p> </p> --- 151,162 ---- <code>example_current</code> and <code>example_cumulative</code>. The mysql client supports cut and paste, use the following: </p> ! <pre> CREATE TABLE example_current (mote_id INTEGER, ! <br /> time TIMESTAMP, ! <br /> temp FLOAT, ! <br /> rel_hum FLOAT, ! <br /> _baropres FLOAT, ! <br /> cnt INTEGER); ! <br /> ! </pre> <pre> CREATE TABLE example_cumulative (mote_id INTEGER,<br> time TIMESTAMP,<br> temp FLOAT,<br> rel_hum FLOAT,<br> baro_pres FLOAT,<br> cnt INTEGER);<br> </pre> <p> </p> --- NEW FILE: base_station.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Field preparation for base station</title> </head> <body> <h1>Field preparation for base station</h1> <p> The base station mote mounts on a Crossbow MIB510 programming board. The board is equipped with strategically placed holes for mounting motes and sensors, which we used with some off-the-shelf parts to increase the system's robustness in field conditions. The following snapshot of the unit is annotated with parts we added. </p> <img src="./images/base_station_anno.jpg" width="650"> <ol> <li>Socket cap screw, nylon, 4-40 x 3/4", McMaster-Carr 95868A113</li> <li>Flat washer, nylon, #4, Waldom KNW-875</li> <li>Spacer, nylon, #4, 3/16" long x 1/4" O.D., McMaster-Carr 94639A102</li> <li>Nut, steel nickel plated, 4-40 x 1/4" x 3/32", Waldom KF-557</li> <li>Stand off nut for 9-pin serial line connector</li> </ol> <hr> <address><a href="mailto:"></a></address> <!-- Created: Wed Jul 21 13:03:52 Pacific Daylight Time 2004 --> <!-- hhmts start --> Last modified: Wed Jul 21 13:27:58 Pacific Daylight Time 2004 <!-- hhmts end --> </body> </html> |