[Tinyos-help] Re: Disabling CCA in CC2420
Dola Saha
dolasaha at cse.buffalo.edu
Tue Dec 5 12:59:37 PST 2006
Thanks a lot Greg. It worked for me.
Dola
On 12/4/06, Greg Jaman <gjaman at gmail.com> wrote:
> Not a very elegant solution, but you replace CCA.startWait (TOS1.x) with
>
> async command result_t CCA.startWait(bool low_to_high) {
> signal CCA.fired()
> return SUCCESS;
> }
>
> That should simulate a CCA interrupt every time it waits for one. I'm sure
> there is a better solution.
>
> Greg Jaman
>
> On 12/4/06, Dola Saha <dolasaha at cse.buffalo.edu> wrote:
> > BTW,
> >
> > I am using t-mote and the MacControl does not have EnableCCA() and
> DisableCCA().
> >
> > Regards,
> > DS.
> >
> >
> >
> > On 12/4/06, Dola Saha < dolasaha at cse.buffalo.edu > wrote:
> > > Hi!
> > >
> > > I am new in TinyOS. I am trying to completely disable clear channel
> > > assessment in CC2420. Any clue will be helpful.
> > >
> > > Thanks in advance.
> > >
> > > Regards,
> > > DS
> > >
> >
> >
> > --
> > Dola Saha
> > PhD Student & Teaching Assistant
> > Department of Computer Science and Engineering
> > State University of New York at Buffalo
> > _______________________________________________
> > Tinyos-help mailing list
> > Tinyos-help at Millennium.Berkeley.EDU
> >
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
>
>
More information about the Tinyos-help
mailing list