Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1:/tmp/cvs-serv1835
Modified Files:
sensorarch.html
Added Files:
sensors.html
Log Message:
Added more material on the hardware.
--- NEW FILE: sensors.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
<title>Fire Board Sensors</title>
</head>
<body>
<h1>Fire Board Sensors</h1>
<p>
The Fire Board consists of various kinds of sensors.
</p>
<h2>Temperature and Humidity</h2>
Sensirion temperature and humidity
<a href="http://www.sensirion.com/en/sensors/humidity/sensors_devices/sensorSHT11.htm">SHT11</a> sensor. <img src="./images/SHT11_150px.jpg" />
<h2>Acceleration</h2>
The Fire board has a 2-way Analog Devices, Inc.
<a href="http://www.analog.com/Analog_Root/productPage/productHome/0%2C%2CADXL311%2C00.html">ADXL311 accelerometer</a>.
<h2>Barometric pressure</h2>
Barometric pressure is obtained using an
Intersema <a href="http://www.intersema.com/site/technical/ms5534.php">
MS5534</a> sensor. <img src="./images/ms5534.jpg" />
<h2>Light sensor</h2>
Texas Advanced Optoelectronic Solutions, Inc (TAOSInc)
Light sensor: <a href="http://www.taosinc.com/product_detail.asp?cateid=20&proid=6">TSL257</a>. <img src="./images/tsl257.jpg" />
</body>
</html>
Index: sensorarch.html
===================================================================
RCS file: /cvsroot/firebug/firebug/web/sensorarch.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** sensorarch.html 2 May 2003 17:52:13 -0000 1.7
--- sensorarch.html 4 Aug 2003 19:54:57 -0000 1.8
***************
*** 5,11 ****
<html>
<head>
! <link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
-
<title>FireBug Sensor network architecture</title>
</head>
--- 5,10 ----
<html>
<head>
! <link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
<title>FireBug Sensor network architecture</title>
</head>
|