AJ,

Not sure exactly what you're trying to do here... Send the same packet
twice? In that case, have you tried loading the TXFIFO before the second
strobe command? Also, you need to make sure that your strobe has the
resources for the SPI before sending the strobe. If not your strobe, in
simple words, will not reach the radio. There is a state machine for the
radio that you need to keep in mind before (and after) issuing a strobe. If
the radio is not in the proper state the strobe will simple not work.
Probably looking at tos/chips/cc2420/transmit/CC2420TransmitP.nc may help.

-John

On Wed, Sep 5, 2012 at 11:51 AM, Adeel Javed <[email protected]> wrote:

> Hi everyone,
>
> I am wondering why this explicit call to STXON strobe is not working. As
> written in the theory  call STXON.strobe() send the last packet saved in
> the buffer. Now in the send.senddone() event function, when i write this
> call this strobe cammand, receiver sensor (another sensor) do not show
> second time receiption of the same packet.
>
> can any one guide me in this regard. Am i using this strobe command
> correctly ( i have disabled CCA).
>
> Thank you.
> with regards,
> AJ
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
JeongGil Ko, Ph.D.
Researcher
Electronics and Telecommunications Research Institute (ETRI)
http://sites.google.com/site/jeonggilko/
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to