<?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 can I transfer &amp;quot;useful data&amp;quot; by throughput example( nRF52840).</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27101/how-can-i-transfer-useful-data-by-throughput-example-nrf52840</link><description>I just test nRF52840 DK with ble_app_att_mtu_throughput_pca10040_s132 example. I know BOARD_TESTER transmits 1024 dummy kbytes to BOARD_DUMMY. I want to replace dummy byte by my data. How can I do this? Thanks for your help!!!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Nov 2017 12:44:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27101/how-can-i-transfer-useful-data-by-throughput-example-nrf52840" /><item><title>RE: How can I transfer "useful data" by throughput example( nRF52840).</title><link>https://devzone.nordicsemi.com/thread/106608?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 12:44:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c30035f-9e45-4ecb-8171-9f4acc9d4829</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi greyed,&lt;/p&gt;
&lt;p&gt;I answered your question &lt;a href="https://devzone.nordicsemi.com/question/150656/where-is-the-data-in-throughput-example/?answer=150829#post-id-150829"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I transfer "useful data" by throughput example( nRF52840).</title><link>https://devzone.nordicsemi.com/thread/106609?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 12:10:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fa58260-11a3-4a87-9cb9-ce32014d15b7</guid><dc:creator>greyed</dc:creator><description>&lt;p&gt;Once we&amp;#39;ve set the transmission data as you said, where do we then read the received data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I transfer "useful data" by throughput example( nRF52840).</title><link>https://devzone.nordicsemi.com/thread/106607?ContentTypeID=1</link><pubDate>Mon, 29 May 2017 07:49:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:177d2ead-6734-4668-b374-0a063601ec02</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Focus,&lt;/p&gt;
&lt;p&gt;If you have a look at the test_run() function in main.c you can find that we call nrf_ble_amts_notif_spam() which then call char_notification_send(). Inside char_notification_send() you can find we continuously send dummy data[256] there. You can replace the dummy &amp;quot;data&amp;quot; with your own data.
Note that you have to check for the return code of sd_ble_gatts_hvx() to make sure the data is queued properly or not or if CCCD is enabled or not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>