Re: [Tinyos-help] Disable backoff CC2420 tmote sky

2008-04-07 Thread Gaurav Chhawchharia
Hi Bhavish, Thanks a lot. It has been of a great help in my work too. Gaurav. On Mon, Apr 7, 2008 at 7:03 AM, Bhavish Aggarwal <[EMAIL PROTECTED]> wrote: > Hi David, > > Thanks for your reply. I managed to remove both the initial and > congestion backoff by editing the CC2420RadioM.nc file and

Re: [Tinyos-help] Disable backoff CC2420 tmote sky

2008-04-06 Thread Bhavish Aggarwal
Hi David, Thanks for your reply. I managed to remove both the initial and congestion backoff by editing the CC2420RadioM.nc file and replacing signals to MacBackoff.initialBackoff() and MacBackoff.congestionBackoff() by the value 0. Cheers, Bhavish On Fri, Apr 4, 2008 at 9:09 PM, David Moss <[E

RE: [Tinyos-help] Disable backoff CC2420 tmote sky

2008-04-04 Thread David Moss
The proper way to disable CCA is to tell the radio to transmit without CCA. I don't support Tinyos 1.x, but if you look for a strobe command like "STXONCCA" and change it to "STXON" then the radio will not use clear channel assessments and there should never be a congestion backoff. The initial b