<?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>Not able to connect the Bluetooth to other device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52165/not-able-to-connect-the-bluetooth-to-other-device</link><description>Hi, 
 I am using NRF51422 dk board in our project.We are using SDK 12.3 version , soft device S130 and keil u vision. Here the problem is I am not able to connect the bluetooth with other controller (Tiva&amp;#39;s controller) Bluetooth. i am using the example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Sep 2019 08:38:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52165/not-able-to-connect-the-bluetooth-to-other-device" /><item><title>RE: Not able to connect the Bluetooth to other device</title><link>https://devzone.nordicsemi.com/thread/210032?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:38:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79b3072c-405e-4ebf-9771-2f91732c27ac</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The Nordic devices are BLE &lt;em&gt;&lt;strong&gt;only&lt;/strong&gt;&lt;/em&gt; - so you need to ensure that your TI device is doing BLE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to connect the Bluetooth to other device</title><link>https://devzone.nordicsemi.com/thread/209970?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 05:19:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5104f364-79da-45d7-8d06-04337484d112</guid><dc:creator>Namitha</dc:creator><description>&lt;p&gt;Thanks fpr the reply.In data sheet&amp;nbsp; they have mentioned it will support both classic and low energy .&lt;/p&gt;
&lt;p&gt;I will try with another central example. can you tell me how to take the report of all the advertising device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to connect the Bluetooth to other device</title><link>https://devzone.nordicsemi.com/thread/209865?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 13:53:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1ec2555-26eb-4b46-9ea1-35189388318c</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Are you sure that the TI device is BLE - not &amp;quot;Classic&amp;quot; Bluetooth?&lt;/p&gt;
&lt;p&gt;Can&amp;#39;t you find another Central example which will just report *all* the advertisements it finds?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to connect the Bluetooth to other device</title><link>https://devzone.nordicsemi.com/thread/209814?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 11:54:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8639a8a0-a7b4-492e-8dbb-efbb04228e8e</guid><dc:creator>Namitha</dc:creator><description>&lt;p&gt;Thanks for the reply.Yes i have checked the Ti&amp;#39;s board Bluetooth is working, tried to connect through Blueterm app ,which is connecting and transmitting the data.&lt;/p&gt;
&lt;p&gt;With the example program of ble_peripheral/ ble_app_uart&amp;nbsp; it is working means the data is transmitting and sending through&amp;nbsp; nrfconnect app.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;verified that your nRF51 code is working- No, i didn&amp;#39;t check.I am trying this example program ble_central/experimental/ble_app_blinky&amp;nbsp; which is central and which is scanning for peripheral device name &amp;quot;Nordic_blinky&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;in the example program so,i have changed the device name to &amp;quot;Tibluetooth&amp;quot; so it has to scan for this device name and should connect. But it is only scanning means the led1 is on (meant for scanning in the example program).Where the device name is advertising as &amp;quot;Tibluetooth&amp;#39;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Trying to pair the bluetooth through device name and i am not getting any errors .plz tell me how to do&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not able to connect the Bluetooth to other device</title><link>https://devzone.nordicsemi.com/thread/209795?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 10:52:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55ed4c0d-1839-4c7c-ba97-a22006aef0fb</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Note that nRF51 is rather old, and not recommended for new BLE designs:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/42960/status-of-nrf51-products/169728#169728"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/42960/status-of-nrf51-products/169728#169728&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Are you sure that the TI device is not requiring any &amp;quot;newer&amp;quot; BLE features that the nRF51 doesn not support?&lt;/p&gt;
&lt;p&gt;How have you verified that the TI board is actually working, and does actually accept connections?&lt;/p&gt;
&lt;p&gt;eg, can you see it, and connect to it using nRF Connect ?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How have you verified that your nRF51 code is working?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;eg, can it connect to a standard Nordic example?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can it see the TI device advertising?&lt;/span&gt;&lt;/p&gt;
[quote userid="83393" url="~/f/nordic-q-a/52165/not-able-to-connect-the-bluetooth-to-other-device"]the nrf51422 board which is scanning not able to connect the bluetooth through device name[/quote]
&lt;p&gt;So what, exactly, are you doing?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What debugging have &lt;em&gt;&lt;strong&gt;you&lt;/strong&gt; &lt;/em&gt;done?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;Are you getting any errors returned - on the nRF51 and/or the Tiva?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;Others have had success:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51786/how-to-connect-from-one-bluetooth-to-other-bluetooth-devices"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/51786/how-to-connect-from-one-bluetooth-to-other-bluetooth-devices&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>