Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2011-07-17 Thread Michael Schippling
Please send messages to the help list, not me directly. I believe the doc/tutorial covers how to use the ADC interfaces and the oscilloscope program. Basically you should be able to replace VoltageC, or even DemoSensorC itself, with anything that provides the ADC interface, such as Photo or Temp

[Tinyos-help] Using TelosB 2420 onboard sensors

2011-07-15 Thread Aravind S
Hi I am new to tinyos and following the tutorial. I have run the oscilloscope app. with two telosb 2420. It seems to work fine but displays a constant line graph. I want to now use the light , temperature sensors to display on graph. Checking DemoSensorC.nc shows VoltageC as DemoSensor. How

Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2011-07-15 Thread ARAVIND.S
Hi I am new to tinyos I have run the oscilloscope app. with two telosb 2420. It seems to work fine but displays a constant line graph. I want to now use the light , temperature sensors to display on graph and to display readings on terminal Please send me the source code for the same.

[Tinyos-help] Using TelosB 2420 onboard sensors

2011-07-14 Thread Aravind S
Hi I am new to tinyos and following the tutorial. I have run the oscilloscope app. with two telosb 2420. It seems to work fine but displays a constant line graph. I want to now use the light , temperature sensors to display on graph. Checking DemoSensorC.nc shows VoltageC as DemoSensor. How

[Tinyos-help] Using TelosB 2420 onboard sensors

2010-10-17 Thread faisal
Hi I am new to tinyos and following the tutorial. I have run the oscilloscope app. with two telosb 2420. It seems to work fine but displays a constant line graph. I want to now use the light , temperature sensors to display on graph. Checking DemoSensorC.nc shows VoltageC as DemoSensor. How can

Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2010-10-17 Thread faisal
) for reading temperature and humidity on telosB motes. I'm not sure about the light sensor. daryoush -- Date: Sun, 17 Oct 2010 15:07:57 +0100 From: xfai...@gmail.com To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Using TelosB 2420 onboard sensors

Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2010-10-17 Thread Urs Hunkeler
motes. I'm not sure about the light sensor. daryoush -- Date: Sun, 17 Oct 2010 15:07:57 +0100 From: xfai...@gmail.com To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Using TelosB 2420 onboard sensors Hi I am new to tinyos and following the tutorial

Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2010-10-17 Thread faisal
read inteface not readstream. daryoush -- Date: Sun, 17 Oct 2010 16:35:37 +0100 Subject: Re: [Tinyos-help] Using TelosB 2420 onboard sensors From: xfai...@gmail.com To: daryoush...@hotmail.com; tinyos-help@millennium.berkeley.edu Hi Daryoush I have checked