[Tinyos-help] static multihop

2008-01-11 Thread nirfan
Hi All I wan't to implement static multihop i.e mote1 -> mote2 -> mote3 ->mote4 -> means send packet I am using telosb If anybody has implemented please help me its urgent. regards Nazish ___ Tinyos-help mailing list Tinyos-help@millennium.berkel

Re: [Tinyos-help] TestSerial and Tes Application

2008-01-11 Thread Tal Rusak
Thank you for testing this out. The severe problems that I e-mailed originally were certainly the result of several USB hubs that did not work correctly with the motes. I have managed to find more appropriate connections that do not result in this issue, at least not so severely. However, the

[Tinyos-help] question about TEP 103 and LogRead interface

2008-01-11 Thread Ted Herman
Hi, I'd like to know the correct interpretation of TEP 103 (which came up because of a "bug" in my application). TEP 103 says that LogWrite.append writes records, which might have a maximum length of 255 bytes, depending on the platform/implementation. LogRead.read can read a stream of by

Re: [Tinyos-help] TestSerial and Tes Application

2008-01-11 Thread Philip Levis
On Jan 9, 2008, at 11:38 PM, Tal Rusak wrote: Hi, I have conducted further tests regarding this issue. Unfortunately, it seems that in every application that for which I use serial packet sending from a PC to a mote, the successful reception of sent packets stops happening after between

Re: [Tinyos-help] how to diagnose nesc1 error (Assertion 0 failed)

2008-01-11 Thread David Gay
On Jan 11, 2008 12:53 AM, Michiel Konstapel <[EMAIL PROTECTED]> wrote: > > I'm having trouble compiling an application, without much feedback > from > > the compilation step. What I get is shown below. The version numbers > > look decent. If I knew what was causing the problem, I could possible

[Tinyos-help] CC2420 Packet Metadata

2008-01-11 Thread Tal Rusak
Hi, I have seen in TinyOS code (for example, tinyos-2.x/tos/chips/cc2420/receive/CC2420ReceiveP.nc) that each received packets has attached metadata, such as time, crc, rssi, and lqi. I looked at the CC2420 datasheet and I did not find any information about metadata collection. Does anyon

Re: [Tinyos-help] TestSerial and Tes Application

2008-01-11 Thread Tal Rusak
I have done some further testing about this issue. Even with USB extension cables (that otherwise work fine), there are some problems still. For example, I had one telosb mote that inexplicably stopped receiving packets from the PC after about 15 minutes in one try, although it work without fa

Re: [Tinyos-help] GTS implementation Help

2008-01-11 Thread Philip Levis
On Jan 10, 2008, at 5:49 AM, Pardeep Kumar wrote: Hello, I am new to this field and need kind help regarding GTS implementation specially in Tinyos2.x. Does anybody know the GTS implementation and related links? Whether I use TXOptions in MCPS_DATA.request first or MLME_GTS.request firs

[Tinyos-help] Will XubunTOS move to KubunTOS with KDE 4.0?

2008-01-11 Thread Derek Tarm
Hi. I think the KubunTOS Gutsy with KDE 4.0 will be really cool~ If you guys wanna do that, I will get excited~ -- Best Regards, Derek ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/l

[Tinyos-help] Re: multihop and relay

2008-01-11 Thread subhash nemani
hi >By using this program i am not able to send the packets through > multihop > what could be the problem??? > > plzzz help me in this regard > extADC1_3phrmsM.nC Description: Cdf file ___ Tinyos-help mailing list Tinyos-help@millenni

[Tinyos-help] I cannot read magnetometer data from MTS310

2008-01-11 Thread Roberto Fernández Martínez
Hello. I’m working with tinyos-2.x and I want to read a MTS310 with a micaz. My problem is that I cannot read magnetometer data from MTS310. I would like to read the output of each axis X and Y. components new MagXC(), new MagYC(); App.ReadMagX -> MagXC;

RE: [Tinyos-help] TestPrintF fails

2008-01-11 Thread rodolfo de paz
Hello again, I installed avr-libc-1.4.5-46.src.rpm and the problem has not fixed.. Anybody knows why is TestPrintF compilation not working? --- Rodolfo -Original Message- From: Kevin Klues [mailto:[EMAIL PROTECTED] Sent: Thu 10/01/2008 6:11 PM To: rodolfo de paz Cc: tinyos-help@m

RE: [Tinyos-help] how to diagnose nesc1 error (Assertion 0 failed)

2008-01-11 Thread Michiel Konstapel
> I'm having trouble compiling an application, without much feedback from > the compilation step. What I get is shown below. The version numbers > look decent. If I knew what was causing the problem, I could possible > do a workaround; what is the suggested way to proceed in such cases? > > Te

[Tinyos-help] BaseStation and BaseStation and net.tinyos.tools.Listen

2008-01-11 Thread rodolfo de paz
Thanks Osman, you are right I included the option -ports and now is working fine :) Date: Thu, 10 Jan 2008 09:04:16 + From: Osman Ugus <[EMAIL PROTECTED]> Subject: [Tinyos-help] Re: [Avrora] BaseStation and net.tinyos.tools.Listen To: "Mailing list for Avrora simulator users and deve