<?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>sending the 10 bytes over nus issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55412/sending-the-10-bytes-over-nus-issue</link><description>Hi folks .. 
 I want to send the 10 characters over nus (ble_nus_send ), but here i can able to send the only 4bytes .. why ? i am facing this issue</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Dec 2019 07:16:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55412/sending-the-10-bytes-over-nus-issue" /><item><title>RE: sending the 10 bytes over nus issue</title><link>https://devzone.nordicsemi.com/thread/224600?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2019 07:16:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c49d6938-3d90-40ce-adf6-5ed518c637c3</guid><dc:creator>ps_anu</dc:creator><description>&lt;p&gt;just have a look here&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt; accel_data = sprintf(str, &amp;quot;X-axis%d&amp;quot;, axis_data[0]);

  ble_nus_data_send(&amp;amp;m_nus,str,sizeof(axis_data[0]), m_conn_handle);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In this case i am getting only X-ax over ble app&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sending the 10 bytes over nus issue</title><link>https://devzone.nordicsemi.com/thread/224470?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 13:45:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72f7bce4-5c1c-4c8b-815b-af2fc13fed13</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;You will have to try and fail a bit, maybe go back to the default example in the nRF5 SDK and try there.&lt;/p&gt;
&lt;p&gt;I do not see a reason why&amp;nbsp;ble_nus_data_send() only works with 4byte there.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>