<?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>can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47413/can-we-make-a-mobile-phone-to-act-as-a-peripheral</link><description>hi... how to make a nordic app to act as a peripheral , i have read one post , in that they mentioned set up to be done in gap peripheral mode . how to do that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 18 May 2019 08:16:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47413/can-we-make-a-mobile-phone-to-act-as-a-peripheral" /><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187712?ContentTypeID=1</link><pubDate>Sat, 18 May 2019 08:16:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df7f5711-c67f-425f-9c7f-c89a5f3692f7</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Maybe you haven&amp;#39;t (quite) got the UUID right somewhere?&lt;/p&gt;
&lt;p&gt;What is the Central actually seeing?&lt;/p&gt;
&lt;p&gt;What happens if you just use a basic Central with no filtering ... ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187710?ContentTypeID=1</link><pubDate>Sat, 18 May 2019 06:12:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c31b60c-95f4-436e-b986-b3244abb5484</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;i have tried, its working fine for multi lesc example , same thing i have created the advertisier for multi example but i can&amp;#39;t able to connect . i have given uuid and name same as in the program&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Capture-1p.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Capture-2p.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187672?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 11:24:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cafa75b7-e035-4c0f-9ece-9406a0c4830e</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;&amp;nbsp;I&amp;nbsp; am working on multi link central example program , i have debugged the program in development kit . as per the program the device will scan for specific uuid , name&amp;nbsp; , so i have set the same uuid and name in nrf connect advertiser , it is not working . keep on scanning .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks in advance&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187669?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 11:02:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acee3d73-e20d-4054-9aa9-03a3f6110983</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The whole point of standards like Bluetooth is that this stuff does not depend on particular devices.&lt;/p&gt;
&lt;p&gt;The nRF52840 as Central just sees Bluetooth packets;&amp;nbsp; it neither knows nor cares whether they come from a phone or a PC or another nRF chip -&amp;nbsp;The behaviour is identical, as specified in the BLE standards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187667?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 10:48:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d810d5fb-64cb-498c-90b2-3b45d7e18bc7</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;okay i got it peripheral part , what about central part which is our board nrf52840 if i enable gap peripheral mode in my mobile, it start to advertise how to get connection with nrf52840 central&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187665?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 10:26:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcb45c7b-fd83-4d73-bf13-5c6441092845</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Again, that has &lt;strong&gt;nothing to do with Nordic&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;You will have to study the developer &lt;strong&gt;documentation&lt;/strong&gt; for whatever mobile OS(es) you&amp;#39;re using - Android, iOS, or whatever.&lt;/p&gt;
&lt;p&gt;eg,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.android.com/guide/topics/connectivity/bluetooth-le"&gt;https://developer.android.com/guide/topics/connectivity/bluetooth-le&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.apple.com/bluetooth/"&gt;https://developer.apple.com/bluetooth/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You will need to go to a mobile OS developer forum for mobile OS development support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187651?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 08:48:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd716757-f9f1-4f0d-91fa-a04d75d77243</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;thank you so much , how can i connect&amp;nbsp; my phone to central , i hope i need to connect by using uuid and how to do that ?explain me&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187644?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 08:21:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae8cc2d3-c997-4046-841c-5e4a525f53ae</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;On a phone that &lt;em&gt;&lt;strong&gt;can&lt;/strong&gt; &lt;/em&gt;do it:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1558081246066v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;On a tablet that can &lt;em&gt;&lt;strong&gt;not&lt;/strong&gt; &lt;/em&gt;do it:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1558081278523v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187643?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 08:12:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ed56dad-1367-41e0-bedb-105bafacb871</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;It depends on the phone - not all phones have the capability.&lt;/p&gt;
&lt;p&gt;It probably also depends on the version of the phone&amp;#39;s OS.&lt;/p&gt;
&lt;p&gt;On Android (I know nothing about iOS), nRF Connect can act as a peripheral - &lt;em&gt;if the phone supports it&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;As&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/andresovela"&gt;Andy&lt;/a&gt;&amp;nbsp;says, this has nothing to do with Nordic - you need&amp;nbsp;the developer support resources for the mobile OS in question...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187633?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 07:52:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0827ef66-45eb-4455-a317-982c14226a8a</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;The softdevice supports up to 20 peripheral/central links simultaneously.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187629?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 07:14:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd2c03ce-1165-40a3-8bdc-26b8b2d1a815</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;so that i can connect more mobile to one central instead of more number of boards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: can we make a mobile phone to act as a peripheral</title><link>https://devzone.nordicsemi.com/thread/187627?ContentTypeID=1</link><pubDate>Fri, 17 May 2019 07:11:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4863993b-5c35-44ba-bf62-9091fd535045</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;You will probably get more help in iOS or Android forums, as your question isn&amp;#39;t really about Nordic products or Bluetooth in general.&lt;/p&gt;
&lt;p&gt;But anyway, I would like to know why you would want to do that? (phone as peripheral)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>