Re: [Linux-zigbee-devel] 802.15.4 scan, scan_req and ieee802154_nl_scan_confirm()

2014-09-18 Thread Alexander Aring
On Thu, Sep 18, 2014 at 11:36:53PM +0200, Alexander Aring wrote: > On Thu, Sep 18, 2014 at 02:07:21PM -0700, Andrey Yurovsky wrote: > > I'm troubleshooting issues with an Atmel AT86RF212 radio on mainline > > (3.17-rc5 at this time) and was wondering about forcing an active scan > > via the "iz sca

Re: [Linux-zigbee-devel] 802.15.4 scan, scan_req and ieee802154_nl_scan_confirm()

2014-09-18 Thread Alexander Aring
On Thu, Sep 18, 2014 at 02:07:21PM -0700, Andrey Yurovsky wrote: > I'm troubleshooting issues with an Atmel AT86RF212 radio on mainline > (3.17-rc5 at this time) and was wondering about forcing an active scan > via the "iz scan" command. This comes back as not supported so I > wanted to understand

[Linux-zigbee-devel] 802.15.4 scan, scan_req and ieee802154_nl_scan_confirm()

2014-09-18 Thread Andrey Yurovsky
I'm troubleshooting issues with an Atmel AT86RF212 radio on mainline (3.17-rc5 at this time) and was wondering about forcing an active scan via the "iz scan" command. This comes back as not supported so I wanted to understand why. It looks like ieee802154_scan_req() should be invoked in nl-mac.c

Re: [Linux-zigbee-devel] 802.15.4 USB dongle

2014-08-14 Thread Owen Kirby
For 802.15.4 USB hardware, there are two devices that I'm familiar with both based on the Atmel AT86RF231 transceiver: The RZUSB stick from Atmel and the family of USB transceivers from Dresden Electronik. Both devices will present themselves to the USB host as a ACM serial port, and they'll ha

[Linux-zigbee-devel] 802.15.4 USB dongle

2014-08-10 Thread Frank Meerkötter
Hello, I am looking for a 802.15.4 USB dongle. The host device would be Linux (OpenWrt). I plan run 6LowPan on top of it. Any suggestions? I've checked the 3.16 kernel source - the drivers i've seen there are all for devices attached over SPI. Is there a viable USB option today? Thanks! Regard

Re: [Linux-zigbee-devel] 802.15.4 Question

2014-03-27 Thread Phoebe Buckheister
> Thanks again for the detailed response. To give some context our > powerline PHY isn't like any in the 802.15.4 spec and we are hoping to > utilise just the MAC. I need to check with the system guys but I think > we can only multiplex multiple WPANs in time not frequency. We would > also need t

Re: [Linux-zigbee-devel] 802.15.4 Question

2014-03-27 Thread Martin Townsend
On 27/03/14 20:10, Phoebe Buckheister wrote: >> Hi Phoebe, >> >> Thank you for the swift response it has given my a lot to think about. >> I remember the discussion and like you I was in favour of removing the >> slave list. But as chance would have it I think we may actually need it >> now or som

Re: [Linux-zigbee-devel] 802.15.4 Question

2014-03-27 Thread Phoebe Buckheister
> Hi Phoebe, > > Thank you for the swift response it has given my a lot to think about. > I remember the discussion and like you I was in favour of removing the > slave list. But as chance would have it I think we may actually need it > now or some other method of multiple WPANs per PHY. In that

Re: [Linux-zigbee-devel] 802.15.4 Question

2014-03-27 Thread Martin Townsend
On 27/03/14 19:13, Phoebe Buckheister wrote: >> Is it possible for a device to co-ordinate more than 1 WPAN on the same >> PHY, beacon enabled or beaconless? >> If so is it possible to bridge or route from one WPAN to another within >> a device over the same PHY? >> Can a slave join more than one W

Re: [Linux-zigbee-devel] 802.15.4 Question

2014-03-27 Thread Phoebe Buckheister
> Is it possible for a device to co-ordinate more than 1 WPAN on the same > PHY, beacon enabled or beaconless? > If so is it possible to bridge or route from one WPAN to another within > a device over the same PHY? > Can a slave join more than one WPAN, again using the same PHY? Theoretically yes

[Linux-zigbee-devel] 802.15.4 Question

2014-03-27 Thread Martin Townsend
Hi, A couple of questions on 802.15.4: Is it possible for a device to co-ordinate more than 1 WPAN on the same PHY, beacon enabled or beaconless? If so is it possible to bridge or route from one WPAN to another within a device over the same PHY? Can a slave join more than one WPAN, again using t

Re: [Linux-zigbee-devel] 802.15.4

2014-03-07 Thread Martin Townsend
On 06/03/14 23:06, Phoebe Buckheister wrote: > On Thu, March 6, 2014 10:24 pm, Martin Townsend wrote: >> I was going to start implementing some low level features of the >> 802.15.4 MAC layer in SW such as Inter Frame Gap, Clear Channel >> Assessment (including the backoff algorithm), and Acknowled

Re: [Linux-zigbee-devel] 802.15.4

