Post a new topicPost a reply Page 1 of 1   [ 3 posts ]
Author Message
 Post subject: waspmote and davis weather station
PostPosted: Mon Oct 17, 2011 3:12 am 

Joined: Mon Oct 17, 2011 2:57 am
Posts: 58
I am a beginner, and I want to use davis weather station with waspmote v1.0,
I am wondering has everyone here have experience with intergrate davis weather station with waspmote v1.0?


I have use the code:

Code:
float value_anemometer = 0;
float value_vane = 0;
void setup()
{
  // Init USB
  USB.begin();
 
}

void loop()
{
   wind();
}

void wind(){
  USB.print("wind vane:");
 
 SensorAgr.setSensorMode(SENS_ON,SENS_AGR_VANE);
  delay(100);
  value_vane = SensorAgr.readValue(SENS_AGR_VANE);
  USB.println(value_vane);
 
  USB.print("ANEMOMETER:");

  SensorAgr.setSensorMode(SENS_ON,SENS_AGR_ANEMOMETER);
  delay(100);
  value_anemometer = SensorAgr.readValue(SENS_AGR_ANEMOMETER);
  USB.println(value_anemometer); 
}


I have reading from vane, but the reading from vane something just in differernt range(in onePC the value may all lower then 1, in other pc the value reading may between 2 - 1.) Also I cannot get any reading from anemometer...

It will be great if some one can help.
Thank you!


Top
 Profile  
 
 Post subject: Re: waspmote and davis weather station
PostPosted: Thu Oct 20, 2011 1:17 pm 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7501
Hi wxwxwhy,

we are very sorry, but we have no experience with that weather station, so we can't help you.

Regards.


Top
 Profile  
 
 Post subject: Re: waspmote and davis weather station
PostPosted: Tue Oct 25, 2011 2:56 am 

Joined: Mon Oct 17, 2011 2:57 am
Posts: 58
thanks for the answer.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 1   [ 3 posts ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Libelium theme based on 610nm Style by Daniel St. Jules of http://www.gamexe.net


© Libelium Comunicaciones Distribuidas S.L. | Terms of use