<?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>NRF51822 sensor (S110) reconnection between different APs (S120)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12101/nrf51822-sensor-s110-reconnection-between-different-aps-s120</link><description>Hi, I am working on a project that the ble sensor will be mobile. I load mutiple nrf51822 with the softdevice S120 working as APs and place them in different places to extend its coverage. I load one nrf51822 with the softdevice S110 acting as the sensor</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Mar 2016 11:30:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12101/nrf51822-sensor-s110-reconnection-between-different-aps-s120" /><item><title>RE: NRF51822 sensor (S110) reconnection between different APs (S120)</title><link>https://devzone.nordicsemi.com/thread/45797?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2016 11:30:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5197eb2a-15ea-488b-83b2-c9146f349950</guid><dc:creator>ldmxhj</dc:creator><description>&lt;p&gt;Hi Ole, sorry to confuse you. The code I uploaded before is based on SDK10 multilink example and the problem of the handover does not exist. But I have some difficulty for integrated it together with the UART. I spent some time to restudy the code and did some changes on the SDK8 and I think the handover issue has just been fixed. We can close this topic now. Thanks you so much for your time and kindly help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 sensor (S110) reconnection between different APs (S120)</title><link>https://devzone.nordicsemi.com/thread/45796?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 15:27:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dd1605e-0301-427e-9c3e-29cf988bc339</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Running one ble_app_uart example (peripheral) and two centrals with your code, when turning off power on one central the peripheral connects to the other central without doing any resets. Seems there is no problem here or am I doing it wrong?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 sensor (S110) reconnection between different APs (S120)</title><link>https://devzone.nordicsemi.com/thread/45795?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2016 15:33:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edcad3dc-974e-4a44-974f-40f345a9c67d</guid><dc:creator>ldmxhj</dc:creator><description>&lt;p&gt;Dear Ole, Thanks a lot for your detailed explanation and help on testing. I am still working on integrating the ble_app_uart_c and ble_app_multilink_central, so that it will handle uart connections from multiple peripherals at the same time. I have tested each example individually and both of them can do the re-connection between different central. However, the problem I am having now is that the program is not able to detect the NUS services after the integration. My code (based on the example) is available here [BLE_APP_MULTIPLE_UART]. (&lt;a href="https://www.dropbox.com/s/lveqo3cnelxkkbb/nRF51_SDK_10.0.0_20160303.zip?dl=0)"&gt;www.dropbox.com/.../nRF51_SDK_10.0.0_20160303.zip&lt;/a&gt; . It would be really appreciated if you could point out the problem on the code. Thanks so much for your time and help! Jack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 sensor (S110) reconnection between different APs (S120)</title><link>https://devzone.nordicsemi.com/thread/45794?ContentTypeID=1</link><pubDate>Mon, 29 Feb 2016 15:17:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e047b109-58ce-4244-a2ae-aa7b0094cf86</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;It can be discovered by other devices no matter if you use S120 or S130, the centrals will connect if they find the correct uuid in the advertisement packet. ble_app_uart_c with S120 from SDK 10 should work out of the box. I just tested and the peripherals will connect to another central if the one it was connected to is disconnected, which is expected behaviour.&lt;/p&gt;
&lt;p&gt;The ser_s120_uart example is a serialized example using uart as serialization interface, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v10.0.0/lib_serialization.html?cp=4_0_1_3_2"&gt;here&lt;/a&gt;. You don&amp;#39;t have to worry about this.&lt;/p&gt;
&lt;p&gt;Combining the ble_app_uart_c example and the ble_app_multilink example may not be straighforward.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 sensor (S110) reconnection between different APs (S120)</title><link>https://devzone.nordicsemi.com/thread/45793?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2016 12:12:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f811c196-1933-49b4-81ac-a78cf20762a4</guid><dc:creator>ldmxhj</dc:creator><description>&lt;p&gt;Thanks Ole Bauck, I prefer to use S120 for the AP as I don&amp;#39;t want it to be discovered by any other devices. I noticed the SDK 10 has S120 example. I have tried both ble_app_uart_c and ble_app_multilink_central in the ble_central example. Both examples works well, but when I tried to integrated them together, I always end up some problem. I also noticed that there is a ser_s120_uart example under the ble_app_multilink_central. Does this example will do the multilink+UART? I also tried this example but it does not connect to the peripheral and also does not show up anything on the terminal. When I enable the app log support, it complains about the missing link. Is there a working solution for S120? Thanks very much! Jack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 sensor (S110) reconnection between different APs (S120)</title><link>https://devzone.nordicsemi.com/thread/45791?ContentTypeID=1</link><pubDate>Wed, 24 Feb 2016 12:16:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38500eef-252d-4e56-940a-50c8d2a1973a</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Do you use the ble_app_uart_c example from &lt;a href="https://github.com/NordicSemiconductor/ble_app_uart_c_S120/tree/SDKv8.0"&gt;github&lt;/a&gt;? Could you try to use the SDK 11 examples (ble_app_uart and ble_app_uart_c) instead? They use S130.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 sensor (S110) reconnection between different APs (S120)</title><link>https://devzone.nordicsemi.com/thread/45792?ContentTypeID=1</link><pubDate>Wed, 24 Feb 2016 03:43:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84607af9-a020-4cc9-9214-f11888276d48</guid><dc:creator>ldmxhj</dc:creator><description>&lt;p&gt;The solution I have now is quit stupid: when one S120 AP detects an disconnection, then I will ask all the other AP to keep reset until one of the AP sucessufully connects to the sensor. But this solution is not very robust and will also impacts the data transmission from other sensors.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>