Re: [Tinyos-help] Packet Loss/Radio On-Off/ACK's for Broadcast packets

2008-09-12 Thread Gaurav Chandwani
. Best Regards, Gaurav On Fri, Sep 12, 2008 at 4:37 PM, Razvan Musaloiu-E. [EMAIL PROTECTED]wrote: Hi! On Thu, 11 Sep 2008, Omprakash Gnawali wrote: On Thu, Sep 11, 2008 at 3:15 PM, Gaurav Chandwani [EMAIL PROTECTED] wrote: Hi Omprakash, Are you suggesting me to put LPL

[Tinyos-help] Packet Loss/Radio On-Off/ACK's for Broadcast packets

2008-09-11 Thread Gaurav Chandwani
Hi All, I am facing a strange packet loss behaviour in my network which is affecting my final project. I would like to ask a few questions for the same. *TestBed*: 15 motes running the simple apps/RadioCountToLeds application which sends periodic(5 sec) brodcast messages, the* additions *are

Re: [Tinyos-help] Packet Loss/Radio On-Off/ACK's for Broadcast packets

2008-09-11 Thread Gaurav Chandwani
On Thu, Sep 11, 2008 at 9:53 PM, Omprakash Gnawali [EMAIL PROTECTED] wrote: On Thu, Sep 11, 2008 at 9:02 AM, Gaurav Chandwani [EMAIL PROTECTED] wrote: Hi All, I am facing a strange packet loss behaviour in my network which is affecting my final project. I would like to ask a few

Re: [Tinyos-help] ERROR: Timeout. Is the node a Deluge T2 base station?

2008-08-07 Thread Gaurav Chandwani
tinyos-2.0.2-2 Thanks for your quick response, Best Regards, Gaurav On Wed, Aug 6, 2008 at 8:57 PM, Razvan Musaloiu-E. [EMAIL PROTECTED]wrote: Hi! On Wed, 6 Aug 2008, Razvan Musaloiu-E. wrote: Hi! On Wed, 6 Aug 2008, Gaurav Chandwani wrote: Hi, I am trying to work with deluge/Blink

Re: [Tinyos-help] ERROR: Timeout. Is the node a Deluge T2 base station?

2008-08-07 Thread Gaurav Chandwani
at 8:57 PM, Razvan Musaloiu-E. [EMAIL PROTECTED]wrote: Hi! On Thu, 7 Aug 2008, Gaurav Chandwani wrote: Hi Razvan, I have nesc-1.2.8b-1 Below you can see all the rpms that i have installed .. why r u installing avr rpms's ? i m using a telosb mote and not mica, m sry if i missed

[Tinyos-help] ERROR: Timeout. Is the node a Deluge T2 base station?

2008-08-06 Thread Gaurav Chandwani
Hi, I am trying to work with deluge/Blink/ ... To run the ./burn script, had to change the port variables(found on mailing list) .. $(PPORT) to 4 (mote connected to COM5) and $(CPORT) to /dev/tty$4 .. are these changes planned to be incorporated in the CVS ? I face a problem with ./burn script.

Re: [Tinyos-help] TelosB/MicaZ and soil moisture measurement

2008-07-17 Thread Gaurav Chandwani
Mostly people use Echo 10/20 Soil Moisture Sensors from Decagon http://www.decagon.com/ag_research/soil/ec20.php with Mica2 motes and MDA300 sensor boards because the code is already available. We just purchased Echo 20 and we could get the readings successfully from telosb motes. But since there

Re: [Tinyos-help] Multihop routing protocols

2008-07-17 Thread Gaurav Chandwani
Hi Poonam, If you are just starting, I would suggest you go for MultiHop Protocols in TinyOS 2, which are CTP(Collection Tree Protocol) and LQI(improved version of MultiHopLQI in tinyos 1). These are made better by the developers based on their experience with problems in TinyOS 1

[Tinyos-help] TestNetwork debug messages

2008-07-03 Thread Gaurav Chandwani
On Wed, Jul 2, 2008 at 5:26 PM, Gaurav Chandwani [EMAIL PROTECTED] wrote: Hi, I have installed TestNetwork on many telosb motes(am using 2.0.2 release). Where can I find the scripts to parse the debug messages sent by these nodes ? In the readme on CVS, its written that they should be available

Re: [Tinyos-help] TestNetwork debug messages

2008-07-03 Thread Gaurav Chandwani
. Phil On Jul 3, 2008, at 6:04 AM, Gaurav Chandwani wrote: Hi Guys, How can I see the debug messages that are given by notes having TestNetwork image ? I tried making a mig class of CollectionDebugMsg and reading it through MsgReader but couldnt see any messages. ( mig java -target

[Tinyos-help] TestNetwork scripts for parsing debug messages

2008-07-02 Thread Gaurav Chandwani
Hi, I have installed TestNetwork on many telosb motes(am using 2.0.2 release). Where can I find the scripts to parse the debug messages sent by these nodes ? In the readme on CVS, its written that they should be available on net2 website, but am unable to open it ? I believe test.py is just a

[Tinyos-help] MultiHopOscilloscope Packet Loss

2008-06-25 Thread Gaurav Chandwani
Hi All, I am facing packet loss problem with CTP in TinyOS 2.0(using the release 2.0.2) on telosb. Initially, I faced this in my modified-MultiHopOscilloscope code where I was accepting multiple message types and forwarding them to the Root node, but since I had changed some code, included a

[Tinyos-help] Deluge T2 in TinyOS 2.0.2 release

2008-02-25 Thread Gaurav Chandwani
Hi Guys, We have to deploy a big number of motes with 2 images 1. modified-MutiHopOscilloscope application for Collection, Radio always ON - Cluster Head (CH) 2. modified-RadioCountToLeds , with Radio ON for only transmitting a packet(few ms) and then OFF for say X Minutes - Cluster Node (CN)