Prowler weather station connected via USB. Ubuntu 9.10 doesn't recognise it
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm still working on putting things together in a neat package, but FWIW, here's the first bit of the README
Quote:
BASIC WEATHER STATION TO DATABASE SETUP
=======================================
1. First thing you need to do is to give yourself access to the Weather Station device... either you can do everything
as root (not a good idea), or copy the following line to a file called /etc/udev/rules.d/39-weather.rules
I have a WH-1080 weather station that I'm running successfully with some python scripts called pywws.
It doesn't provide the same features as the weather software you mentioned
but it does provide all the data as a series of text files.
[It just occurred to me that you could run the Windows weather software under a virtual machine as long as USB can be accessed from it. Must give this a try with VMware]
EDIT: I just tried out the Cumulus software and it works in a VMware session. Guest is running Windows XP
Last edited by tumutbound; 06-21-2010 at 03:18 AM.
I'm just finding this, and trying to get the easyweather software to work in Linux (Ubuntu 10.04).
I can get the software going just fine in wine, I've got the hardware talking to my Linux, but don't have the fiddly bits that make the hardware talk to the easyweather software. Has anyone got this going?
Just a note, in case someone else gets stuck. The complilation above didn't quite work as described (newbie here as well) I had to get libusb-dev (as it wasn't installed, get it though the synaptic package manager) then had to change the compile to
gcc -o wssr wwsr.c /usr/lib/libusb-0.1.so.4
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.