<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>IPv6 Compatible BLE dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10832/ipv6-compatible-ble-dongle</link><description>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&amp;#39;m using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Sep 2017 13:43:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10832/ipv6-compatible-ble-dongle" /><item><title>RE: IPv6 Compatible BLE dongle</title><link>https://devzone.nordicsemi.com/thread/40499?ContentTypeID=1</link><pubDate>Mon, 11 Sep 2017 13:43:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:470cfa20-77d7-4699-9d07-5c7ef0e8ee1f</guid><dc:creator>Lemmer El Assal</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using LEDE for TP-Link TL-WR1043ND v4, latest version, running:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Linux version 4.4.71 (buildbot@builds-02.infra.lede-project.org) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3101-bce140e) ) #0 Wed Jun 7 19:24:41 2017
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I try to connect in every way, but can&amp;#39;t.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;root@LEDE:~# echo &amp;quot;connect 00:46:5C:46:3D:11 1&amp;quot; &amp;gt; /sys/kernel/debug/bluetooth/6l
owpan_control
-ash: write error: Connection refused
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Here&amp;#39;s leinfo:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;root@LEDE:~# hcitool leinfo 00:46:5C:46:3D:11
Requesting information ...
        Handle: 18432 (0x4800)
        LMP Version: 4.2 (0x8) LMP Subversion: 0x6f
        Manufacturer: Nordic Semiconductor ASA (89)
        Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;But!!!&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;root@LEDE:~# hcitool lecc 00:46:5C:46:3D:11
Connection handle 18432
root@LEDE:~# hcitool con
Connections:
root@LEDE:~#
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Can you help me please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: IPv6 Compatible BLE dongle</title><link>https://devzone.nordicsemi.com/thread/40498?ContentTypeID=1</link><pubDate>Sun, 13 Dec 2015 05:03:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9929c89-9f13-4867-9dbd-d7f89deacde8</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;It works nicely. The dongle as you say isn&amp;#39;t an issue. On my work computer it didn&amp;#39;t work, but at home on my home computer, it works perfectly. However there is one difference between the two systems. At home I&amp;#39;m using the RedBearLab nano with 32kb of ram. Hcitool lescan detects the COAP server with no problems. At work I was unable to detect the COAP server, perhaps indicating it was not running.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: IPv6 Compatible BLE dongle</title><link>https://devzone.nordicsemi.com/thread/40497?ContentTypeID=1</link><pubDate>Sat, 12 Dec 2015 12:28:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74ceec22-138d-4a55-a2f4-fa39b51497a4</guid><dc:creator>Lukasz Duda</dc:creator><description>&lt;p&gt;Hello Paul!&lt;/p&gt;
&lt;p&gt;Linux implementation of bluetooth_6lowpan module for debugfs has been changed since Kernel version 4.0.&lt;/p&gt;
&lt;p&gt;So right now to establish connection with the nRF51 kit you should use below set of commands:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# Load 6LoWPAN module.
modprobe bluetooth_6lowpan

# Enable the bluetooth_6lowpan module.
echo 1 &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_enable

# Establish connection with device
echo &amp;quot;connect XX:XX:XX:XX:XX:XX 1&amp;quot; &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_control
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please check documentation of our new release for nRF52 to get more details:
&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.iotsdk.v0.9.0%2Fiot_sdk_user_guides_linux_commands.html"&gt;nRF5 IoT SDK - Connecting devices to the router&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regarding to the BLE dongles issue - you should be able to use all dongles with Bluetooth 4.0 support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>