Re: 6lowpan on a RPi using at86rf233

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Apr 03, 2015 at 08:27:44PM +0200, Guido Günther wrote:
> On Fri, Apr 03, 2015 at 04:45:02PM +0200, Alexander Aring wrote:
> > On Fri, Apr 03, 2015 at 04:36:47PM +0200, Guido Günther wrote:
> > > Hi,
> > > I'm trying to get 6lowpan to work using bluetooth-next on the above
> > > hardware[1]. I'm currently using bluetooth-next as of
> > > baf880a96859cca79208122e555e7efeabd16e4d . When I do a:
> > > 
> > >    iwpan dev wpan0 set pan_id 0xbeef
> > > 
> > > I get:
> > > 
> > >    command failed: Device or resource busy (-16)
> > > 
> > 
> > you can set the pan_id when you interface is down only.
> 
> There was an ifplugd on the pi which continued to up the device -
> damnit. Sorry for the noise. I can now ping the two devices but am
> seeing massive packet loss:
> 
>     # ping6 -s 20   -I lowpan0  fe80::f836:9287:905c:a684 
>     PING fe80::f836:9287:905c:a684(fe80::f836:9287:905c:a684) from fe80::cb23:b779:742d:4fd2 lowpan0: 20 data bytes
>     28 bytes from fe80::f836:9287:905c:a684: icmp_seq=3 ttl=64 time=27.7 ms
>     28 bytes from fe80::f836:9287:905c:a684: icmp_seq=4 ttl=64 time=12.7 ms
>     28 bytes from fe80::f836:9287:905c:a684: icmp_seq=5 ttl=64 time=12.7 ms
>     ^C
>     --- fe80::f836:9287:905c:a684 ping statistics ---
>     16 packets transmitted, 3 received, 81% packet loss, time 15017ms
> 
> Will need to dig into this again.
> 

ah, maybe I know why. Did you use the openlabs dts at86rf233 entry?

Try this:

&spi {
	status = "okay";
	at86rf233@0 {
		compatible = "atmel,at86rf233";
		spi-max-frequency = <7500000>;
		reg = <0>;
		interrupts = <23 4>;
		interrupt-parent = <&gpio>;
		reset-gpio = <&gpio 24 1>;
		sleep-gpio = <&gpio 25 1>;
		xtal-trim = /bits/ 8 <0x0F>;
	};
};


The openlabs entry uses a clock ~ 500kHz I experience similar issues with
such a low clock. Also the xtal-trim should be "somewhat correct" for the
openlabs transceivers. I need HF equipment to really test this value  I
supposed datasheet values.

- Alex
--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux