<?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 use nrF5 Ble joiner appication with raspberrypi 6lowpan enabled.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46541/how-to-use-nrf5-ble-joiner-appication-with-raspberrypi-6lowpan-enabled</link><description>i have a raspberry pi and wanted to connect it with nRF BLE joiner but it is not scanning my raspberry -pi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 May 2019 04:32:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46541/how-to-use-nrf5-ble-joiner-appication-with-raspberrypi-6lowpan-enabled" /><item><title>RE: How to use nrF5 Ble joiner appication with raspberrypi 6lowpan enabled.</title><link>https://devzone.nordicsemi.com/thread/184744?ContentTypeID=1</link><pubDate>Thu, 02 May 2019 04:32:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40d46d2a-ad13-40b7-b8a2-787b0aa80ed9</guid><dc:creator>sarthak</dc:creator><description>[quote userid="4556" url="~/f/nordic-q-a/46541/how-to-use-nrf5-ble-joiner-appication-with-raspberrypi-6lowpan-enabled/184700"]Depends on how much experience you have with custom BLE profiles running on Linux.[/quote]
&lt;p&gt;so what i understand is that on 1 raspberry-pi i have to run a deamon for commissioning on linux , that i can do and then i have the 2nd raspberry-pi to which i have to port the library.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i have no experience with custom BLE profiles running on Linux. how to port the library and run the custom BLE profile?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use nrF5 Ble joiner appication with raspberrypi 6lowpan enabled.</title><link>https://devzone.nordicsemi.com/thread/184700?ContentTypeID=1</link><pubDate>Wed, 01 May 2019 13:02:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6356e76-d044-462e-a18f-c675e5d49450</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Ok I see, so first on the RPi router you need to run a commissioning daemon. More info here: &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/iot_commissioning_daemon.html?cp=5_0_5_5_2_0"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/iot_commissioning_daemon.html?cp=5_0_5_5_2_0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The on the node you will have to set up the BLE commissioning profile which is what the BLE joiner app is scanning for. More info here: &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_iot_commissioning.html?cp=5_0_3_24_1_3"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_iot_commissioning.html?cp=5_0_3_24_1_3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Documentation for the library is located here: &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/iot_commissioning_transport.html?cp=5_0_3_24_1_3_0"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/iot_commissioning_transport.html?cp=5_0_3_24_1_3_0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And the actual library can be found in the SDK. So this library is what you will have to port to your RPi. This is probably not a trivial task. Depends on how much experience you have with custom BLE profiles running on Linux.&lt;/p&gt;
&lt;p&gt;Since RPi is supporting WiFi/Ethernet I would suggest to use this instead when communicating between the two. Not sure why you would want to set up a 6lowpan over BLE between two RPi&amp;#39;s&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use nrF5 Ble joiner appication with raspberrypi 6lowpan enabled.</title><link>https://devzone.nordicsemi.com/thread/184657?ContentTypeID=1</link><pubDate>Wed, 01 May 2019 04:04:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc57ab3a-ca8a-49f0-b262-0248fb0b2680</guid><dc:creator>sarthak</dc:creator><description>&lt;p&gt;yes i want to connect my raspberry pi to another raspberry-pi acting as a router. 1st raspberry pi as a node and 2nd raspberrypi as a edge router . can i use 1st raspberry- pi as a node insted of nRF5 to be connected to the edge router?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use nrF5 Ble joiner appication with raspberrypi 6lowpan enabled.</title><link>https://devzone.nordicsemi.com/thread/184577?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2019 12:38:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae13ebfa-ccee-47da-b784-ce4304207228</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;The BLE joiner app is used to commission the IoT example applications running on the nRF52 to a RPi acting as a router.&lt;/p&gt;
&lt;p&gt;When you say you want to connect your raspberry-pi as a node, I&amp;#39;m not sure what you mean. Do you want to connect your RPi to another RPi acting as router?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use nrF5 Ble joiner appication with raspberrypi 6lowpan enabled.</title><link>https://devzone.nordicsemi.com/thread/183921?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 04:02:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2d77d27-875a-4a08-bc07-938292f9c683</guid><dc:creator>sarthak</dc:creator><description>&lt;p&gt;yes i followed the guide but i want to connect my raspberry-pi as a node. when using the ble joiner app it is not scanning my raspberry-pi as a node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use nrF5 Ble joiner appication with raspberrypi 6lowpan enabled.</title><link>https://devzone.nordicsemi.com/thread/183871?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 14:59:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75092eff-9cb0-4616-b0a6-163827608fe9</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Did you follow the user guide? &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/iot_commissioning_phone_app.html?cp=5_0_5_5_2_1"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/iot_commissioning_phone_app.html?cp=5_0_5_5_2_1&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>