Re: [Linux-zigbee-devel] What hardware are folks here using to test 6Lowpan on Linux ?

2013-12-30 Thread Randy Graham
Hi Tony, I apologize if this is a repost, my previous post may have been rejected due to excessive length, so I'll keep this short :) I have flashed my econotag and patched and installed the serial driver per this thread but am seeing this error when I run set-serial.sh. Traceback (most recent c

Re: [Linux-zigbee-devel] [mc1322x] [RFC] IEEE 802.15.4 serial protocol version 2 (for Econotags and others).

2013-12-30 Thread Cristiano De Alti
> - This protocol seems terrible for throughput due to turnaround > latency. USB, for example, will necessarily introduce a one frame > (1ms) or one microframe (125μs) latency every time you're waiting > on > a direction change. The FT2232 (used in the Econotag) will also > add > a 16m

Re: [Linux-zigbee-devel] [linux-zigbee-devel] SPI problem on BeagleBoneblack

2013-12-30 Thread Varka Bhadram
hai.. The above problem is due to setting the SPI max clock frequency . For omap2_mcspi controller max clock frequency is : 4.8MHZ . I fixed it by changing the value in DTS. cc2520 { compatible = "cc2520"; reg = <0>; /* CHIPSEL */ spi-max-frequenc

[Linux-zigbee-devel] [linux-zigbee-devel] SPI problem on BeagleBoneblack

2013-12-30 Thread Varka Bhadram
hai all.. I loaded the CC2520[IEEE802.15.4] radio driver by using overlay. It provides SPI interface to communicate with the controller. I used SPI0 on BBB. The Overlay is shown below: nano BB-BONE-CC2520-00A0.dts /dts-v1/; /plugin/; / { compatible = "ti,beaglebone", "ti,beaglebone-black"