Re: [Tinyos-help] Test-Bed

2012-11-15 Thread Marcin Szczodrak
Hi Sara, There is an open source project supporting developing testbeds at: http://smartcity.cs.columbia.edu/otf Best, Marcin On Thu, Nov 15, 2012 at 3:21 AM, Sarah John Mwariti wrote: > Hi All, > > I have created a small test bed and its working fine BUT each an every-time > i send data to t

Re: [Tinyos-help] Test-Bed

2012-11-15 Thread Sarah John Mwariti
On Thu, Nov 15, 2012 at 10:21 AM, Sarah John Mwariti wrote: > Hi All, > > I have created a small test bed and its working fine BUT each an > every-time i send data to the nodes in the testbed, i have to program them > one by one > > Is there anyway that i can send data to all of them once?

[Tinyos-help] packet transmission time

2012-11-15 Thread 郭 明芳
HelloI use IRIS mote and moteworks. I need to know the transmission time when the packet transmitted from transmitter to receiver. Can you please give me some information?Thank you. RegardsMing-Fang ___ Tinyos-he

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-11-15 Thread Xiaohui Liu
Thanks. Anyone else wants to share some experience implementing microsecond ftsp on TelosB? -Xiaohui Liu On Thu, Nov 15, 2012 at 3:49 PM, Janos Sallai wrote: > You will probably have to change the clock source (change T32khz to > TMicro). I'm not familiar with the code, so I can't tell you wher

[Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-11-15 Thread Xiaohui Liu
Hi everybody, I'm working on a TDMA protocol which requires high precision, even 32khz ftsp does not work for me. I can get microsecond precision if cc2420x stack is used instead of the default cc2420 based on the discussions like here

[Tinyos-help] TinyOS/Ubuntu - Flash CC2430

2012-11-15 Thread raja
Hello At the outset let me apologize for a long mail. And for putting too many things in a single mail. I would like to explore installation of TinyOS on Ubuntu (10.04). I have SDCC 2.9.0 installed. I have a CC2430 (8051 SOC) based mote. I have gone through the TinyOS working group website and

[Tinyos-help] Test-Bed

2012-11-15 Thread Sarah John Mwariti
Hi All, I have created a small test bed and its working fine BUT each an every-time i send data to the nodes in the testbed, i have to program them one by one Is there anyway that i can send data to all of them once? And how to create the interface where i can select the nodes that i wa