<?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>How send simple string message ble_peripheral to central multilink example.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34874/how-send-simple-string-message-ble_peripheral-to-central-multilink-example</link><description>Hi, 
 I am using nRF52832 DK and other same custom board, sdk v15.0 with SES IDE. My application like this: 
 For ble peripheral used example ble_app_uart and for central used multilink example. 
 I want to send sensor data using ble_app_uart to central</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Jun 2018 09:28:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34874/how-send-simple-string-message-ble_peripheral-to-central-multilink-example" /><item><title>RE: How send simple string message ble_peripheral to central multilink example.</title><link>https://devzone.nordicsemi.com/thread/134313?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 09:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fca57e7-dcf9-4200-a513-d1df673e8a60</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Thank you for your great support..!!&lt;/p&gt;
&lt;p&gt;Will you please help me for connecting multiple peripheral??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple string message ble_peripheral to central multilink example.</title><link>https://devzone.nordicsemi.com/thread/134308?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 09:19:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c89bb67e-ad13-49d0-9474-2faf91b93895</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Great to hear that you figured it out! Good luck with further development.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple string message ble_peripheral to central multilink example.</title><link>https://devzone.nordicsemi.com/thread/134298?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 08:47:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd33c3c7-c0e2-4fcf-a7e9-81d1a74af41e</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;I am able to sent all sensor data to multilink central by referring&amp;nbsp;&lt;strong&gt;ble_nus_c_evt_handler&amp;nbsp;&lt;/strong&gt;and other event handler also. But now still facing issue for connecting more than one peripheral to one central.&lt;/p&gt;
&lt;p&gt;How i connect multiple peripheral connection with one central i checked connection handle.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which event and function use for multiple and concurrent connection for peripheral side so i will look and debug where should i wrong.&lt;/p&gt;
&lt;p&gt;Thanks you so much..!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple string message ble_peripheral to central multilink example.</title><link>https://devzone.nordicsemi.com/thread/134290?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 08:14:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbcc6f65-76f1-4f01-91fa-18510a92e6ef</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Take a look at the ble_nus_c_evt_handler, especially the BLE_NUS_C_EVT_DISCOVERY_COMPLETE case &amp;amp; the ble_nus_c_tx_notif_enable() function inside main.c of the uart central example. In that same function, there is a log print which says that the central is connected to a peripheral device that uses the Nordic UART service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple string message ble_peripheral to central multilink example.</title><link>https://devzone.nordicsemi.com/thread/134114?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 06:34:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be984517-b4cc-45c9-95ec-a11522f8955d</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Hi Bjorn,&lt;/p&gt;
&lt;p&gt;I solved issue by self which is notification is not enabled. So now discovery completed log is generated and also RX event generated.&lt;/p&gt;
&lt;p&gt;But i have question how i know at central side notification is enable and now ready for sending data from peripheral.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it any trigger option for once peripheral connected to central and also their notification is enabled then i want to send sensor value.&lt;/p&gt;
&lt;p&gt;Thanks...!!!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple string message ble_peripheral to central multilink example.</title><link>https://devzone.nordicsemi.com/thread/133987?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 09:20:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:456b462d-ecc8-4500-a522-9121a7f33ec3</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Thanks for your reply,&lt;/p&gt;
&lt;p&gt;I checked as you provided above link and i have already done changes in my peripheral as well as central code.&lt;/p&gt;
&lt;p&gt;I noticed at central side the notification is not enabled the &amp;quot;&lt;strong&gt;ble_nus_c_evt_handler&lt;/strong&gt;&amp;quot; is not generated in central why it so happen.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;could you please provide me small sending function snippet for peripheral. I want to send message directly once connected event generated in peripheral.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Is problem for communication if i use nRF52832 DK for multilink and sparkfun nRF52832 custom board for peripheral because both of board file is different. If yes for sparkfun how i add custom board.h file.&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;We have less time for develop solution.&lt;/p&gt;
&lt;p&gt;Thanks..!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How send simple string message ble_peripheral to central multilink example.</title><link>https://devzone.nordicsemi.com/thread/133978?ContentTypeID=1</link><pubDate>Wed, 30 May 2018 08:46:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1c09755-78eb-4a84-aa4e-fadd9c3c308a</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;For a good example, I would see how the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_nus_c.html?cp=4_0_0_4_1_0_7"&gt;uart central&lt;/a&gt; &amp;amp; &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_nus_eval.html?cp=4_0_0_4_1_2_24"&gt;uart peripheral&lt;/a&gt; examples communicate with each other &amp;amp; add uart support for the multilink example like in the &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/22215/how-to-send-message-from-two-slave-to-one-master-in-nrf52"&gt;link you posted&lt;/a&gt;. Once you have understood those examples, it should not be too difficult to add uart support the the multilink central example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>