<?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>Gatttool nrf52 Pi Bluez</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15795/gatttool-nrf52-pi-bluez</link><description>nrf51connect.pcapng nrf52disconnect.pcapng Hi i m using pi3 with bluez and the gatttool i can easy connect to the Adafruit Feather M0 with a nrf51 as bluetooth module but when i try to connect to the nrf52 developer kit it dosen t work! I can connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Nov 2016 10:50:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15795/gatttool-nrf52-pi-bluez" /><item><title>RE: Gatttool nrf52 Pi Bluez</title><link>https://devzone.nordicsemi.com/thread/60275?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2016 10:50:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd12a9bf-2641-4e59-ba4f-65d349736b4e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It seems the nRF52 (peripheral/slave) disconnects in packet 1802. Are you calling sd_ble_gap_disconnect() anywhere? I also see that the RPi3 (central/master) doesn&amp;#39;t respond to the Find By Type Value Request sent by the nRF52 in packet 950. So I&amp;#39;m guessing that you are calling sd_ble_gap_disconnect() when you get the BLE_GATTC_EVT_TIMEOUT event, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/group___b_l_e___g_a_t_t_c___t_i_m_e_o_u_t___m_s_c.html?cp=2_3_0_1_0_2_2_3_13"&gt;this&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gatttool nrf52 Pi Bluez</title><link>https://devzone.nordicsemi.com/thread/60274?ContentTypeID=1</link><pubDate>Thu, 24 Nov 2016 11:15:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:163fbe37-d9df-481e-b701-3add9d672600</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Ok. So unmodified ble_app_uart works? What is BLE manager?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gatttool nrf52 Pi Bluez</title><link>https://devzone.nordicsemi.com/thread/60273?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2016 13:26:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e5200f3-b9a9-428a-9636-2595cb37083f</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I had a look at the traces. It seems the slave(nRF52) is sending a Find By Type Value request. I&amp;#39;m not sure why, but there doesn&amp;#39;t seem to be a response. This should not cause a disconnect after 30 seconds, but &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v2.0.0/group___b_l_e___g_a_t_t_c___t_i_m_e_o_u_t___m_s_c.html?cp=2_3_0_1_1_2_2_3_12"&gt;it should&lt;/a&gt; give a timeout event. Could you upload the hex file with application you are running? So I can test it here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gatttool nrf52 Pi Bluez</title><link>https://devzone.nordicsemi.com/thread/60272?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2016 12:59:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23934571-a9ac-49cb-bf24-bf778d5961ac</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Thank you for the traces and the update. Please try to answer my other questions as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gatttool nrf52 Pi Bluez</title><link>https://devzone.nordicsemi.com/thread/60271?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2016 08:21:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:931ab1d5-d2ca-4f62-83d0-2b8110e7f744</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Please post the sniffer trace file, not picture. You can edit your question and add it there. What SoftDevice and SDK version are you using? Are you using the unmodifed ble_app_uart example? Did you run this example on the nRF51 as well? Do other examples work on the nRF52?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gatttool nrf52 Pi Bluez</title><link>https://devzone.nordicsemi.com/thread/60270?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2016 14:31:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64d1a29a-b5e6-430b-ab2a-a415a53879c3</guid><dc:creator>Marc</dc:creator><description>&lt;p&gt;I&amp;#39;m using the uart over ble example from nordic. here are the sniff results! i think perhaps gatttool need the uuid in the advertisement. I testet with some other Ble devices and every device which worked they advertise there uuids! I will test it!
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Bildschirmfoto-2016_2D00_08_2D00_18-um-16.29.02.jpg" alt="image description" /&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Bildschirmfoto-2016_2D00_08_2D00_18-um-16.27.59.jpg" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Gatttool nrf52 Pi Bluez</title><link>https://devzone.nordicsemi.com/thread/60269?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2016 08:19:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68f262af-8508-4e14-b13d-549b9cb1bf83</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Difficult to say. What application are you running on the nRF52? Could you do a sniffer trace of what is happening on air? You can use the nRF Sniffer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>