<?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>BLE 6LoWPAN environment about bt0 ifconfig</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5386/ble-6lowpan-environment-about-bt0-ifconfig</link><description>Hello, I build a BLE 6LoWPAN environment on my raspberry pi with Kernel 3.18.3 and connect a BLE Dongle. The BLE Node is Arch BLE ( www.seeedstudio.com/.../Arch-BLE-p-1998.html) . and follow Nordic nRF51 IoT SDK
But when I try to connect to my Arch BLE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Feb 2015 10:22:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5386/ble-6lowpan-environment-about-bt0-ifconfig" /><item><title>RE: BLE 6LoWPAN environment about bt0 ifconfig</title><link>https://devzone.nordicsemi.com/thread/18806?ContentTypeID=1</link><pubDate>Wed, 04 Feb 2015 10:22:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b6cbac1-65bc-446e-b81e-acb56872f04e</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Which example from the IoT SDK do you use? Do you have made any modifications to it? What is the chip version of the nRF51 chip that you are using? (What is printed on the chip?) Did you also add the dependencies listed in this post? &lt;a href="https://devzone.nordicsemi.com/question/23210/iot-dev-kit-list-of-linux-kernel-modules-and-binaries/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 6LoWPAN environment about bt0 ifconfig</title><link>https://devzone.nordicsemi.com/thread/18812?ContentTypeID=1</link><pubDate>Tue, 03 Feb 2015 22:37:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:811c39c4-bf6d-4ebe-bf57-51528e31bbc1</guid><dc:creator>Xue Liu</dc:creator><description>&lt;p&gt;There may be another problem with the hardware Arch BLE, because it has only 16kB RAM which is not enough for IoT SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 6LoWPAN environment about bt0 ifconfig</title><link>https://devzone.nordicsemi.com/thread/18808?ContentTypeID=1</link><pubDate>Tue, 03 Feb 2015 04:53:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f3b3f59-5ec3-4435-932b-92aea05ab69e</guid><dc:creator>abc</dc:creator><description>&lt;p&gt;i try it. &lt;code&gt;hcitool con&lt;/code&gt; have connect. but &lt;code&gt;ifconfig&lt;/code&gt; not bt0 interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 6LoWPAN environment about bt0 ifconfig</title><link>https://devzone.nordicsemi.com/thread/18807?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2015 15:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44274e53-a398-4d60-8108-a3dd8a301820</guid><dc:creator>Lukasz Duda</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Maybe i am wrong, but based on your previous screenshot and Glenn&amp;#39;s one, it &amp;quot;almost&amp;quot; looks like you are trying to connect to his dongle (probably just same vendor)! So i believe that this is not coincidence but wrong MAC address. Please ensure that address comes from nRF51 device. You can call:&lt;code&gt;hcitool lescan&lt;/code&gt; on your RaspberryPi for that purpose.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 6LoWPAN environment about bt0 ifconfig</title><link>https://devzone.nordicsemi.com/thread/18811?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2015 14:47:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a423ea4-ec3b-412b-b8ca-1cffe972bc55</guid><dc:creator>Glenn Ruben Bakke</dc:creator><description>&lt;p&gt;Does your BLE usb dongle enumerate?&lt;/p&gt;
&lt;p&gt;Quickly check if &amp;quot;hciconfig&amp;quot; lists it up. You could also verify if it is BLE enabled by running &amp;quot;hcitool lescan&amp;quot;. This should list all devices advertising nearby.&lt;/p&gt;
&lt;p&gt;If it enumerates, when you run the command &amp;quot;connect xx:xx:xx:xx:xx 1&amp;quot;, verify if it connects to the device or not by checking &amp;quot;hcitool con&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/raspberry_5F00_pi_5F00_connections.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Alternativly, you could do a normal connect to the device by issuing &amp;quot;hcitool lecc xx:xx:xx:xx:xx:xx&amp;quot;. This is just a litmus test for bluetooth connection (ipv6 connection is not established using this command).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 6LoWPAN environment about bt0 ifconfig</title><link>https://devzone.nordicsemi.com/thread/18810?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2015 12:21:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3afe2e06-9fa1-4656-9caf-5bbe84bfd789</guid><dc:creator>abc</dc:creator><description>&lt;p&gt;I have executed the above command ,but have same problem... not such bt0 ...please help me ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 6LoWPAN environment about bt0 ifconfig</title><link>https://devzone.nordicsemi.com/thread/18809?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2015 09:13:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:282dced0-1837-449f-9b77-66d911a117fc</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;In addition to connecting to a device, there are a couple of other steps that you have to do, please take a look at &lt;a href="https://devzone.nordicsemi.com/question/28143/how-to-setup-network-enviornment-for-iot/"&gt;this&lt;/a&gt; post.&lt;/p&gt;
&lt;p&gt;Which commands do you run in order to connect?  Before connecting, you should run the following commands:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; # Mount debugfs file system
 sudo mount -t debugfs none /sys/kernel/debug
    
 sudo echo 35 &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_psm

 sudo sysctl net.ipv6.conf.all.forwarding=1

 sudo echo &amp;quot;connect AA:BB:CC:DD:EE:FF 1&amp;quot; &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_control
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>