the incoming packet from the XBee is probably being rejected lower in the
stack.

Where are you looking to say that you have received a packet?

Also do you know exactly what the format of the XBee packet looks like?
 Exactly.

For example the tinyos cc2420 packet most likely looks like this.   Depends
on what defines are turned on.  The tinyos stack is NOT multi-lingual nor
is it very flexible.  You basically compile with a group of defines set
that determines exactly what kind of packets one is interested in.   This
is an artifact of TinyOS motes being extremely resource constrained.

CC2420/TinyOS packet

1    len
2    fcf
1    dsn
2    dpan
2    daddr
2    saddr
1    network               (i haven't figured out what this is yet, IFRAMES
(TFRAMES not defined))
1    amtype

dpan on transmit is set to AM_GROUP (default 22?).  I suspect this is being
checked on the way in too.

have you set up a JTAG enabled debugging set up yet?

tracing the behaviour of the inbound packet as it travels up the stack is
usually very helpful to understanding what is going on...


trying to do this by inspection from the outside is usually in my
experience very inefficient.


On Sat, Nov 16, 2013 at 1:14 AM, Bipin <[email protected]> wrote:

>                Any  help  on this  particular  topic is appreciated, i  set
> up  a BaseStation  Receiver  using  the  tkn15.4 , But  i  cant  receive
> any  packet  from  the  XBee device. its  only  receive  the packet  from
> the  TinyOS  mote.  I  dont  know  y...?  first  i  thought  that  it was
> because of  the   Radio  channel:  But  i  tested  with  other tinyos
> device. There  have no  problem  with  receiving  any  TinyOS Packet  on
> any
> channel, i  ichanged  the  channel  of  the receiving  end  by  the
> Cofniguration  tag in  tinyOS
>
> PFLAGS = -DCC2420_DEF_CHANNEL=12
>
>  I  can  receive  only  the  TinyOS  Mote  device  packet,  not XBee
> Packet....y...? please  help  me to  solve  this  issue..
>
>
>
> --
> View this message in context:
> http://tinyos-help.10906.n7.nabble.com/TinyOS-TestPromiciuos-not-Receiving-the-XBee-packet-tp23845.html
> Sent from the TinyOS - Help mailing list archive at Nabble.com.
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to