[Tinyos-help] Fwd: Motes Only Send Limited Data

2009-02-28 Thread alvindarjit singh
Hi Team, I have been testing Xmesh using MDA 300, MicaZ and MIB520 hardware. I Programmed the MDA 300 for the application XMDAM300.nc, I used Programmer's Notepad 2 (version: V2.0.6.1). The programming did not give any problems. But when tested (using MoteView), the motes only send data for a few

[Tinyos-help] Fwd: telosb. ADC problem. MultiChannel. = fixed!!!

2009-02-28 Thread kiseop Lee
Hi all,This problem is fixed. in CVS, it had been updated previously by Hauer. If you use multiple channels and multiple samples per a channel, you must update a file which is c:\cygwin\opt\tinyos-2.x\tos\chips\msp430\adc12\Msp430Adc12ImplP.nc. In below our code does not have any problem. Maybe it

Re: [Tinyos-help] channels

2009-02-28 Thread Alfred NOBEL
Hi! Thanks! Yes I am using telosb mote (CC2420) but how could I specify that with TinyOS. I would like that it will be dynamic over the time. Thnx in advance. 2009/2/28 Razvan Musaloiu-E. razv...@cs.jhu.edu Hi! On Sat, 28 Feb 2009, Alfred NOBEL wrote: Hi all! how could I specify which

Re: [Tinyos-help] channels

2009-02-28 Thread Razvan Musaloiu-E.
Hi! On Sat, 28 Feb 2009, Alfred NOBEL wrote: Hi! Thanks! Yes I am using telosb mote (CC2420) but how could I specify that with TinyOS. I would like that it will be dynamic over the time. The inferface that is providing this is called CC2420Config.nc. It's defined in

Re: [Tinyos-help] tinyOs on 8051

2009-02-28 Thread neh
thanks...for your reply.. now i need the source code of tinyos...i want to see the code...and learn how it works...where can i find... i m using tinyos 2.1 in VMWare player... neh wrote: hi i am doing my project in which i have to port tinyos on 8051,i know that i have to make changes

[Tinyos-help] Difference between MODE_ONE_HOP_BROADCAST MODE_UPSTREAM

2009-02-28 Thread Mohammad S. Hashemian
Hi all, I use following function in TOS 1.1 to send a packet to the base station: call MhopSend.send(TOS_BCAST_ADDR,*MODE_ONE_HOP_BROADCAST,*tos_send_msg_ptr, sizeof(XDataMsg)); and I can catch the sent packet in the base station via receive event as follow: event TOS_MsgPtr

Re: [Tinyos-help] Time Stamp

2009-02-28 Thread Islam Mohamad Ameen Al Jarrah
Thanks for the reply, well do you mean to say that it needs a lot of work and it is not effiecient to find the distance according to the Time !! Is there a source code that could help me to implement such an algorithm?? Regards, Islam - Original Message - From: Janos Sallai

Re: [Tinyos-help] Time Stamp

2009-02-28 Thread Miklos Maroti
Dear Islam, Please calculate the time stamping precision you need to get 1 meter precision in the distance using the speed of light, and let us know. Miklos On Sat, Feb 28, 2009 at 9:50 PM, Islam Mohamad Ameen Al Jarrah g00022...@aus.edu wrote: Thanks for the reply, well do you mean to say

Re: [Tinyos-help] Time Stamp

2009-02-28 Thread Islam Mohamad Ameen Al Jarrah
Dear Miklos, 1 meter precision?? If I am doing my calculations in an environment which is small lets say 1 meter by 1 meter !! this method will be useless right?? I read a paper about a precise algorithm to calculate the distance and time is one of the algorithm parameters. Regards, Islam

Re: [Tinyos-help] Time Stamp

2009-02-28 Thread Miklos Maroti
Dear Islam, So whats the answer? Please do calculate that, or better calculate 1 centimeter precision, and let us know the numbers. Miklos On Sat, Feb 28, 2009 at 10:29 PM, Islam Mohamad Ameen Al Jarrah g00022...@aus.edu wrote: Dear Miklos, 1 meter precision?? If I am doing my calculations

Re: [Tinyos-help] channels

2009-02-28 Thread Alfred NOBEL
Hi! I am so grateful to your answer, but I didn't understand what you would like to say by this: Note that you have to do also call sync from CC2420Config.nc because I found in the archive this Philip.L remark [1]: All commands and events that do not have the async keyword are sync

[Tinyos-help] Re : channels

2009-02-28 Thread Alfred NOBEL
2009/3/1, Alfred NOBEL alfred.nooo...@gmail.com: Hi! I am so grateful to your answer, but I didn't understand what you would like to say by this: Note that you have to do also call sync from CC2420Config.nc because I found in the archive this Philip.L remark [1]: All commands and events that

Re: [Tinyos-help] tinyOs on 8051

2009-02-28 Thread Razvan Musaloiu-E.
Hi! On Sat, 28 Feb 2009, neh wrote: thanks...for your reply.. now i need the source code of tinyos...i want to see the code...and learn how it works...where can i find... i m using tinyos 2.1 in VMWare player... You can find more info here: http://www.tinyos8051wg.net/download

[Tinyos-help] RSSI noise floor reading for micaz

2009-02-28 Thread Mohammad Sajjad Hossain
Hi,I am trying to read the RSSI noise floor reading using CC2420ControlC since it produces an interface ReadRssi. But when I try to build it, it dies with a bunch of error and all of them are in CC2420ControlP.nc. Here is a snapshot: -- kdir -p build/micaz compiling SendAndReceiveAppC to a