[Tinyos-help] [MobiWac 2011] Call for Posters and Demos (Deadline: June 30)

2011-05-09 Thread Vinay Kolar
** We apologize if you receive multiple copies of this message ** == The 9th ACM* International Symposium on Mobility Management and Wireless Access (MobiWac 2011) www.mobiwac.org

[Tinyos-help] How to program Micaz without MDA300 how to use radio to program it?

2011-05-09 Thread srsini srsini
Hi, i haven't the MDA to program my micaz node . how can i use radio to program it? Bests___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Boadcasting packets once at a time!!

2011-05-09 Thread Lyubomir Ivanov
Hello, Is someone can tell me how to send a stream of packets once at a time, using broadcast. Am I supposed to create some special code, or just small modification in the message type will be enough? I am using tiny os 2 -

Re: [Tinyos-help] Boadcasting packets once at a time!!

2011-05-09 Thread Eric Decker
On Mon, May 9, 2011 at 1:13 AM, Lyubomir Ivanov n...@abv.bg wrote: Hello, Is someone can tell me how to send a stream of packets once at a time, using broadcast. Am I supposed to create some special code, or just small modification in the message type will be enough? I am using tiny os 2

[Tinyos-help] help UART

2011-05-09 Thread Edoardo Patti
Hi, I try to develop an application in C# (under windows) to comunicate with the root-node (telosB) through the serial port. I can read the messages sent from root-node to PC, but when I try to send some messages from my PC to the root-node, it does not received the message. On the root-node runs

[Tinyos-help] Heat problem with TelosB

2011-05-09 Thread Deeksha G Rao Sahib
Hi all, Just came across this and thought would be helpful to others as well. http://www.youtube.com/watch?v=nfge6jEsNIUfeature=player_embedded Cheers, Deeksha -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: [Tinyos-help] help UART

2011-05-09 Thread Eric Decker
There is a packetizing protocol that is used for communications on the serial line between the mote and the PC. You have to have that there for the communications to succeed. You should work through the tutorials to understand better what is involved there. You will also have to do your

Re: [Tinyos-help] help-for seting random seed

2011-05-09 Thread jiasheng yao
Thank you very much for your help.I solved my problem successfully by your way. 在 2011年5月8日 下午10:05,jiasheng yao jiashengyao1...@gmail.com写道: Hello, I'm writing to you because I want to find out how to set random seed for tinyOS 1.x.I look at Random interface file, only the init function in

Re: [Tinyos-help] Injecting packets for tiny OS 2

2011-05-09 Thread Sergio Valcarcel
Hi Lyubomir, Please, could you explain further what you mean with sending more than one packet at a time? I am sure to be missing something, otherwise could it be as simple as to make a for-loop? For setting the power I am only familiar with the CC2420 radio. In such a case you only have to load

Re: [Tinyos-help] Wireless Sensor Networks Simulation

2011-05-09 Thread Michael Schippling
GA == Genetic Algorithm Pareto (wave) front == In game theory a Pareto move is one that gives one or more players a higher payoff without reducing the payoff to the others. A Pareto optimum is where all the players are at a point where none can increase their benefit without reducing that of

Re: [Tinyos-help] Stanford Ubuntu TinyOS Tools repo down

2011-05-09 Thread Omprakash Gnawali
The repository is up now. - om_p On Fri, May 6, 2011 at 8:30 PM, Eric Decker cire...@gmail.com wrote: The Stanford repository has been down for at least two days.  Not sure what is going on.  Have tried to communicate with the folks in charge. In the meantime, a few of us have collaborated

[Tinyos-help] Floating point communication between telosb motes

2011-05-09 Thread Mayank Gupta
Hello everybody, I am trying to develop an application that sends floating point number between two telosb motes. I referred to BlinkToRadio application and saw that it could send integer numbers between motes. I tried to use nx_float in the nx_struct message structure but it didn't work . I also

[Tinyos-help] receive error for BlinkToRadioMsg (AM type 6): invalid length message received (too short)

2011-05-09 Thread Mayank Gupta
Can anybody tell me why am I receiving this error when I try to send floating point number from BlinkToRadio app to Base station app. And how can i rectify it.?? Regards, Mayank ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Help me to Run Surge application in Micaz

2011-05-09 Thread Nazmul Hossain
I was trying to run the Surge application but was not successful. Using MIB520 programming board I programmed surge program onto two micaz motes. To program these two micaz motes I used the following commands. make micaz install.0 mib510,/dev/ttyS3 make micaz install.1 mib510,/dev/ttyS3 Then

Re: [Tinyos-help] receive error for BlinkToRadioMsg (AM type 6): invalid length message received (too short)

2011-05-09 Thread Eric Decker
what error? On Mon, May 9, 2011 at 12:11 PM, Mayank Gupta mayank...@gmail.com wrote: Can anybody tell me why am I receiving this error when I try to send floating point number from BlinkToRadio app to Base station app. And how can i rectify it.?? Regards, Mayank

Re: [Tinyos-help] Floating point communication between telosb motes

2011-05-09 Thread Eric Decker
On Mon, May 9, 2011 at 12:10 PM, Mayank Gupta mayank...@gmail.com wrote: Hello everybody, I am trying to develop an application that sends floating point number between two telosb motes. I referred to BlinkToRadio application and saw that it could send integer numbers between motes. I tried

Re: [Tinyos-help] Boadcasting packets once at a time!!

2011-05-09 Thread Eric Decker
On Mon, May 9, 2011 at 8:12 AM, Lyubomir Ivanov n...@abv.bg wrote: Hi Eric, Yes I want to do exactly this. What you should do is figure out how to send single packets, This is done using various Send interfaces. This is split phase so will be signalled by SendDone. Then you can send

Re: [Tinyos-help] Boadcasting packets once at a time!!

2011-05-09 Thread Sergio Valcarcel
Regarding the noise floor, you can directly look at the receiver sensitivity on the radio specifications. That is the minimum level that you will be able to get. I think that is all, unless you mean about interferences... But anyway, I would say that you can not measure interference from other

[Tinyos-help] cc2420 security questions

2011-05-09 Thread Viktor Zsoldos
Hi, I'm trying to use the CC2420 security features (http://docs.tinyos.net/index.php/CC2420_Security_Tutorial), and have some questions. - I've installed the BaseStation from apps/tests/cc2420/TestSecurity, and trying to read the secured traffic with net.tinyos.tools.Listen, but only

Re: [Tinyos-help] Floating point communication between telosb motes

2011-05-09 Thread Mayank Gupta
Hi, Turns out that I was having problems with size of the packet and AM type of the packet. Thanks for the hint. Regards, Mayank On Mon, May 9, 2011 at 7:15 PM, Eric Decker cire...@gmail.com wrote: On Mon, May 9, 2011 at 12:10 PM, Mayank Gupta mayank...@gmail.com wrote: Hello everybody,

[Tinyos-help] [Researchers] [CFP] ACM* MSWiM 2011, Extended Submission Deadline May 22, 2011.

2011-05-09 Thread IEEE Mirela
Apologies if you receive multiple postings -- EXTENDED PAPER SUBMISSION DEADLINE ! Call for Papers ACM* MSWiM 2011 14th ACM* International Conference on Modeling Analysis and Simulation of Wireless and Mobile Systems October 31

[Tinyos-help] Urgent Help Required about TOSSIM

2011-05-09 Thread Saif Ahmad
Dear All, I am a newbie to the TOSSIM and am working on a term project that involves simulating the CTP protocol on TOSSIM. Can somebody please provide a step-by-step procedure on how I should go about accomplishing my task. I have already installed TOSSIM on my laptop and am able to compile it