<?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 and receive integers and individual characters over BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20148/how-to-send-and-receive-integers-and-individual-characters-over-ble</link><description>Hi,
I&amp;#39;m using nrf51822 Ek kit and running ble_app_uart example,when i want to send any character or integer it Received like a string only,but i want to send only single character and integer values as it is how can i achieve that functionality, what</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 May 2017 07:41:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20148/how-to-send-and-receive-integers-and-individual-characters-over-ble" /><item><title>RE: how to send and receive integers and individual characters over BLE</title><link>https://devzone.nordicsemi.com/thread/78463?ContentTypeID=1</link><pubDate>Mon, 08 May 2017 07:41:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d938fbf-b327-4c51-8cf0-794efa7aa1f9</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Upon reception of a string character, you can cast it to a character.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to send and receive integers and individual characters over BLE</title><link>https://devzone.nordicsemi.com/thread/78462?ContentTypeID=1</link><pubDate>Mon, 08 May 2017 04:47:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a778606d-546d-42d0-b482-7dac629b9c45</guid><dc:creator>satish</dc:creator><description>&lt;p&gt;hi Kristin thanks for your response &amp;amp; sorry for the delay,
Your answer is acceptable but i need to send a character or number for selecting a particular function in the switch case ,suppose if i send a character &amp;#39;s&amp;#39; it is received as a string &amp;quot;s&amp;quot; so it is not possible to use a string in the switch case that&amp;#39;s what the actual problem..&lt;/p&gt;
&lt;p&gt;thanks in advance...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to send and receive integers and individual characters over BLE</title><link>https://devzone.nordicsemi.com/thread/78461?ContentTypeID=1</link><pubDate>Fri, 03 Mar 2017 09:41:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0f7fb4f-7eeb-4dda-b04c-d944e70f9a78</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;ble_app_uart sends a notification when data_array is filled up or upon a new line character (uart_event_handle(..)). Instead of waiting for data_array to be filled up, you can remove the line checking if data_array is full or not. Since the maximum amount of data in a notification is 20 bytes, only sending 1 byte will decrease the maximum throughput to 1/20.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>