<?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>Communicate with two Nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9915/communicate-with-two-nrf51822</link><description>I want to Communicate with two Nrf51822 device 
 The slave (S110 SDK6.1) will do a echo function .
For example Get uart data and will send out same data but over BLE.
And get data by BLE will send it out over UART.It tested by mobile,it&amp;#39;s ok. 
 And</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Oct 2015 02:52:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9915/communicate-with-two-nrf51822" /><item><title>RE: Communicate with two Nrf51822</title><link>https://devzone.nordicsemi.com/thread/36779?ContentTypeID=1</link><pubDate>Thu, 29 Oct 2015 02:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b1f9614-3693-461e-8904-f5dd323fed35</guid><dc:creator>YEN</dc:creator><description>&lt;p&gt;Thank  you again.Your support really  give me a big help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communicate with two Nrf51822</title><link>https://devzone.nordicsemi.com/thread/36781?ContentTypeID=1</link><pubDate>Wed, 28 Oct 2015 11:47:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81b4cad0-a116-4f80-9ef6-d7e3f99518a9</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;You should be able to connect more peripherals (slaves), but I believe the example is made to connect to one peripheral. You can have a look at the multilink example, found in \examples\ble_central, and see how multiple connections are handled there. Changing the slave UUID may let you connect, but it wouldn&amp;#39;t really work, because the discovery module wouldn&amp;#39;t find the service. If there is a relationship between the UUID and the device name? It could be, depends on what you set the device name to be...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communicate with two Nrf51822</title><link>https://devzone.nordicsemi.com/thread/36780?ContentTypeID=1</link><pubDate>Wed, 28 Oct 2015 03:48:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c70f7a6-8ef7-467d-8711-46361bf426b7</guid><dc:creator>YEN</dc:creator><description>&lt;p&gt;Thank you.
Is it  possible that use the example you provided to connect two or more slave devices?
I tried edit the&lt;/p&gt;
&lt;p&gt;DEVICE_MANAGER_MAX_APPLICATIONS&lt;/p&gt;
&lt;p&gt;DEVICE_MANAGER_MAX_CONNECTIONS&lt;/p&gt;
&lt;p&gt;But it is no use. Only can one slave to be connected.
And the master goes to error 0x11.
Should I edit the slave UUID?If yes where can i edit?
It&amp;#39;s there relationship the UUID between the devicename?
Thank you again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communicate with two Nrf51822</title><link>https://devzone.nordicsemi.com/thread/36778?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2015 08:24:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d7a6a47-b87f-467a-971a-16e76cedac06</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;You can use the UART for something else.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communicate with two Nrf51822</title><link>https://devzone.nordicsemi.com/thread/36777?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2015 06:44:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f07cb3d-4626-4b80-a4c4-79d766f66980</guid><dc:creator>YEN</dc:creator><description>&lt;p&gt;I think i got the  problem and it seems solved.
And it&amp;#39;s possible that the master send the data by BLE without send out data with UART in the same time?
I whant to keep the UART for other use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communicate with two Nrf51822</title><link>https://devzone.nordicsemi.com/thread/36776?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2015 02:27:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0432f135-906b-4323-a47d-9e3c9b14d0cd</guid><dc:creator>YEN</dc:creator><description>&lt;p&gt;thank you.This example is different from which i found before,same project name,It&amp;#39;s little strange.But whatever it&amp;#39;s work now!Can send data from Master to slave by BLE.Thank you for your answer again.
But some how it will goes to HardFault_Handler.
I only add some simple code.
uint8_t data_array[5];
uint8_t index=5;
data_array[0]=0xAA;
data_array[1]=0xBB;
data_array[2]=0xCC;
data_array[3]=0xDD;
data_array[4]=0xEE;
for (;;)
{&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;		if(connected==1)
		{
			nrf_delay_ms(1000);
			ble_uart_c_write_string(&amp;amp;m_ble_uart_c, data_array, index);
		}				
		
		power_manage();
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It&amp;#39;s there any problem i made?
Sorry for further question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communicate with two Nrf51822</title><link>https://devzone.nordicsemi.com/thread/36775?ContentTypeID=1</link><pubDate>Mon, 26 Oct 2015 10:00:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4db7fae2-3791-4f24-9cdf-d12f7676520e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Have a look at &lt;a href="https://github.com/NordicSemiconductor/ble_app_uart_c_S120"&gt;this&lt;/a&gt; example.&lt;/p&gt;
&lt;p&gt;More specifically the ble_uart_c_write_string() function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>