will you elaborate it a little? cuz I'm not getting you propery

Regards,
Mohsin Murad

"Read: In the name of your Lord Who creates,
creates man from a clot.
Read: And your Lord is the Most Bounteous,
Who teaches by the use of the pen,
teaches man that which he knew not." Quran 96:105




From: [email protected]
To: [email protected]
Date: Wed, 27 May 2009 16:11:53 -0200
Subject: Re: [Tinyos-help] Oscilloscope - Reading Both Temperature &    
Humidity Values Of a TelosB Mote










MOHSIN,


        it is not an ease task. You would have to make changes in the programs 
that stay resident in the computer, the java portion of Oscilloscope.


        An ugly but easy way to do what you want to do is: to change the 
identification number in the message the node sends. If node 01 samples two 
sensors, you could send data from sensor 1 with ID=101 and data from sensor 2 
with ID=201. Of corse your network would have less than 100 nodes.


        For default, Oscilloscope makes   local.id = TOS_NODE_ID.  Then you can 
make changes in OscilloscopeC.nc, inside       event void Timer.fired(), 
modifying   local.id



***************** 

 Jo�o Giacomin 

 Prof-DCC-UFLA 

*****************



---------- Original Message -----------

From: MOHSIN MURAD <[email protected]> 

To: <[email protected]> 

Sent: Wed, 27 May 2009 20:59:25 +0500 

Subject: [Tinyos-help] Oscilloscope - Reading Both Temperature & Humidity 
Values Of a TelosB Mote 



> Hello All,

> 

> I want to use the Oscilloscope Application to fetch both temperature & 
> humidity values of a mote, but in the default application I can read only a 
> single value from one mote, I'm using three telob motes and a fourth one 
> running BaseStation. Currently I'm getting three different values, two 
> temperatures from two telosb and one humidity value from the third mote.

> 

> in DemoSensor I'm using

> 

> OscilloscopeC.Read -> SensirionSht11C.Temperature; for temperature

> 

> and

> 

> OscilloscopeC.Read -> SensirionSht11C.Humidity; for humidity

> 

> How can I fetch both values so that I've SIX VALUES IN THE GRAPH?

> 

> Regards, 

> Mohsin Murad

> 



_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to