[Tinyos-help] not sending after some time

2007-04-29 Thread siva prasad
Hi I have posted these questions a few times but never got any clear answers. I would be pleased if someone could give me some answers this time. I have a problem with a program I wrote for a Telos mote.I am sending the data using Multihop routing technique.I have loaded the application into 2

[Tinyos-help] not sending after some time..!!

2007-03-16 Thread siva prasad
hi all, i am working on tmote-sky modules..my requirement is to sample two 50Hz signals at 1kHz through external ADC ports...and calculating a value(which is the multiplication of both the external sensors data) over 100 samples and sending tht value (means need to send 10 samples/sec using

[Tinyos-help] ...not sending after some time..!!

2007-02-16 Thread siva prasad
hi all i am working on tmote-sky modules..my requirement is to sample two 50Hz signals at 1kHz through external ADC ports...and calculating a value(which is the multiplication of both the external sensors data) over 100 samples and sending tht value (means need to send 10 samples/sec using

Re: [Tinyos-help] not sending after some time..!!

2007-02-05 Thread Michael Schippling
Your program probably crashed... Maybe you ran out of memory due to not freeing message buffers, or something on that order. I would sprinkle LED flashes or some other local signal throughout the code to see what is still running. MS siva prasad wrote: hi all, i am working on tmote-sky

[Tinyos-help] not sending after some time..!!

2007-02-04 Thread siva prasad
hi all, i am working on tmote-sky modules..my requirement is to sample two 50Hz signals at 1kHz through external ADC ports...and calculating a value(which is the multiplication of both the external sensors data) over 100 samples and sending tht value (means need to send 10 samples/sec using