Re: [Tinyos-help] iris muti-motes transmission help

2010-06-22 Thread Fabrice Dossin
Yes, I have found my nodes alive this morning. It works great. Thank you. Kind regards, Fabrice On 22 June 2010 00:41, Miklos Maroti wrote: > Try adding > > CFLAGS += -DTASKLET_IS_TASK > > to your makefile. No, it is not just for the base station. Most of the > radio processing is done in inter

Re: [Tinyos-help] iris muti-motes transmission help

2010-06-21 Thread Miklos Maroti
Try adding CFLAGS += -DTASKLET_IS_TASK to your makefile. No, it is not just for the base station. Most of the radio processing is done in interrupt context. If you have some code that does not like to be interrupted, then you can move the processing to task context, but then you will lose some of

Re: [Tinyos-help] iris muti-motes transmission help

2010-06-21 Thread Fabrice Dossin
Hi, I have the same problem. Either the mote is frozen (1s timer to blink a led does not respond anymore), either the mote still receives dissemination message but the collection messages does not go up to the basestation anymore. DTASKLET_IS_TASK is just for the base station, no? I do not have

Re: [Tinyos-help] iris muti-motes transmission help

2010-06-07 Thread Miklos Maroti
If it does not help, then do you mind posting your code so I can check it? Miklos On Mon, Jun 7, 2010 at 5:17 PM, Janos Sallai wrote: > Would you put the following line in the Makefile and give it another try: > PFLAGS+=-DTASKLET_IS_TASK > > Janos > > > On Mon, Jun 7, 2010 at 9:42 AM, 徐经纬 wrote:

Re: [Tinyos-help] iris muti-motes transmission help

2010-06-07 Thread Janos Sallai
Would you put the following line in the Makefile and give it another try: PFLAGS+=-DTASKLET_IS_TASK Janos On Mon, Jun 7, 2010 at 9:42 AM, 徐经纬 wrote: > I use 10 iris motes with mts310 sensorboard, I get AccelX, AccelY via > ReadStream interface in 100Hz,and send accelX,accelY value packet to >

[Tinyos-help] iris muti-motes transmission help

2010-06-07 Thread 徐经纬
I use 10 iris motes with mts310 sensorboard, I get AccelX, AccelY via ReadStream interface in 100Hz,and send accelX,accelY value packet to baseStation per 0.1 second.When I test one mote ,it works well. but when more mote join to my work, max number is 10. the motes will down randomly... and a