[Tinyos-help] Tmote sky: how to take all readings (temp, humidity etc.) using surgetelos or delta

2006-06-26 Thread Giovanni Petracca
Title: Messaggio Hello all, how can I modify the SurgeTelos or the Delta (the latest version,I believe)application to take all readings from tmote sky sensor( external temp, humidity, light) , in multihop mode (obviously) ? can you help me? sorry if i'm not so expert and for my not

Re: [Tinyos-help] how to get an accurate time

2006-06-26 Thread Matt Roberts
I don't know how accurate it is, but you can get the time that a message was received by using the 'time' element in the 'TOS_Msg' message structure.E.g.event TOS_MsgPtr x.receive(TOS_MsgPtr m) { uint32_t tRec = m-time; ... return m;}Hope this is of some help to you.Matt

Re: [Tinyos-help] Obtaining microsecond timestamps in TinyOS 2

2006-06-26 Thread Avinash Sridharan
Just checking ... in tinyos-2.x the msp430 chipset has a Counter32KhzC component that implements the LocalTime interface which in turn returns a 32 bit clock value. So in the tmotes and the telosb we should be able to get microsecond accuracy clock readings with this component right ?

Re: [Tinyos-help] Obtaining microsecond timestamps in TinyOS 2

2006-06-26 Thread David Gay
On 6/26/06, Avinash Sridharan [EMAIL PROTECTED] wrote: Just checking ... in tinyos-2.x the msp430 chipset has a Counter32KhzC component that implements the LocalTime interface which in turn returns a 32 bit clock value. So in the tmotes and the telosb we should be able to get microsecond

[Tinyos-help] FW: Questions on CC2420

2006-06-26 Thread Shi Yuan
Could someone give a quick note on this two questions ... -Original Message- From: Shi Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 1:44 PM To: 'tinyos-help' Subject: Questions on CC2420 (1) Can we just ignore this warning?

Re: [Tinyos-help] Obtaining microsecond timestamps in TinyOS 2

2006-06-26 Thread Avinash Sridharan
:) I apologize didn't pay attention to the granularity of the timestamp desired hereOn 6/26/06, David Gay [EMAIL PROTECTED] wrote:On 6/26/06, Avinash Sridharan [EMAIL PROTECTED] wrote: Just checking ... in tinyos-2.x the msp430 chipset has a Counter32KhzC component that implements the LocalTime

[Tinyos-help] [TinyOS help] Error on building MSPGCC

2006-06-26 Thread Ming
I am building mspgcc by tinyos-1.x/tools/src/mspgcc/build-mspgcc installHowever I got the following error: Created Makefile in /opt/tinyos-1.x/tools/src/mspgcc/build/gcc-3.2.3-obj./config.status is unchangedConfiguring libiberty...loading cache ../config.cachechecking whether to enable

[Tinyos-help] problem in Oscilliscope

2006-06-26 Thread mothanna alkubeily
when i program the telosb with Oscilliscope application and cd to tools/java make then export [EMAIL PROTECTED]:38400 i have a problem when i try to display the packet of data by using java net.tinyos.tools.Listen ialways the message packet too long and sometimes bad packet i also

[Tinyos-help] tinyos-help how to implement VM on tmote sky?

2006-06-26 Thread song guo
Hi all,Can any one give me some hint about how to implement VM on tomte sky?I can not find the _javascript_ directory in the tinyos directory provided by tmote sky.Thank you very much!Best Wishes,Song Guo ___ Tinyos-help mailing list

Re: [Tinyos-help] Tmote sky: how to take all readings (temp, humidity etc.) using surgetelos or delta

2006-06-26 Thread Joe Polastre
You can add the other sensors by wiring to their ADC ports and including it in the message structure. There's a document about reading other sensors on the Moteiv Community webpages: http://www.moteiv.com/community/Getting_Data_from_Tmote_Sky%27s_Sensors -Joe On 6/26/06, Giovanni Petracca

Re: [Tinyos-help] problem in Oscilliscope

2006-06-26 Thread Joe Polastre
use export [EMAIL PROTECTED]:telos -Joe On 6/26/06, mothanna alkubeily [EMAIL PROTECTED] wrote: when i program the telosb with Oscilliscope application and cd to tools/java make then export [EMAIL PROTECTED]:38400 i have a problem when i try to display the packet of data by using java

Re: [Tinyos-help] tinyos-help how to implement VM on tmote sky?

2006-06-26 Thread Joe Polastre
See http://www.cs.berkeley.edu/~pal/mate-web/ Mate is a separate package you must download. -Joe On 6/26/06, song guo [EMAIL PROTECTED] wrote: Hi all, Can any one give me some hint about how to implement VM on tomte sky?I can not find the java script directory in the tinyos directory

[Tinyos-help] Problem in SenseLightToLog

2006-06-26 Thread mothanna alkubeily
When i try to compile SenseLightToLog to tinyosb, i always have a problem in EEPROM and in function StdControl.init. __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

RE: [Tinyos-help] Writing on flash

2006-06-26 Thread David Moss
The Blackbook file system will do this, and will work on the mica2 motes you're using. There is a Dictionary file type in Blackbook that lets you store structures and arbitrary data to a file on flash, and later you're able to pull that data back out of flash by using the key associated with the

[Tinyos-help] Tmote sky: how to take all readings (temp, humidity etc.) using surgetelos or delta

2006-06-26 Thread Giovanni Petracca
Hello, my question wasn't how convert the raw data in celsius degrees , humidity value or light intensity, but how to take these raw data from the sensors installed on tmote sky modules; I explain it: can the delta application (or the old surgetelos) take temp, humidity, and light

Re: [Tinyos-help] tinyos-help how to implement VM on tmote sky?

2006-06-26 Thread Philip Levis
On Mon, 2006-06-26 at 11:20, song guo wrote: Hi all, Can any one give me some hint about how to implement VM on tomte sky?I can not find the java script directory in the tinyos directory provided by tmote sky. Thank you very much! Best Wishes, One note, depending on what software you have: