[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

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] 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] Floating point communication between telosb motes

2011-05-05 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