Hello everyone,

I was just wondering whether we could monitor both the light and the temperature with the Oscilloscope application, because I know the ADC they use is the same and thus, they cannot work at the same time. Would pasting the two applications in one work, or can we just add the line: Temp as Sensor, to the existing Oscilloscope application and use a timer or something? Can someone help, please?

Thank you,
Xenia Economidou



From:  Pablo Guerrero <[EMAIL PROTECTED]>
Reply-To:  [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
CC:  [email protected]
Subject:  Re: [Tinyos-help] OscilloscopeRF with temp sensor ?
Date:  Wed, 11 Jan 2006 16:29:27 +0100
MIME-Version:  1.0
Received:  from mail.Millennium.Berkeley.EDU ([169.229.48.157]) by bay0-mc12-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 11 Jan 2006 07:31:13 -0800
Received:  from mail.Millennium.Berkeley.EDU (IDENT:[EMAIL PROTECTED] [127.0.0.1])by mail.Millennium.Berkeley.EDU (8.13.4/8.13.4/Debian-3) with ESMTP id k0BFTcJX031947;Wed, 11 Jan 2006 07:29:40 -0800
Received:  from paris.dvs1.informatik.tu-darmstadt.de(paris2.dvs1.informatik.tu-darmstadt.de [130.83.166.130])by mail.Millennium.Berkeley.EDU (8.13.4/8.13.4/Debian-3) with ESMTP idk0BFTYpN031941(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)for <[email protected]>;Wed, 11 Jan 2006 07:29:35 -0800
Received:  from [130.83.166.235] (madeira [130.83.166.235])(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(No client certificate requested)by paris.dvs1.informatik.tu-darmstadt.de (Postfix) with ESMTP idA75BB4E9CB; Wed, 11 Jan 2006 16:29:28 +0100 (CET)
>Daniel,
>    in the file Oscilloscope.nc, change the line
>
>configuration Oscilloscope { }
>implementation
>{
>   components Main, OscilloscopeM
>            , TimerC
>            , LedsC
>            , Photo as Sensor
>.....
>
>to the following:
>            , Temp as Sensor
>
>Then recompile as usual, for instance for Mica2's with MTS101 sensor
>boards, use the following command:
>$ SENSORBOARD=basicsb make mica2
>
>Hope that helps.
>
>Pablo
>
>
>[EMAIL PROTECTED] wrote:
>
>>Date: Wed, 11 Jan 2006 20:02:22 +1100
>>From: Daniel Larsson <[EMAIL PROTECTED]>
>>Subject: [Tinyos-help] OscilloscopeRF with temp sensor ?
>>To: [email protected]
>>Message-ID:
>> <[EMAIL PROTECTED]>
>>Content-Type: text/plain; charset="iso-8859-1"
>>
>>Hi
>>
>>I read in the Oscilloscope.nc file "The default sensor used is the
>>Photo
>>component."
>>
>>Has anyone modified it (or know how to) for the temp sensor ?
>>I'm using a mica2 with a mts310 sensor board.
>>
>>Best Regards,
>>Daniel.
>>-------------- next part --------------
>>An HTML attachment was scrubbed...
>>URL:
>>http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20060111/f1207b04/attachment-0001.html
>>
>_______________________________________________
>Tinyos-help mailing list
>[email protected]
>https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to