<?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 to send a char array in a custom characteristic?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37454/how-to-send-a-char-array-in-a-custom-characteristic</link><description>Hi, I&amp;#39;ve been trying to build a custom characteristic and so far I can display a single digit number on my BLE app. My update value function looks like this: 
 
 And my add function looks like this : 
 
 
 Now, how do I send a character say : char test</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Aug 2018 08:23:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37454/how-to-send-a-char-array-in-a-custom-characteristic" /><item><title>RE: How to send a char array in a custom characteristic?</title><link>https://devzone.nordicsemi.com/thread/144271?ContentTypeID=1</link><pubDate>Wed, 15 Aug 2018 08:23:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64447990-a4f8-411b-b6a6-c651790cd199</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Yes, but you can also take a look at the description on how to test the example from the documentation:&lt;br /&gt; &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_2#project_uart_nus_eval_test"&gt;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_2#project_uart_nus_eval_test&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You should also look at the ascii table that show the relationship between an hex and ascii value:&lt;br /&gt;&lt;a href="https://commons.wikimedia.org/wiki/File:ASCII-Table.svg"&gt;https://commons.wikimedia.org/wiki/File:ASCII-Table.svg&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send a char array in a custom characteristic?</title><link>https://devzone.nordicsemi.com/thread/144229?ContentTypeID=1</link><pubDate>Tue, 14 Aug 2018 17:30:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e840db32-8b08-461e-adb3-7d42914b6f66</guid><dc:creator>smhapank</dc:creator><description>&lt;p&gt;Hi, Kenneth. Are you referring to the function&amp;nbsp;ble_nus_string_send()?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send a char array in a custom characteristic?</title><link>https://devzone.nordicsemi.com/thread/144057?ContentTypeID=1</link><pubDate>Tue, 14 Aug 2018 06:37:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6b42007-a8df-481d-904a-5e274b03d621</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Have you taken a look at \ble_app_uart example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>