<?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>Best example project to adapt to my application? peripheral to peripheral connection with individual bonded centrals</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34504/best-example-project-to-adapt-to-my-application-peripheral-to-peripheral-connection-with-individual-bonded-centrals</link><description>Hello all, 
 
 I&amp;#39;m curious if anyone could lend some thoughts. 
 I&amp;#39;m just in the research stage and going through a few examples but getting a little overwhelmed. 
 I&amp;#39;m trying to have two devices connected to their own phones and one is receiving and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 22 Jul 2018 21:00:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34504/best-example-project-to-adapt-to-my-application-peripheral-to-peripheral-connection-with-individual-bonded-centrals" /><item><title>RE: Best example project to adapt to my application? peripheral to peripheral connection with individual bonded centrals</title><link>https://devzone.nordicsemi.com/thread/140905?ContentTypeID=1</link><pubDate>Sun, 22 Jul 2018 21:00:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc25f34c-1218-4da2-9ba5-98ec3f1644de</guid><dc:creator>GeorgeM</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;Decided to jump back on this.&lt;/p&gt;
&lt;p&gt;So I&amp;#39;ve got a central and peripheral relay example gutted, and it&amp;#39;s acting as a central to my other peripheral device. this central finds a peripheral name and waits until its rssi value is high enough to send a message to the host.&lt;/p&gt;
&lt;p&gt;My issue now, is that I&amp;#39;ve added the BLE_UART example code (without changing anything)&amp;nbsp; into it and while I am connecting I can recieve UART data but I cannot seem to send any characters to a phone. when debugging I can see that it is trying to execute a (ble_nus_string_send) but nothing shows up on the phone uart viewer.&amp;nbsp; I&amp;#39;m not able to get any data over bluetooth it seems.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;additionally the added blue_uart example code seems to have taken over my advertising and scanning, only whne i manually disconnect the ble uart connection from the phone does the program resume with central responsibilities..&amp;nbsp;&amp;nbsp; you mentioned a scheduler above, is that something I have to be modifying to get it to have a simultaneous BLE uart connection as well as scanning for other devices?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks Hung.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best example project to adapt to my application? peripheral to peripheral connection with individual bonded centrals</title><link>https://devzone.nordicsemi.com/thread/132669?ContentTypeID=1</link><pubDate>Tue, 22 May 2018 08:09:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:377a1c2a-447a-41af-ac7b-034141d2a101</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi George,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Our softdevice will handle that for you. We have a scheduler inside the softdevice that can handle up to 20 connections at the same time. It&amp;#39;s all automatic, just start advertising/scanning after you established a connection.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best example project to adapt to my application? peripheral to peripheral connection with individual bonded centrals</title><link>https://devzone.nordicsemi.com/thread/132546?ContentTypeID=1</link><pubDate>Sat, 19 May 2018 13:55:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecf09707-29f9-4fa7-acb2-742f7cc0384d</guid><dc:creator>GeorgeM</dc:creator><description>&lt;p&gt;Hi Hung, thanks for the quick answer, one quick followup though, If i have an open ble uart connection how does that impact the role of advertising and receiving at the same time?&amp;nbsp;&amp;nbsp; what function of the software handles the order of accepting and listening while a simultaneous connection is happening?&amp;nbsp; i guess im a bit confused on if it&amp;#39;s an automatic process or if i have to manually close other connections first before starting to scan or bodcast?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Best example project to adapt to my application? peripheral to peripheral connection with individual bonded centrals</title><link>https://devzone.nordicsemi.com/thread/132485?ContentTypeID=1</link><pubDate>Fri, 18 May 2018 10:26:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:666981a2-7d93-4b45-bcb9-64ebcf40cdcd</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi George,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see any problem with your solution.&amp;nbsp;You&amp;nbsp;can find in our ble_central_and_peripheral examples&amp;nbsp;we do similar task.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another option is to use proprietary RF protocol (ESB for example) to connect between two devices. You can have BLE and ESB concurrently. You can have a look &lt;a href="https://devzone.nordicsemi.com/b/blog/posts/running-micro-esb-concurrently-with-ble"&gt;here&lt;/a&gt;. This is only needed if you find that you don&amp;#39;t want to have BLE communication between your two device. For example, if you don&amp;#39;t want to establish connection between two devices, or if you have several devices you want to communicate.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>