<?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>Write to characteristic with manual ACK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16746/write-to-characteristic-with-manual-ack</link><description>Hi all, 
 I believe it should be possible to defined a characteristic which can be written to but have no automatic write response ACK sent. Instead I want to send a manual ACK once I have processed the written data on the micro-controller received via</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Oct 2016 13:07:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16746/write-to-characteristic-with-manual-ack" /><item><title>RE: Write to characteristic with manual ACK</title><link>https://devzone.nordicsemi.com/thread/64020?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2016 13:07:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e596419-58b0-4124-b6ad-354c5bbce443</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I believe that the nRF8001 can only handle authorization (application choose to ACK or NACK) with write request.&lt;/p&gt;
&lt;p&gt;So you need to make sure you don&amp;#39;t check &amp;quot;write without response&amp;quot; when you configure the nRF8001. And that your client write with write request, not write command.&lt;/p&gt;
&lt;p&gt;Also, please make sure you handle all DATA event. Because if you missed the first DataReceivedEvent, and don&amp;#39;t send a response either SendDataAck or SendDataNack then you won&amp;#39;t receive any further Data event.&lt;/p&gt;
&lt;p&gt;A &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF-Sniffer/"&gt;sniffer trace&lt;/a&gt; would be useful to see what happened over the air.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Hung&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>