Re: [Tinyos-help] A simple question in tinyos

2007-06-28 Thread Murtuza
Thts fine..but there is still one more thing to ask. If an event is not doing anything then why do we take the pains to include it.. for example in file tinyos-1.x/tos/platform/mica2/CC1000RadioIntM.nc there are some "default events" which do nothing. They are not even implemented in some other

[Tinyos-help] A simple question in tinyos

2007-06-28 Thread Murtuza
hi friends, Can anyone tell me what a "default event" is? Why do we need the word "default" in it...can we just say "event" ? Thanking You MMA ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin

RE: [Tinyos-help] Return not allowed in atomic statements

2007-06-28 Thread Benjamin Madore
Makes sense, The RPM installed in one directory, and TOS was looking in another, so I renamed the folder and linked it. I updated Cygwin due to the "entry point" error. Now I'm getting "cc1: error: invalid option `mcu=atmega128'" I have tried working with the new .platform file, but it generate

[Tinyos-help] TOSSIM CC2420 simulation, CCA is always busy busy busy....

2007-06-28 Thread Yang Peng
Hi Phil, I am using TOSSIM to do my simulation, but I met a problem here, the module I used is TOSSIM-CC2420 under /tinyos-1.x/beta/TOSSIM-CC2420 I use a root to do broadcasting periodly, the interval is 1 second, and other nodes do retransmission. I tract down my program and find that after sev

Re: [Tinyos-help] Dissemination with Deluge T2

2007-06-28 Thread Chieh-Jan (Mike) Liang
Hi Ryan, Thank you for trying out and giving us feedbacks. Some Deluge T2 behavior are based on how we would like to use it. However, since Deluge T2 is still in early stage, we certainly take people's suggestions into consideration, and possibly incorporate them into future releases. Thank

[Tinyos-help] tmote skt and UART GPS

2007-06-28 Thread amine berrazzouk
Hi, i m a moroccan student , I m new in mote programming , and i want to connect a GPS to a tmote sky's uart0 " 10 pin connector", could you help me to do this by sending me some programs or documents or implemented example. i read Boomerang_UART0_Sample but it is not very clear for me excuse f

[Tinyos-help] Problem with command make micaz docs

2007-06-28 Thread projet19 projet19
Hi, We try to build the NesDoc of our application, but it's failed. So we do the command : make micaz docs on the application directory and it result as follow : $ make micaz docs Making documentation for Mote_App on micaz nesdoc /opt/tinyos-1.x/doc/nesdoc/micaz -topdir="/home/dcg" -topdir=

RE: [Copfilter] Copy of quarantined email - *** SPAM *** [11.2/5.0][Tinyos-help] TelosB-Eclipse plugin

2007-06-28 Thread Firat TARAKTAS
Make sure that your environmental variables are assigned corretly. Firat TARAKTAS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 28, 2007 5:13 PM To: tinyos-help@Millennium.Berkeley.EDU Subject: [Copfilter] Cop

[Tinyos-help] ADC.dataready()

2007-06-28 Thread CASTEL Myriam
Hello, In my application, I have a problem with the event ADC.dataready() of the component ADCC. In fact, the motes MICA2 enter always in the event and execute all the lines inside. However, the command ADC.getData() was never called. How is it possible? Thank you for your help

[Copfilter] Copy of quarantined email - *** SPAM *** [11.2/5.0] [Tinyos-help] TelosB-Eclipse plugin

2007-06-28 Thread [EMAIL PROTECTED]
Hey all,I need your help regarding to TelosB motes, I'm using Eclipse plugin, but I'm unable to program the motes,Can u help me??.. antonio _ With Windows Live Hotmail, you can personalize your inbox with your favorite color. www.win

[Copfilter] Copy of quarantined email - *** SPAM *** [7.8/5.0] [Tinyos-help] Problem with nesCdoc

2007-06-28 Thread [EMAIL PROTECTED]
Hi, We try to build the NesDoc of our application, but it's failed. So we do the command : make micaz docs on the application directory and it result as follow : $ make micaz docs Making documentation for Mote_App on micaz nesdoc /opt/tinyos-1.x/doc/nesdoc/micaz -topdir="/home/dcg" -topdir=

Fwd: [Tinyos-help] SPSend: sending a multi-packets message

2007-06-28 Thread julien falco
Thank you for your answer. I am still curious to know the relation between msg and tosmsg. Should msg be a structure of TOS_Msg? You say that send() only sends one packet: why then the nesdoc for send() says ' tosmsg - the first TOS_Msg packet in the SP message'?? I think this SP thing looks pow

[Tinyos-help] avr-gcc compilation option for tinyos?

2007-06-28 Thread Baik, Jin-serk
I saw that page before, but it's not appropriate in my case because it explains to install the development environment of tinyos using the pre-built packages. I need avr-gcc of 3.4.6 or newer to get the atmega 1280/2560 support. J. Baik -Original Message- From: Steve McKown [mailto:[EM

[Tinyos-help] TelosB-Eclipse plugin

2007-06-28 Thread antonio gonga
Hey all,I need your help regarding to TelosB motes, I'm using Eclipse plugin, but I'm unable to program the motes,Can u help me??.. antonio _ With Windows Live Hotmail, you can personalize your inbox with your favorite color. www.win

[Tinyos-help] Problem with nesCdoc

2007-06-28 Thread projet19 projet19
Hi, We try to build the NesDoc of our application, but it's failed. So we do the command : make micaz docs on the application directory and it result as follow : $ make micaz docs Making documentation for Mote_App on micaz nesdoc /opt/tinyos-1.x/doc/nesdoc/micaz -topdir="/home/dcg" -topdir=

[Tinyos-help] Strange compiler error

2007-06-28 Thread Oussama Chougna
Hello TinyOS experts, I get this error when compiling tinyos code: Assertion "t->type && !(defaulted_int || class || scf || name)" failed: file "sematics.c", line 3584 Make: *** [exe0] error 1 My knowledge tells me that this is a parse error. I searched my whole harddrive for

[Tinyos-help] [Dissemination]

2007-06-28 Thread vazoumana fofana
Hello i try to test the Dissemination application. I note there is no call of Radio medium ? How does the basestation send information to the network ? Thanks _ Ten : Messenger en illimité sur votre mobile ! http://mobile.live

Re: [Tinyos-help] Dissemination with Deluge T2

2007-06-28 Thread J. Ryan Stinnett
Mike - That seemed to do it, thanks for patching it up so quickly! Here are my initial impressions of Deluge T2: - Transfer speed similar to or slightly slower than Deluge 2.0 I haven't really done a comparison of any kind this was just based on my expectation of how long a transfer should