<?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>Writing hex values to characteristics using nRF Connect?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22523/writing-hex-values-to-characteristics-using-nrf-connect</link><description>I&amp;#39;m programming an application that uses the NUS, and I&amp;#39;m trying to test my code using the Android version of nRF Connect. I&amp;#39;m using a nRF52832 on dev board PCA10040, and my code uses SoftDevice S132. I can connect to the dev board and discover/enable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Jun 2017 13:35:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22523/writing-hex-values-to-characteristics-using-nrf-connect" /><item><title>RE: Writing hex values to characteristics using nRF Connect?</title><link>https://devzone.nordicsemi.com/thread/88598?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2017 13:35:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da0687ad-049e-46d2-ae8c-5c366ef43564</guid><dc:creator>Hannah</dc:creator><description>&lt;p&gt;That worked perfectly, thanks so much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Writing hex values to characteristics using nRF Connect?</title><link>https://devzone.nordicsemi.com/thread/88597?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2017 07:50:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0600b89c-a504-499f-aa4d-b35c50ddb1f3</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The RX/TX characteristics are typically parsed as string, and nRF Connect considers the two characteristics as “known characteristics” and will automatically parse the data as string.&lt;/p&gt;
&lt;p&gt;If you want to input your data as something else, you can disable this option and input the data as you want. To disable the option, uncheck the “Parse known characteristics” box.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/bilde2.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;You should now get this promt when trying to write to the RX characteristic:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/bilde1.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>