I'm using the Linux raw sockets communication with Micaz motes
(TinyOS) and worked fine.
In the transmission from the Beagle to Micaz, I had to add the bytes
0x3f and 0x06 after the frame header, otherwise the Micaz application
don't receive the data.
Regards,
João Paulo
2014/1/10 Varka Bhadram :
-- Original Message --
From: Varka Bhadram
To: Alexander Aring
Date: January 10, 2014 at 5:12 PM
Subject: Re: Linux-zigbee and TinyOS
I am using telosb motes with TinyOS on it. The IEEE-802.15.4 header format at
the TinyOS side different when compared to IEEE standard specifica
Hoi,
On Fri, Jan 10, 2014 at 04:56:58PM +0530, Varka Bhadram wrote:
> Hi
>
> Have any one worked on interoperability b/w TinyOS nodes and Linux node ?
>
> I tried with linux-zigbee on BeagleboneBlack with cc2520 radio and TinyOS on
> telosb motes. Both sides are receiving the packet at the d
Hi
Have any one worked on interoperability b/w TinyOS nodes and Linux node ?
I tried with linux-zigbee on BeagleboneBlack with cc2520 radio and TinyOS on
telosb motes. Both sides are receiving the packet at the driver level but not
reaching to the user application .
Did anyone got the same p