Hi,
i am using tinyos-2.0.2 and i want to use the sensor of temperature on
telosb platform.All i did are:
i am using Oscilloscope application,i changed
configuration OscilloscopeAppC { }
implementation
{
  components OscilloscopeC, MainC, ActiveMessageC, LedsC,
  new TimerMilliC(),new SensirionSht11C() as Sensor
  new AMSenderC(AM_OSCILLOSCOPE), new AMReceiverC(AM_OSCILLOSCOPE);
  OscilloscopeC.Boot -> MainC;
  OscilloscopeC.RadioControl -> ActiveMessageC;
  OscilloscopeC.AMSend -> AMSenderC;
  OscilloscopeC.Receive -> AMReceiverC;
  OscilloscopeC.Timer -> TimerMilliC;
OscilloscopeC.Read -> Temperature.Sensor;
  OscilloscopeC.Leds -> LedsC;
 }

i  made an application that prints data of packets in decimal form:7102,7103
etc..
How can i see these measurements in Celsius???

 thanks in advance

-- 
View this message in context: 
http://www.nabble.com/measure-temperature-on-telosb-platform-tp25515436p25515436.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to