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 >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