2014-03-06 Thread Phoebe Buckheister
On Thu, March 6, 2014 10:24 pm, Martin Townsend wrote: > I was going to start implementing some low level features of the > 802.15.4 MAC layer in SW such as Inter Frame Gap, Clear Channel > Assessment (including the backoff algorithm), and Acknowledgements and > use this to hopefully lay down a bas

[Linux-zigbee-devel] 802.15.4

2014-03-06 Thread Martin Townsend
Hi, I was going to start implementing some low level features of the 802.15.4 MAC layer in SW such as Inter Frame Gap, Clear Channel Assessment (including the backoff algorithm), and Acknowledgements and use this to hopefully lay down a basic scheduler for higher level features for a beacon en

Re: [Linux-zigbee-devel] 802.15.4 Issues

2012-08-02 Thread Alan Ott
On 08/02/2012 12:35 PM, Alexander Smirnov wrote: > currently I'm in a bussiness trip and there is no time for 802.15.4 > topic, will be fully available starting from Monday. > So please do not think that I'm ignoring you :-) Hi Alex, No problem. I can now successfully ping6 between my two systems

Re: [Linux-zigbee-devel] 802.15.4 Issues

2012-08-02 Thread Alexander Smirnov
> On 07/31/2012 12:04 PM, Alan Ott wrote: >> I'm trying to follow the directions at linux-wsn[1] and am not having >> much luck. Since I don't have the at91sam9g20ek board, I'm trying this >> on my desktop PC with an Econotag[2] (using the serial.c driver I pulled >> from [3]) and on a BeagleBone w

Re: [Linux-zigbee-devel] 802.15.4 Issues

2012-07-31 Thread Alan Ott
On 07/31/2012 12:04 PM, Alan Ott wrote: > I'm trying to follow the directions at linux-wsn[1] and am not having > much luck. Since I don't have the at91sam9g20ek board, I'm trying this > on my desktop PC with an Econotag[2] (using the serial.c driver I pulled > from [3]) and on a BeagleBone with an

[Linux-zigbee-devel] 802.15.4 Issues

2012-07-31 Thread Alan Ott
Hello, I'm trying to follow the directions at linux-wsn[1] and am not having much luck. Since I don't have the at91sam9g20ek board, I'm trying this on my desktop PC with an Econotag[2] (using the serial.c driver I pulled from [3]) and on a BeagleBone with an MRF24J40 (using a driver I made [4]).

[Linux-zigbee-devel] 802.15.4 stack compliance

2011-11-29 Thread Prajosh Premdas
Hi I am planning to use this stack for some development in 802.15.4 based product. Can anybody please advice me whether the stack clears the compliance. If there is any report or any data can any body can share the same. If there is a deviation in compliance i am planning to fix the same for the

Re: [Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-14 Thread Alexander Smirnov
Oh, Thank you, Stefan! 14.11.2011, в 22:07, Stefan Schmidt написал(а): > Hello. > > On Tue, 2011-11-08 at 21:17, Alexander Smirnov wrote: >> >> IIRC Werner (I added him to Cc) has reworked version of at91 driver for USB >> support. > > Its a usb device with an atmel micro controller and the

Re: [Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-14 Thread Stefan Schmidt
Hello. On Tue, 2011-11-08 at 21:17, Alexander Smirnov wrote: > > IIRC Werner (I added him to Cc) has reworked version of at91 driver for USB > support. Its a usb device with an atmel micro controller and the AT86RF231 transceiver. http://downloads.qi-hardware.com/people/werner/wpan/web/ Firmwa

Re: [Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-08 Thread Prajosh Premdas
Thanks a lot Alexander and Jon 2011/11/8 Alexander Smirnov > Hello, > > IIRC Werner (I added him to Cc) has reworked version of at91 driver for > USB support. > > To Werner: sorry if I'm wrong. > > With best regards, > Alex > > 08.11.2011, в 19:48, Prajosh Premdas > написал(а): > > > Hi > > > >

Re: [Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-08 Thread Alexander Smirnov
Hello, IIRC Werner (I added him to Cc) has reworked version of at91 driver for USB support. To Werner: sorry if I'm wrong. With best regards, Alex 08.11.2011, в 19:48, Prajosh Premdas написал(а): > Hi > > I have been working on 802.15.4 stack and have them working on various USB > sticks.

Re: [Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-08 Thread [email protected]
On Tue, Nov 8, 2011 at 11:48 AM, Prajosh Premdas wrote: > Hi > I have been working on 802.15.4 stack and have them working on various USB > sticks. But i find that there is no support for any of the USB sticks on > Linux. I even searched in the mail for the same and couldn't find any. > Can anybod

[Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-08 Thread Prajosh Premdas
Hi I have been working on 802.15.4 stack and have them working on various USB sticks. But i find that there is no support for any of the USB sticks on Linux. I even searched in the mail for the same and couldn't find any. Can anybody please point me to any of the artifacts regarding the same --

[Linux-zigbee-devel] 802.15.4 timings

2009-06-20 Thread cristiano de alti
I had a look to the firmware. In order to cope with strict timings of 802.15.4, in its implementation, Freescale sets the modem in streaming mode, otherwise there will be not enough time for sending an ack (macAckWaitDuration is 54 symbol periods = 864us). In streaming mode, while rx is in pro