This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

IPv6 Compatible BLE dongle

FormerMember
FormerMember

I just started trying to get an IOT IPv6 application up and running. On the nrf51882 end, I have flashed the IPv6 COAP server. The LED on the device is happily flashing away, so it could be working. The next step is to set up the Linux end.

I'm using Ubuntu 15.04 which has the necessary modules 6lowpan and bluetooth_6lowpan. I believe I have set everything up correctly. One point troubles me:

In the directory

/sys/kernel/debug/bluetooth

I can see 6lowpan_control and 6lowpan_enable. I can't see the 6lowpan_psm file, which means the echo 35 > .... Command always fails. When I say fails, a permission denied error message appears regardless of using sudo or sudo us. I've tried different BLE dongles, with the same result. I have also read that a BLE dongle with a Broadcom chipset is necessary. I have ordered a Broadcom based dongle just to check this out. Hopefully I will receive it in the next couple of days.

Related