Re: Weather Stations

2003-10-11 Thread Paul William

 Any suggestions for weather stations (a piece of equipment, not an 
 online station) that a linux box can talk to?  I assume a serial port
 is the interface of choice here.

The old fashioned way - use wget, curl or perl to rip any data you want
off the numerous weather info sites on the net.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Weather Stations

2003-10-11 Thread Olav Lavell
Op za 11-10-2003, om 04:51 schreef Arnt Karlsen:


 ..http://www.ibutton.com/weather/ ?  Found it from
 http://www.google.com/search?q=linux+PC+%22weather+station+sensors%22

Or perhaps even http://www.wunderground.com/weatherstation/index.asp?



-- 
Met vriendelijke groet,

Olav.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Weather Stations

2003-10-11 Thread Kirk Strauser
At 2003-10-11T11:07:10Z, Paul William [EMAIL PROTECTED] writes:

 (a piece of equipment, not an online station)

 The old fashioned way - use wget, curl or perl to rip any data you want
 off the numerous weather info sites on the net.

Erm, that's not what he wants.  He wants to interface with a set of probes
outside his home / office / whatever to record whether at his exact
location.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Re: Weather Stations

2003-10-11 Thread Pigeon
On Fri, Oct 10, 2003 at 11:39:13PM -0400, [EMAIL PROTECTED] wrote:
 On Fri, 10 Oct 2003, Bill Moseley wrote:
 
  Actually, there's two parts.  First we need a machine to collect
  data from an inexpensive weather station and then copy (ftp/scp) the
  data to some location every so often.
 
  Any suggestions for weather stations (a piece of equipment, not an
  online station) that a linux box can talk to?  I assume a serial port
  is the interface of choice here.
 
  The second part is for a web site to fetch the data and convert it into
  some type of display suitable for a web page.  It would be nice to have
  something graphic (even if it is static data -- could use some animated
  image to give the effect of the wind speed fluctuating, I suppose ;)
 
  Any ideas?
 I recall from pop electronics or maybe the back of Linux (world,format...)
 some ruggedized simple data logging devices (temp, Hg, vibration) with
 serial intefaces that run on batteries?
 I just did a google: Bingo!
 www.picotech.com

Do they support Linux now? Their ads look like they're still M$-only.
They use a parallel port interface, so it might be rather awkward to
figure out how to drive them. A dead-tree advert I have suggests
http://www.ObservantWorld.com , who make a thing called a Data
Station that gives you a bunch of analogue and digital inputs and
outputs and is controlled via RS232. Or you could program a PIC
microcontroller to do the job.

These might be useful (if they still work - they're from a
3-years-dead tree):

http://www.ibutton.com/TINI
http://www.siteplayer.com (also given as http://www.SitePlayer.com )
http://www.eix.co.uk/Ethernet

The last two are from an article by Eddy Insam in the October 2001
issue of Electronics World describing how he built a remarkably simple
gadget enabling him to log onto his basement and read the temperature
and switch lights and heaters on and off.

The SitePlayer thing is a matchbox-sized module comprising a NIC chip
and a microcontroller which runs a web server enabling you to read and
write its I/O ports via a web page. It did unfortunately seem to be
the case that you needed a Windoze application to download the HTML
code to the SitePlayer module, but OTOH it uses an Ethernet interface
so it should be fairly straightforward to use a packet sniffer to see
what's going on.

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: Weather Stations

2003-10-11 Thread Ron Johnson
On Sat, 2003-10-11 at 11:51, Pigeon wrote:
 On Fri, Oct 10, 2003 at 11:39:13PM -0400, [EMAIL PROTECTED] wrote:
  On Fri, 10 Oct 2003, Bill Moseley wrote:
  
   Actually, there's two parts.  First we need a machine to collect
   data from an inexpensive weather station and then copy (ftp/scp) the
   data to some location every so often.
  
   Any suggestions for weather stations (a piece of equipment, not an
   online station) that a linux box can talk to?  I assume a serial port
   is the interface of choice here.
  
   The second part is for a web site to fetch the data and convert it into
   some type of display suitable for a web page.  It would be nice to have
   something graphic (even if it is static data -- could use some animated
   image to give the effect of the wind speed fluctuating, I suppose ;)
  
   Any ideas?
  I recall from pop electronics or maybe the back of Linux (world,format...)
  some ruggedized simple data logging devices (temp, Hg, vibration) with
  serial intefaces that run on batteries?
  I just did a google: Bingo!
  www.picotech.com

Do you think these RS232 devices could be controlled by a USB-Serial
adapter?  (Since on-board serial is slowly going the way of the
dinosaur?)

 Do they support Linux now? Their ads look like they're still M$-only.
 They use a parallel port interface, so it might be rather awkward to
 figure out how to drive them. A dead-tree advert I have suggests
 http://www.ObservantWorld.com , who make a thing called a Data
 Station that gives you a bunch of analogue and digital inputs and
 outputs and is controlled via RS232. Or you could program a PIC
 microcontroller to do the job.

-- 
-
Ron Johnson, Jr. [EMAIL PROTECTED]
Jefferson, LA USA

Why should we not accept all in favor of woman suffrage to our
platform and association even though they be rabid pro-slavery
Democrats.
Susan B. Anthony, _History_of_Woman_Suffrage_
http://www.ifeminists.com/introduction/essays/introduction.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Weather Stations

2003-10-11 Thread kmark


On Sat, 11 Oct 2003, Pigeon wrote:

 On Fri, Oct 10, 2003 at 11:39:13PM -0400, [EMAIL PROTECTED] wrote:
  On Fri, 10 Oct 2003, Bill Moseley wrote:
 
   Actually, there's two parts.  First we need a machine to collect
   data from an inexpensive weather station and then copy (ftp/scp) the
   data to some location every so often.
  
   Any suggestions for weather stations (a piece of equipment, not an
   online station) that a linux box can talk to?  I assume a serial port
   is the interface of choice here.
  
   The second part is for a web site to fetch the data and convert it into
   some type of display suitable for a web page.  It would be nice to have
   something graphic (even if it is static data -- could use some animated
   image to give the effect of the wind speed fluctuating, I suppose ;)
  
   Any ideas?
  I recall from pop electronics or maybe the back of Linux (world,format...)
  some ruggedized simple data logging devices (temp, Hg, vibration) with
  serial intefaces that run on batteries?
  I just did a google: Bingo!
  www.picotech.com

 Do they support Linux now? Their ads look like they're still M$-only.
snip
Hi,
I was googing on 'picotech linux' and thougth I saw something but now that
I looked again, I saw they were advertising only 'linux drivers for their
products for free (for red hat 5.2 and 6.0).  Oh well. Maybe someone can
get them to open source it.
-Kev


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Weather Stations

2003-10-11 Thread Pigeon
On Sat, Oct 11, 2003 at 04:52:28PM -0500, Ron Johnson wrote:
 On Sat, 2003-10-11 at 11:51, Pigeon wrote:
  A dead-tree advert I have suggests
  http://www.ObservantWorld.com , who make a thing called a Data
  Station that gives you a bunch of analogue and digital inputs and
  outputs and is controlled via RS232. Or you could program a PIC
  microcontroller to do the job.
  
 Do you think these RS232 devices could be controlled by a USB-Serial
 adapter?

Undoubtedly. The devices made by http://www.ftdichip.com have support
in the Linux kernel which appears to emulate the IOCTLs of a standard
serial port, and it seems you can drive an ordinary modem with them.

  http://www.ftdichip.com/FTDriver.htm#LINUX
  http://ftdi-usb-sio.sourceforge.net/


 (Since on-board serial is slowly going the way of the dinosaur?)

...a situation which I consider to be dead and chewed, as I agree with
your Einstein quote from some other thread and reckon that USB is way
too complex for anything that doesn't require the high data rate... I
build some PIC-microcontroller-based gadget that is controlled by
sending it a single character at infrequent intervals; RS232 is ideal,
as some PIC microcontrollers have the hardware built in, on those that
don't it's trivial to implement it in software, and you can use bell
wire for the data cable. USB is way over the top. You can't do it in
software on a PIC because they're not fast enough. Even if a PIC with
USB hardware was available it'd still need to run rather faster than
normal to keep up with the bus. (Fast microcontrollers are scarce and
expensive; the requirements are more often for low power consumption
and simplicity of interfacing.) The FTDI devices mentioned above do
the job, but they are expensive, and are quite likely to cost more
than all the other electronic parts put together.

