Hi!

Use the latest CVS version of tinyos-2.x. Write an application that
continuously transmit messages. Then add these lines to your makefile:

CFLAGS += -DRF230_BACKOFF_MIN=100
CFLAGS += -DRF230_BACKOFF_INIT=100
CFLAGS += -DRF230_BACKOFF_CONG=100

Then copy RF230DriverLayerP.nc into your application directory, and
comment out these lines:

                if( call Config.requiresRssiCca(msg)
                                && (readRegister(RF230_PHY_RSSI) & 
RF230_RSSI_MASK) > ((rssiClear
+ rssiBusy) >> 3) )
                        return EBUSY;

from the RadioSend.send  command.

This should give a pretty good jamming singnal :) If it is too good,
then increase the BACKOFF values (those are in microseconds).

Best,
Miklos

On Thu, Jun 10, 2010 at 4:17 PM,  <[email protected]> wrote:
> Hi miklos,
>
> I am new to this tinyos software and for an experiment, i wanted to know
> if it is possible to disable the csma (cca is the same i guess), in the
> iris motes (rf230 radio). I would appreciate if you could tell the
> procedure to do the same.
>
> Thanks,
> Vivek sharma
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to