How does the data arrive at your computer?
There are a number of components that make the transfer of
data possible.
To start we will look at the well house.
|
|
Located within the well house are sensors that
monitor the temperature, on/off status of the pump and on/off status of
the heater. |
|
|
Once the data has been gathered by the microprocessor it
is combined and formatted into a data string and sent to a radio
transmitter in a serial format. The radio transmitter is then keyed
up and data is transmitted to the house approximately 200 feet away using
a beam antenna. |
|
|
Located in my home is an antenna in the attic that receives the data and sends it to a receiver. This receiver than passes the data to another microprocessor that parses out the information and stores it in variables. It also has the responsibility of recording my inside home temperature and outside temperature. |
|
|
Once all the data is collected it is ready to be sent to
my website. |
|
|
Once the data is on the server it has to be incorporated within my web pages. To do this automatically, I wrote a Perl script that places the current information within the page you are looking at. |