Displaying Weather Statistics


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    South-West of Australia. A small town called Denmark. 'Where the forest meets the sea.'
    Posts
    136

    Default Displaying Weather Statistics

    I've nearly completed by weather station and want to show some of the data on my PC.

    Has anyone got a Visual Basic (or anything else) program to run on a PC that can accept data via the COM port and show:

    1. Wind direction and speed - ideally by some sort of historical radial plot.

    2. Graphs of other readings: humidity, temperature, pressure and so on.

    Previously I've used the StampPlotPro from SelmaWare but can't get a radial plot out of it.

    Regards Bill Legge

  2. #2
    Join Date
    Sep 2009
    Posts
    19


    Did you find this post helpful? Yes | No

    Default

    I doubt you will find many apps to do that.

    I have used RRDTool for graphing. RRDtool is sort of a database in itself. I made myself an anemometer based on a 16f628A which spits out data and logs to an RRD for display on my web server. Mine runs on linux/php, not Windows but you're welcome to it though.... I can't see reason you could not port the setup to windows - I belive there is an RRDTool for win32 and PHP is definately doable. Where you might get stuck is on the serial coms class i use.

    VB is very easy to work with serial ports and VBExpress is free if you have to use windows.

  3. #3
    Join Date
    Nov 2007
    Location
    South-West of Australia. A small town called Denmark. 'Where the forest meets the sea.'
    Posts
    136


    Did you find this post helpful? Yes | No

    Default Wind rose

    Thanks Elnino,

    I will have a loot at RRDTool - I've hot heard of it before.

    I have learning VB on my 'to do' list. I get a bit confused with:

    1. VB6
    2. VB2006
    3. Visual Baisic.Net
    4. VB Express and so on...

    Not sure what to focus on?

    Regards Bill Legge

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    To add more confusion look at some of the alternatives to VB.

    Dave Houston likes Pure Basic. Being that Dave uses it I will say it must be good.

    I find myself using Python and Liberty Basic.

    And in the long run will you want cross platform comparability ?

    Pure Basic and Python are.

    Just thoughts.
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    While Purebasic has extensive graphics capabilities (it's a favorite of game programmers) it is not as easy to create this type of graphics as it is with VB. PB requires more low-level work.

    The advantage of Purebasic is that it is cross-platform (Windows, Linux, OSX) and compiles to small, efficient, standalone executables.

  6. #6


    Did you find this post helpful? Yes | No

    Default

    One thing you could do is upload the weather data to a website like weatherunderground.com. Then you can let them display the data. And manage the webcode.
    Tim Barr

Similar Threads

  1. Problem displaying data from GPS module & using 16f877a
    By financecatalyst in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 15th April 2010, 10:27
  2. Joining variables and displaying on an LCD
    By Navaidstech in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 29th April 2009, 04:12
  3. Weather Station wireless
    By jetpr in forum General
    Replies: 15
    Last Post: - 24th August 2007, 20:38
  4. Displaying messages with only 7 (or 4) LEDs on a stick...
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 20th May 2007, 08:35
  5. Reporting program statistics
    By alex in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 23rd December 2004, 17:18

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts