<?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>how to config the ble ipv6 link-local address?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17032/how-to-config-the-ble-ipv6-link-local-address</link><description>I am studying the iot-sdk of nordic.
Now, as I have shown in previous questions, I can not detect the device under the linux system according to the toturial in iot.
Now, I am trying to config the ipv6 link-local address in windows system which I can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Oct 2016 05:04:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17032/how-to-config-the-ble-ipv6-link-local-address" /><item><title>RE: how to config the ble ipv6 link-local address?</title><link>https://devzone.nordicsemi.com/thread/65336?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 05:04:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f366a148-4a53-490e-86c3-d2438f549f88</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;You must have a BLE dongle, so that you can establish a BLE connection. And then use this as transport for IPv6 packets.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to config the ble ipv6 link-local address?</title><link>https://devzone.nordicsemi.com/thread/65335?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 01:06:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebd3c0df-6020-455a-99e5-f0328fe35672</guid><dc:creator>desword</dc:creator><description>&lt;p&gt;Thanks! I do not have a USB dongle. I just use my phone to detect the 48-bit address instead (00:6c:fd:70:4d:41), then when I initialize 6lowpan_control and try to connect, it shows: bash: echo: write error: No route to host. Am I must plug a Bluetooth dongle to connect the client device? On the other hand, is there any example for the udp-client and -server that the client can sniffer the adv. packet for the ipv6 address of the server and then connect to the specific ipv6 address itself? Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to config the ble ipv6 link-local address?</title><link>https://devzone.nordicsemi.com/thread/65334?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 14:09:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad45f070-4342-4797-a6ff-575649f8eefd</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;You need to find the device using &lt;code&gt;hcitool lescan&lt;/code&gt; first. Do you have Bluetooth v4.0 USB dongle connected(Not a nRF5 DK)? Something like &lt;a href="http://www.dx.com/p/bluetooth-v4-0-csr4-0-usb-dongle-adapter-black-207993#.V_-U68mAt4l"&gt;this&lt;/a&gt;. Then use the address of your device when you connect, not 00:AA:BB:CC:XX:YY:ZZ&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to config the ble ipv6 link-local address?</title><link>https://devzone.nordicsemi.com/thread/65332?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 14:03:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7d70544-d758-4ecc-ade9-8e44455a6a27</guid><dc:creator>desword</dc:creator><description>&lt;p&gt;I can find the BLE device using my phone with the adv of &amp;quot;UDP6_Client_Node&amp;quot;. However, cause I can not connect the nRF5 DK under linux, so I wonder how to config and connect the DK under windows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to config the ble ipv6 link-local address?</title><link>https://devzone.nordicsemi.com/thread/65331?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 14:02:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a63cf6d1-a187-4cd9-9e10-f0a3b35e15d3</guid><dc:creator>desword</dc:creator><description>&lt;p&gt;Yes, I have flash the IOT softdevice with 96kB size, and running the udp-client example on NRF5 DK.
ANd yes, I am following the tutorial you said.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to config the ble ipv6 link-local address?</title><link>https://devzone.nordicsemi.com/thread/65333?ContentTypeID=1</link><pubDate>Thu, 13 Oct 2016 13:15:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:924bbfe0-58bc-4921-b0ab-f3ac05c7a30a</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What tutorial are you looking at? &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.iotsdk.v0.9.0/iot_sdk_user_guides_linux_commands.html?cp=4_1_0_2_5"&gt;This&lt;/a&gt;? Have you programmed a nRF5 DK with the IoT SoftDevice and one of the examples from the IoT SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>