Hi Lou,

On Thu, Feb 21, 2013 at 10:36 AM, Roadstar Runner
<[email protected]> wrote:
> Hi Miklos,
> Thank you very much. I do not even get the interrupt from the radio if i use
> RX_AACK mode. If use the basic mode , it works fine.
> I used a TI (CC2430) sniffer and was able to see teh messages being. The
> data i included is from the sniffer.
>
> If i set the filter on the sniffer to 802.15.4 packets, it shows all the
> fields as i expect I have attached a screenshot of the sniffer capture.
>
> Does tinyos  support 64bit 802.15.4 addressing at the hardware level ?

The current ActiveMessageC for the RF230 works only with 16-bit
addresses, so that is the problem. You can try to hack every piece of
code to make it work, but that is not easy. If you decide to go ahead
with that, then I can give some pointers. Basically, you want only
64-bit addresses, so no mixing should be allowed, otherwise the
address of other fields in the packet need to be calculated
dynamically.

Miklos

>
> Thanks once again,
> Lou
>
>
>
>
>
>
> On Thu, Feb 21, 2013 at 11:22 AM, Miklos Maroti <[email protected]>
> wrote:
>>
>> If you have serial working, then you can define RADIO_DEBUG_MESSAGES
>> which will print out the received messages via the DiagMsg protocol.
>> You should connect your mote to a PC, and there run the "java
>> net.tinyos.utils.DiagMsg" application. Take a look at
>> RF230DriverLayerP.nc line 677, you can also put some LED commands
>> there the verify that you get messages. The RF230 does not do any
>> hardware filtering, only the FCS (even snooping works, and CRC check
>> is done in software). Miklos
>>
>> On Thu, Feb 21, 2013 at 12:20 AM, Roadstar Runner
>> <[email protected]> wrote:
>> > The data i had posted seems to have lost its formatting, so i am re
>> > posting
>> > the raw  data captured by the sniffer
>> >
>> >
>> >
>> > 41 CC 11 22 00 FF FF 00 00 00 00 00 00 F8 00 00 00 00 00 00 00 3F 08 0B
>> > 03
>> > 00 F8 00 0F 10 00 AA 01 F8 00 00 00 00 00 00 00 00 00
>> >
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > Tinyos-help mailing list
>> > [email protected]
>> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to