<?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>cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50202/cannot-create-bt0-in-raspberry-pi3</link><description>Hello all, 
 Environment: 
 
 Rpi with Raspbian Stretch (Release 9.8) 
 Kernel 4.14.8-v7+ 
 Architecture armv7l 
 
 I have followed the below links to build BLE 6LoWPAN environment on my Rpi3 
 
 https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Aug 2019 05:40:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50202/cannot-create-bt0-in-raspberry-pi3" /><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/202507?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 05:40:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa803eb9-193c-4918-b4ec-6b7bdecd71a2</guid><dc:creator>lucidlynx</dc:creator><description>&lt;p&gt;Hey Jorgen,&lt;/p&gt;
&lt;p&gt;I resolved the issue by moving the Raspbian OS to Jessie (Kernel 4.4). I clearly don&amp;#39;t know why I faced this issue in Stretch.&lt;/p&gt;
&lt;p&gt;Thanks for the support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/201870?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2019 12:13:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e580d30-b7eb-4129-b5e4-190fd2cbb35d</guid><dc:creator>lucidlynx</dc:creator><description>&lt;p&gt;It is directly connected to Rpi3 (peer-to-peer) and I am able to ping between Rpi3 and Windows PC.&lt;/p&gt;
&lt;p&gt;I have also checked whether the ICMP echo requests and responses are seen in the network using Wireshark. I am able to see the packets at bt0 interface of Rpi3 but not at eth0 interface of Rpi3. This scenario appears in both cases i.e.., ping to eth0 of Rpi3 and Ethernet interface of PC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/201857?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2019 11:58:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:547ca314-951a-4b45-b94a-9c2c71d8f354</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Is the Windows PC connected directly to the RPi through a cable, or does it go through a switch/router?&lt;/p&gt;
&lt;p&gt;Are you able to ping the Windows PC from the RPi using ping6 command?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/201839?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2019 11:40:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87023fd4-8383-4118-b40b-65d871aa353b</guid><dc:creator>lucidlynx</dc:creator><description>&lt;p&gt;Hey Jorgen,&lt;/p&gt;
&lt;p&gt;I have followed these steps by loading the wrong firmware. When I used UDP Client IoT example, I am able to see the bt0 interface. Thank you so much for your support.&lt;/p&gt;
&lt;p&gt;Running UDP client on nRF, I am able to verify both ping and UDP packets on eth0 interface of Rpi3. I have a Windows PC connected to that eth0 of my Rpi3 and &lt;strong&gt;I can&amp;#39;t ping that PC from my nRF kit.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have set eth0 of RPi3 and Ethernet interface of PC (Windows) in the same IPv6 subnet i.e., 2004:db8::/64. Also I removed the radvd.conf from Rpi3 as I know that UDP example of nRF does not send router solicitation messages.&lt;/p&gt;
&lt;p&gt;Am I missing anything here or should I need to do some more steps to make the communication (ping and UDP) success between nRF and my Windows PC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/201686?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2019 17:11:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:749c670f-2dd8-4969-bd02-1e20e658fd1a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I have used the built-in BLE of RPi3 for this purpose before, you should not need any external Bluetooth module.&lt;/p&gt;
&lt;p&gt;Can you provide a sniffer trace of the connection between the device and the RPi? You can use the &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Sniffer/Download#infotabs"&gt;nRFSniffer v2&lt;/a&gt; for doing the capture.&lt;/p&gt;
&lt;p&gt;Which firmware are you running on the device that you are trying to connect?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/200728?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2019 10:52:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ce1cd96-a9d3-4efd-b95d-5dab1d3cff65</guid><dc:creator>lucidlynx</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;A small update. The connection I am seeing in&lt;strong&gt;&lt;em&gt; hcitool conn&lt;/em&gt;&lt;/strong&gt; command disappear after a few seconds (around 30 sec). Also the Bluetooth indicator LED in the device is not turned ON after &lt;strong&gt;&lt;em&gt;echo &amp;quot;connect &amp;lt;mac address of other device&amp;gt; 1&amp;quot; &amp;gt; /sys/kernel/debug/bluetooth/6lowpan_control &lt;/em&gt;&lt;/strong&gt;command.&amp;nbsp; From this, I clearly know that the above command was not able to connect my other Bluetooth device&lt;/p&gt;
&lt;p&gt;But I was able to connect the same device and able to see the Bluetooth indicator LED ON while using bluetoothctl commands.&lt;/p&gt;
&lt;p&gt;Please help me to resolve this problem at the earliest.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/200573?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2019 14:20:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edf67563-53bb-4765-b208-10ece51cb302</guid><dc:creator>lucidlynx</dc:creator><description>&lt;p&gt;Yes I made sure. Output of commands attached below. The radvd.service status throws error after I added the lines in radvd.conf as suggested in &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.2.0%2Fiot_sdk_user_guides_radvd.html&amp;amp;cp=5_5_2_5_4_0_3"&gt;this&lt;/a&gt; link.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x320/__key/communityserver-discussions-components-files/4/ble_5F00_gw_5F00_mqtt_5F00_com.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;I just have a doubt. As Rpi3 have a built-in Bluetooth module, I did not use any external Bluetooth LE USB dongles. I assume Rpi3 has in-built functionality of Bluetooth dongles. Am I wrong or is it fine to use built-in Bluetooth module?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/200551?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2019 13:33:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0b3542c-9c9c-4393-a293-4a6dc0048ab2</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you made sure that the address is correct? Can you post the output of &amp;#39;hcitool lescan&amp;#39; command?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/200518?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2019 12:21:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5b51c10-1522-47e4-ae48-fb1094bde20f</guid><dc:creator>lucidlynx</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the response.&lt;/p&gt;
&lt;p&gt;Yeah, I have not compiled any new kernel as I came to know that bluetooth_6lowpan module available in downloaded Raspbian distro. I just used the command &lt;strong&gt;modprobe bluetooth_6lowpan &lt;/strong&gt;to load the kernel module.&lt;/p&gt;
&lt;p&gt;Thanks for asking but I am working as a root so I have not used &amp;#39;sudo&amp;#39;. And I followed all the steps from the mentioned link still unable to see bt0.&lt;/p&gt;
&lt;p&gt;Inserted a error screenshot&amp;nbsp; that I am facing below:&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/720x240/__key/communityserver-discussions-components-files/4/ble_5F00_conn_5F00_error.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cannot create bt0 in raspberry pi3</title><link>https://devzone.nordicsemi.com/thread/200487?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2019 11:20:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26cbf4eb-bbc2-46f8-b76b-6da2d45bc0f6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did you use the Raspbian distro straight from the webpage, or did you compile the kernel with bluetooth_6lowpan module as described in the documentation? The documentation is a bit outdated, and you should not have to do any kernel compilation with later versions, as bluetooth_6lowpan is included by default.&lt;/p&gt;
&lt;p&gt;Also, did you use sudo with the&amp;nbsp;ifconfig command? Did you follow the instructions on &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/iot_sdk_user_guides_linux_commands.html?cp=5_5_2_5_4_0_5"&gt;this page&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>