<?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>Requirements to connect by smartphone to nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1307/requirements-to-connect-by-smartphone-to-nrf51822</link><description>Hi, 
 I am very new to BlueTooth technology. Currently i&amp;#39;m testing the nRF51822 evaluation kit to see if the BLE module can be used for a specific project. I&amp;#39;ve tried several Keil example project templates as pointed out in the evaluation kit documentation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 22 Feb 2014 02:00:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1307/requirements-to-connect-by-smartphone-to-nrf51822" /><item><title>RE: Requirements to connect by smartphone to nrf51822</title><link>https://devzone.nordicsemi.com/thread/6008?ContentTypeID=1</link><pubDate>Sat, 22 Feb 2014 02:00:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c13ee45-181e-484d-b5a5-1b5737bb7d6a</guid><dc:creator>Rick</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;I gave up on Eclipse and went with IntelliJ which works fine.&lt;/p&gt;
&lt;p&gt;On another note, can we get the source code for the Master Control Panel?  I want to use it as a starting point for my project.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Requirements to connect by smartphone to nrf51822</title><link>https://devzone.nordicsemi.com/thread/6007?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2014 15:22:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:605a7a48-9008-4891-85f5-1f6a8d705b79</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Rick,&lt;/p&gt;
&lt;p&gt;Sorry for a late response, could you copy and send the problem you got in Eclipse here ? or have a screenshot ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Requirements to connect by smartphone to nrf51822</title><link>https://devzone.nordicsemi.com/thread/6006?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2014 17:20:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e50075ae-ddb4-4bb4-8dde-e81c87f75975</guid><dc:creator>Rick</dc:creator><description>&lt;p&gt;I&amp;#39;ve downloaded the source code for the nrfToolBox and nrfTemp but it generates too many errors on Eclipse ADT.  I get circular errors when trying to correct the errors.  Any suggestions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Requirements to connect by smartphone to nrf51822</title><link>https://devzone.nordicsemi.com/thread/6005?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2014 16:26:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d3c5d5d-188a-4afe-bb61-34e79f9ae155</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You don&amp;#39;t need to use the Master Control Panel App when developing your app.&lt;/p&gt;
&lt;p&gt;The APIs to scan connect and transfer data with BLE slave is natively provided from Android v4.3. You can find the documentation &lt;a href="http://developer.android.com/guide/topics/connectivity/bluetooth-le.html"&gt;here&lt;/a&gt; .
You also have an simple BLE example that do scan and connect, included in the Android SDK.&lt;/p&gt;
&lt;p&gt;We also provide nRFToolbox app that support various BLE profiles. The source code for nRFToolbox can be downloaded from our website.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Requirements to connect by smartphone to nrf51822</title><link>https://devzone.nordicsemi.com/thread/6004?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2014 15:50:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:343251b1-aac8-4c2e-98d1-ed4ecfb4bbb3</guid><dc:creator>Dmitri</dc:creator><description>&lt;p&gt;Thank you for your reply!&lt;/p&gt;
&lt;p&gt;Indeed, with all smartphones i tried to scan for the device from the Bluetooth setting in the Settings menu. So to find the BLE device the phone does need custom software? Would i still need the Nordic Semi Master Control App in case i would write a custom app to communicate with the device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Requirements to connect by smartphone to nrf51822</title><link>https://devzone.nordicsemi.com/thread/6003?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2014 15:44:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3497f964-ae83-43ca-bc2c-87694a0f9c24</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Dmitri,&lt;/p&gt;
&lt;p&gt;You should be able to scan for the device when it is advertising (broadcasting) without any further requirement. Could you explain how did you scan for BLE device on Nexus 5 and Galaxy S4 ?
The Bluetooth setting inside Android Setting menu would not show the BLE devices around. It&amp;#39;s the app who scan and connect to a BLE device.&lt;/p&gt;
&lt;p&gt;For Android, our suggestion is to use the Nordic Semi Master Control Panel that you can download from Google play.&lt;/p&gt;
&lt;p&gt;On Windows Phone, it wasn&amp;#39;t support BLE until recently, I actually haven&amp;#39;t got much experienced on this platform and not sure how to scan for BLE device. We will try to get hold of a Lumia phone and let you know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>