[Tinyos-help] AM_OSCOPERESETMSG = 32

2006-06-30 Thread mothanna alkubeily
hiwhat is excatly the AM_OSCOPERESETMSG = 32 ? iget always36bytes in the format of Oscilliscope message . anybody know what is this?thanks __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [Tinyos-help] why both AMPacket and Packet interfaces are used in tinyos-2.x/apps/tutorials/BlinkToRadio/BlinkToRadioC.nc

2006-06-30 Thread Philip Levis
On Jun 29, 2006, at 10:43 PM, Liu Haibin wrote: Hi, The following is tinyos-2.x/apps/tutorials/BlinkToRadio/ BlinkToRadioC.nc from tinyos-2_0_devel-BRANCH. I found that it declares to use both AMPacket and Packet interfaces and actually it uses only Packet in the implementation. So is

Re: [Tinyos-help] generate docs

2006-06-30 Thread Andres Aberasturi
Hi Rahul, You should be right, but we can not get the right path. We have only two dot.exe, one of them in tinyos\ATT\Graphviz\bin, and the other one in Eclipse (with an equivalent path). We have changed the path in control panel, but we get the same error. We think Eclipse has a path where

[Tinyos-help] GenericComm export

2006-06-30 Thread Andres Aberasturi
Hi all, We have a problem exporting an interface. We work with the radio module of a micaz and we use GenericComm. We are going to explain all our wirings. First of all, CC2424ControlM is a module which provides CC2420Control (an interface), we write a line in order to export this interface

[Tinyos-help] Problem using mica2dot as tosbase (timer)

2006-06-30 Thread patrick kuckertz
Hello,I want to add the time of arrival of a message on a mica2dot mote, which is used as tosbase. Mica2 motes are sending the data. This seems to work ok, but unfortunately the timestamping is not correct. If I use a mica2 mote as tosbase everything works fine. But unfortunately I do not

[Tinyos-help] Absolute timer

2006-06-30 Thread Lorenzo Mainardi
It's possible in TOSSIM/TinyViz to simulate a absolute, indipendent of each mote, clock?I will implement and log a small traceroute application, I need an absolute timer to log the TTL Can you help me? ___ Tinyos-help mailing list

[Tinyos-help] Event preempt task only once?

2006-06-30 Thread Chalermphol Thammapalerd
Hi, I tried the 2 level scheduling concept of TinyOS which is Events preempt tasks, tasks do not. Bycalling commandfrom asynchronous event to preempt unfinished task(while loop), however, it works but only the first asynchronous eventthat preempt task, the second and after does not. Something I

[Tinyos-help] Re to re :AM_OSCOPERESETMSG = 32 ?

2006-06-30 Thread mothanna alkubeily
Matt:my question maybe wasnot clear. i just did this steps: programming one telosb as senderby apps/OscilliscopeRF and the another by TOSBase as base station, when i applied the java net.tinyos.tools.Listen in tools/java i got as example this raw of data: [EMAIL

[Tinyos-help] Re te oscilliscopeRF code/Matte/

2006-06-30 Thread mothanna alkubeily
hi Matte: yes,this is my question;and i thank you very much, now i shall analyze my resultes and i shall informe you if i get any thing new for this code. bye __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around

[Tinyos-help] How can I use new platform?

2006-06-30 Thread Chong Hui Kim
I have tmote sky. For tmote sky, I could compile download to hardware using make tmote and make tmote reinstall, 1. Now, I try to make new platform, for example telosc. For new platform, I added platform information to specific directoies (/opt/tinyos-1.x/tos/platform/telosc and

[Tinyos-help] mailing list

2006-06-30 Thread Chellury Sastry
Kindlt remove me from this mailing list. Cheers Ram ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] How can I use new platform?

2006-06-30 Thread Cory Sharp
That's easy. When you copied telosb.target to telosc.target, you changed this line MSP_BSL_FLAGS = --telosb to this MSP_BSL_FLAGS = --telosc As you note yourself, msp430-bsl does not recognize --telosc. Change that line back to --telosb. Cory On 6/30/06, Chong Hui Kim [EMAIL

Re: [Tinyos-help] How can I use new platform?

2006-06-30 Thread Joe Polastre
What bootstrap loader configuration are you using? Straight BSL, TelosA style, or TelosB style? You need to pass the appropriate option to the bootstrap loader (msp430-bsl). If you have a new mechanism for using the BSL, then you need to modify msp430-bsl to support your new option telosc

[Tinyos-help] How can I use new platform?

2006-06-30 Thread Chong Hui Kim
Thank you for your help,Cory. It works well. Thanks again. :) ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] HELP: using MATLAB with TINYOS

2006-06-30 Thread Hua Yue
Hello, i'm really sorry to bother you guys again. Ihave been stuck on the same problem for the past couple of days. I tried to solve it myself but i don't think i'm getting anywhere. As of now i have MATLAB correctly configured to receive packets. But i'm having trouble displaying the data. This

[Tinyos-help] About including new hardware.h file for new platform

2006-06-30 Thread Chong Hui Kim
With the help of Cory, I did compile and download to new platform - telosc. In order to wirte my own module, I have changed hardware.h During compiling, however, I got implicit declaration errors. Below shows my processing step. 1. I copied telosb directory to telosc directory.

[Tinyos-help] Tmote with other deives

2006-06-30 Thread Arun Venkateshwaran
HI, I am using tmote sky .I have an another wireless device which is trying to associate with the sensor node. The other wireless device sends the beacon request to associate with the sensor node. Is it possible to associate these two devices? if the wireless device sends packets will the sensor