RE: [Tinyos-help] How to make tinyos application under ecclipse

2007-11-25 Thread Enric
Dear Janos, Michael, Many thanks for your help. I think I have successfully executed make under the proper path using the -C option of make tool. It was sth like: exec("\cygwin\bin\bash -c -l "make -C /opt/tinyos-1.x/apps/BlinkTask pc"); The .exe is not properly established because of the sourc

Re: [Tinyos-help] It's about the Timer!

2007-11-25 Thread daniel widyanto
Hi all, The Send.sendDone() is called after the MCU successfully write the CC2420's FIFO. It won't wait for message's ACK from other node(s). This is my trace on T1.1.15 : GenericComm.SendMsg[id]->AMStandard.SendMsg-> task void sendTask()->RadioSend.send(buf)-> RadioCRCPacket.Send->CRCPacket.Sen

Re: [Tinyos-help] It's about the Timer!

2007-11-25 Thread Alban Hessler
I guess since she/he is disabling the ack, Liu does not expect the timer to be resetted at every send done. Alban 2007/11/26, Kevin Klues <[EMAIL PROTECTED]>: > > Daniel is right. Everytime you receive a sendDone, you are resetting > Timer1, so it basically never has the chance to fire before yo

Re: [Tinyos-help] It's about the Timer!

2007-11-25 Thread Kevin Klues
Daniel is right. Everytime you receive a sendDone, you are resetting Timer1, so it basically never has the chance to fire before you reset it again. What you probably want to do instead of keeping a second timer is change the frequency whenever you have received the 1200th sendDone event. This i

Re: [Tinyos-help] Stream voice over 802.15.4

2007-11-25 Thread Kevin Klues
The tmote has a cc2420 (packet based) radio. All incoming data that comes into the radio gets buffered by the radio hardware before notifying the microprocessor that a packet has been received. Once a full packet has been received, an interrupt is generated and the packet is read into the memory

Re: [Tinyos-help] [nesC] fan-out warnings

2007-11-25 Thread Philip Levis
On Nov 22, 2007, at 8:29 AM, Wouter Horré wrote: Hi, I have a wiring situation that looks like the folowing (simplified): generic component A generic component A (instance 1) (instance 2) | | interface I1 +--->

Re: [Tinyos-help] MultihopOscilloscope in TOSSIM

2007-11-25 Thread Philip Levis
You aren't setting up RF noise. So nodes never get a clear channel. Phil On Nov 25, 2007, at 6:28 AM, Ms Mesho wrote: hello, I am new to the TOSSIM simulation. I ran the MultihopOscilloscope application in TOSSIM. The application seems to be working fine in delivering the sensor data to

Re: [Tinyos-help] It's about the Timer!

2007-11-25 Thread daniel widyanto
Hi, Just suggestion, I think when you call Timer1.start( TIMER_REPEAT, period_Timer1 ) before Timer1.fired() called, the Timer1 counter value will be reset back to period_Timer1 (I'm not very sure about this, take a look at the TimerM implementation in your TinyOS source code). Anyway, just to re

[Tinyos-help] It's about the Timer!

2007-11-25 Thread Ruoshui Liu
Hi Cory and Michael, I have been stuck with the Timer problem for a long time, I hope I could get any suggestions from you. Currently, I implemented an application which sets up a single radio link between one transmitter and one receiver. I want to implement the frequency change at both the

[Tinyos-help] Re: help

2007-11-25 Thread Michael Schippling
I'm cc'ing this to the help list to keep a record. Please send messages there instead of directly to me. I'm getting the feeling that you haven't been through the whole tutorial. That would help some. Also try some simpler host side programs like tools/java/net/tinyos/tools/Listen.java to get a b

Re: [Tinyos-help] How to make tinyos application under ecclipse

2007-11-25 Thread Michael Schippling
There are two TOS plugins for eclipse that purport to do compiles under eclipse control. I have not been successful in getting either to work as advertised, but I'm bad at following instructions...take a look at: http://www.dcg.ethz.ch/~rschuler/installation.htm http://www.tinydt.net/links.html

[Tinyos-help] MultihopOscilloscope in TOSSIM

2007-11-25 Thread Ms Mesho
hello, I am new to the TOSSIM simulation. I ran the MultihopOscilloscope application in TOSSIM. The application seems to be working fine in delivering the sensor data to the basestation, however, I have noticed that many sensor data never get sent due to the fact that a mote cannot send if a

Re: [Tinyos-help] Change mote ID

2007-11-25 Thread Bernardo Avila Pires
use make ... instal.id where id is the id number. Or use the tos-set-symbols. Check the tutorials lesson 13 for more information. 2007/11/23, Roberto Fernández Martínez <[EMAIL PROTECTED]>: > > > > > Hello. > > Anybody knows chande mote ID in TinyOS 2.0? > > I tried with set-mote-id but in this S