<?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>Hi, am collecting the data from mpu6050 which  has to be send through the bluetooth from ble peripheral to ble central..?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21711/hi-am-collecting-the-data-from-mpu6050-which-has-to-be-send-through-the-bluetooth-from-ble-peripheral-to-ble-central</link><description>What i need is , am collecting the data from the sensor(which acts as a ble peripheral ) , the data which has to be transmitted to the ble central and that data should be displayed in serial monitor window of uart terminal..is there any example code.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 May 2017 12:50:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21711/hi-am-collecting-the-data-from-mpu6050-which-has-to-be-send-through-the-bluetooth-from-ble-peripheral-to-ble-central" /><item><title>RE: Hi, am collecting the data from mpu6050 which  has to be send through the bluetooth from ble peripheral to ble central..?</title><link>https://devzone.nordicsemi.com/thread/85280?ContentTypeID=1</link><pubDate>Tue, 02 May 2017 12:50:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6027fe16-6495-4fe6-8e94-da5ae9f81332</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;thank you sir , and one more doubt , i need to send the stirng  from ble_app_uart code to the mobile phone through ble ,without typing anything over the serial monitor window ... what changes will i need to made in the uart_event_handle..??? , i don&amp;#39;t know how to made , can anyone please say&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, am collecting the data from mpu6050 which  has to be send through the bluetooth from ble peripheral to ble central..?</title><link>https://devzone.nordicsemi.com/thread/85279?ContentTypeID=1</link><pubDate>Tue, 02 May 2017 12:02:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5338fdc-306c-4ca9-97b8-c64b614ab46e</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;@Reeshma yes of course, you can create your own service with your own characteristics to do that. Check BLE examples available in SDK so you will see how services/characteristics are built and make your accordingly. There are lots of examples to look at. nordic uart service is one of the good starting points.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, am collecting the data from mpu6050 which  has to be send through the bluetooth from ble peripheral to ble central..?</title><link>https://devzone.nordicsemi.com/thread/85278?ContentTypeID=1</link><pubDate>Tue, 02 May 2017 11:38:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e363aa9-eaee-43b3-9921-7d94619ac155</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;thank you , without using the uart , can i able to send the data from ble peripheral to ble central..??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi, am collecting the data from mpu6050 which  has to be send through the bluetooth from ble peripheral to ble central..?</title><link>https://devzone.nordicsemi.com/thread/85277?ContentTypeID=1</link><pubDate>Tue, 02 May 2017 11:03:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a5a3116-14fa-4270-bfb1-29a31734e7ec</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;Hello Reeshma&lt;/p&gt;
&lt;p&gt;There is an example that is very close to what you&amp;#39;re asking for. It is the Nordic UART service example.&lt;/p&gt;
&lt;p&gt;The example uses two devices, one to act as central, and one as peripheral. It allows you to use a terminal like Putty to write to, and read from, each of the devices. The nRF5x uses UART to send and receive data to the interface MPU. Anything written to one device will be sent via BLE to the other, and the received data can be read in the terminal.&lt;/p&gt;
&lt;p&gt;The code for the central device can be found in [SDK folder]\examples\ble_central\ble_app_uart_c&lt;/p&gt;
&lt;p&gt;Documentation: &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.0.0%2Fble_sdk_app_nus_c.html&amp;amp;cp=4_0_0_4_1_0_3"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The code for the peripheral device can be found in
[SDK folder]\examples\ble_peripheral\ble_app_uart&lt;/p&gt;
&lt;p&gt;Documentation: &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.0.0%2Fble_sdk_app_nus_eval.html&amp;amp;cp=4_0_0_4_1_2_17"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A UART example can also be found at
[SDK]/examples/peripheral/uart&lt;/p&gt;
&lt;p&gt;Documentation: &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.0.0%2Fuart_example.html&amp;amp;cp=4_0_0_4_4_41"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Jørn Frøysa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>