Similarly, I consider it to be dead and chewed that digital radio
broadcasting is being introduced as a replacement for analogue
broadcasting, not as an additional service. I predict that we'll end
up seeing a generation of hardware engineers whose proficiency suffers
because they were introduced to the subject academically in their
teens or later, as opposed to being introduced by natural interest by
building crystal sets when they were little.

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21C61F7F


pgp0.pgp
Description: PGP signature


Weather Stations

2003-10-10 Thread Bill Moseley
Actually, there's two parts.  First we need a machine to collect 
data from an inexpensive weather station and then copy (ftp/scp) the 
data to some location every so often.  

Any suggestions for weather stations (a piece of equipment, not an 
online station) that a linux box can talk to?  I assume a serial port
is the interface of choice here.

The second part is for a web site to fetch the data and convert it into
some type of display suitable for a web page.  It would be nice to have
something graphic (even if it is static data -- could use some animated
image to give the effect of the wind speed fluctuating, I suppose ;)

Any ideas?


-- 
Bill Moseley
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Weather Stations

2003-10-10 Thread Dean Allen Provins
Bill:

Dallas Semiconductor sold weather stations several years ago that
could talk to Linux (as well as that other OS).  It was about $80US.
I believe that another firm is now marketing the product.  A google search
ought to find it.  The base system includes wind speed and direction,
and temperature.  There was an add-on for a rain guage too.
The software to control it was included.

Dean

On Fri, Oct 10, 2003 at 02:47:33PM -0700, Bill Moseley wrote:
 Actually, there's two parts.  First we need a machine to collect 
 data from an inexpensive weather station and then copy (ftp/scp) the 
 data to some location every so often.  
 
 Any suggestions for weather stations (a piece of equipment, not an 
 online station) that a linux box can talk to?  I assume a serial port
 is the interface of choice here.
 
 The second part is for a web site to fetch the data and convert it into
 some type of display suitable for a web page.  It would be nice to have
 something graphic (even if it is static data -- could use some animated
 image to give the effect of the wind speed fluctuating, I suppose ;)
 
 Any ideas?
 
 
 -- 
 Bill Moseley
 [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
Dean Provins 
  [EMAIL PROTECTED]
  KeyID at at pgpkeys.mit.edu:11371: 0x9643AE65


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Weather Stations

2003-10-10 Thread Arnt Karlsen
On Fri, 10 Oct 2003 17:33:33 -0600, 
Dean Allen Provins [EMAIL PROTECTED] wrote in message 
[EMAIL PROTECTED]:

 Bill:
 
 Dallas Semiconductor sold weather stations several years ago that
 could talk to Linux (as well as that other OS).  It was about $80US.
 I believe that another firm is now marketing the product.  A google
 search ought to find it.  The base system includes wind speed and
 direction, and temperature.  There was an add-on for a rain guage too.
 The software to control it was included.
 

..http://www.ibutton.com/weather/ ?  Found it from
http://www.google.com/search?q=linux+PC+%22weather+station+sensors%22


-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Weather Stations

2003-10-10 Thread kmark


On Fri, 10 Oct 2003, Bill Moseley wrote:

 Actually, there's two parts.  First we need a machine to collect
 data from an inexpensive weather station and then copy (ftp/scp) the
 data to some location every so often.

 Any suggestions for weather stations (a piece of equipment, not an
 online station) that a linux box can talk to?  I assume a serial port
 is the interface of choice here.

 The second part is for a web site to fetch the data and convert it into
 some type of display suitable for a web page.  It would be nice to have
 something graphic (even if it is static data -- could use some animated
 image to give the effect of the wind speed fluctuating, I suppose ;)

 Any ideas?
I recall from pop electronics or maybe the back of Linux (world,format...)
some ruggedized simple data logging devices (temp, Hg, vibration) with
serial intefaces that run on batteries?
I just did a google: Bingo!
www.picotech.com
-Kev


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]